Trace number 4503427

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 CP VeriPB 2025-06-06? (TO) 3600.34 3543.51

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-25.opb
MD5SUM089881a3a57f24d34abbbcf8eb808729
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 benchmark28.9166
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
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.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.49/0.39	c Pseudo Boolean Optimization by upper bound
0.49/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.39	c  - never skip resolution steps
0.49/0.39	c  - Auto-division on coefficients is disabled
0.49/0.39	c  - No postprocessing
0.49/0.39	c  - Conflict is considered as is when resolving
0.49/0.39	c  - Use constraints as they come during conflict analysis
0.49/0.39	c  - Weaken first using unassigned literals
0.49/0.39	c  - Bump strategy: ALWAYS_ONE
0.49/0.39	c  - Bumper: EFFECTIVE
0.49/0.39	c --- Begin Solver configuration ---
0.49/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.49/0.39	c Learn all clauses as in MiniSAT
0.49/0.39	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.39	c No reason simplification
0.49/0.39	c Dynamic restart strategy considering the size of the coefficients
0.49/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.49/0.39	c timeout=2147483s
0.49/0.39	c DB Simplification allowed=false
0.49/0.39	c Listener: none
0.49/0.39	c --- End Solver configuration ---
0.49/0.39	c solving HOME/instance-4503427-1751174593.opb
0.49/0.39	c reading problem ... 
0.49/0.40	c using VERIPB proof format
0.49/0.40	c  no objective function found
6.06/3.23	c ... done. Wall clock time 2.835s.
6.06/3.24	c declared #vars     7351
6.06/3.24	c #constraints  156112
6.06/3.24	c constraints type 
6.06/3.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
6.06/3.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
6.06/3.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 15694
6.06/3.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
6.06/3.24	c 156112 constraints processed.
9.84/5.18	c cleaning 2494 clauses out of 5000 with flag 0/5000
12.08/6.83	c cleaning 4246 clauses out of 8506 with flag 0/11000
14.09/8.63	c cleaning 5633 clauses out of 11265 with flag 0/18005
17.40/10.68	c cleaning 6810 clauses out of 13629 with flag 0/26002
20.01/12.96	c cleaning 7906 clauses out of 15817 with flag 0/35000
25.13/16.84	c cleaning 8956 clauses out of 17911 with flag 0/45000
29.55/20.27	c cleaning 9977 clauses out of 19953 with flag 0/56000
33.72/23.65	c cleaning 10981 clauses out of 21975 with flag 0/68000
37.80/27.36	c cleaning 11989 clauses out of 23996 with flag 0/81002
42.49/31.61	c cleaning 13002 clauses out of 26008 with flag 0/95003
47.64/36.31	c cleaning 13996 clauses out of 28004 with flag 0/110001
54.41/42.79	c cleaning 14998 clauses out of 30009 with flag 0/126002
60.87/48.69	c cleaning 15990 clauses out of 32011 with flag 0/143002
67.97/55.56	c cleaning 16997 clauses out of 34019 with flag 0/161000
74.50/62.07	c cleaning 18008 clauses out of 36022 with flag 0/180000
81.38/68.94	c cleaning 19001 clauses out of 38014 with flag 0/200000
89.18/76.52	c cleaning 19994 clauses out of 40014 with flag 0/221001
97.64/85.00	c cleaning 21003 clauses out of 42019 with flag 0/243000
113.43/100.74	c cleaning 21989 clauses out of 44015 with flag 0/266000
130.92/118.06	c cleaning 22994 clauses out of 46026 with flag 0/290000
147.69/142.67	c cleaning 24013 clauses out of 48033 with flag 0/315001
158.53/153.33	c cleaning 25000 clauses out of 50018 with flag 0/341000
172.34/166.42	c cleaning 25990 clauses out of 52019 with flag 0/368001
191.27/184.83	c cleaning 26999 clauses out of 54028 with flag 0/396000
211.63/204.82	c cleaning 27985 clauses out of 56029 with flag 0/425001
241.55/234.38	c cleaning 29019 clauses out of 58043 with flag 0/455000
267.84/257.20	c cleaning 29972 clauses out of 60026 with flag 0/486002
298.98/287.55	c cleaning 31000 clauses out of 62054 with flag 0/518002
330.88/324.46	c cleaning 31988 clauses out of 64052 with flag 0/551000
355.51/347.58	c cleaning 33032 clauses out of 66064 with flag 0/585000
375.46/366.49	c cleaning 33998 clauses out of 68032 with flag 0/620001
419.95/409.50	c cleaning 34984 clauses out of 70034 with flag 0/656001
453.26/442.07	c cleaning 35978 clauses out of 72050 with flag 0/693001
493.24/482.68	c cleaning 37013 clauses out of 74071 with flag 0/731000
535.51/523.93	c cleaning 38015 clauses out of 76058 with flag 0/770000
579.32/566.62	c cleaning 38992 clauses out of 78043 with flag 0/810000
632.44/618.57	c cleaning 40009 clauses out of 80053 with flag 0/851002
679.05/665.64	c cleaning 40978 clauses out of 82044 with flag 0/893002
732.94/717.89	c cleaning 41980 clauses out of 84064 with flag 0/936000
777.79/761.41	c cleaning 43001 clauses out of 86084 with flag 0/980000
825.86/808.23	c cleaning 44024 clauses out of 88084 with flag 0/1025001
889.95/871.01	c cleaning 45004 clauses out of 90059 with flag 0/1071000
952.71/934.19	c cleaning 46022 clauses out of 92056 with flag 0/1118001
1008.92/989.69	c cleaning 46998 clauses out of 94033 with flag 0/1166000
1083.23/1063.14	c cleaning 47998 clauses out of 96035 with flag 0/1215000
1137.80/1117.06	c cleaning 48991 clauses out of 98038 with flag 0/1265001
1204.56/1184.61	c cleaning 49986 clauses out of 100046 with flag 0/1316000
1274.08/1252.32	c cleaning 51019 clauses out of 102060 with flag 0/1368000
1336.94/1313.93	c cleaning 52008 clauses out of 104042 with flag 0/1421001
1399.65/1375.09	c cleaning 52964 clauses out of 106033 with flag 0/1475000
1470.97/1444.57	c cleaning 53983 clauses out of 108072 with flag 0/1530003
1537.83/1509.59	c cleaning 55025 clauses out of 110086 with flag 0/1586000
1646.33/1620.12	c cleaning 55949 clauses out of 112061 with flag 0/1643000
1723.72/1696.07	c cleaning 56977 clauses out of 114112 with flag 0/1701000
1785.83/1756.91	c cleaning 58006 clauses out of 116135 with flag 0/1760001
1837.08/1812.51	c cleaning 58979 clauses out of 118128 with flag 0/1820000
1919.22/1892.75	c cleaning 60065 clauses out of 120149 with flag 0/1881000
1991.80/1964.56	c cleaning 60781 clauses out of 122086 with flag 0/1943002
2049.99/2021.66	c cleaning 62045 clauses out of 124303 with flag 0/2006000
2119.55/2089.73	c cleaning 62994 clauses out of 126258 with flag 0/2070000
2188.83/2157.30	c cleaning 64007 clauses out of 128264 with flag 0/2135000
2269.02/2235.82	c cleaning 64901 clauses out of 130259 with flag 0/2201002
2349.04/2319.86	c cleaning 66063 clauses out of 132357 with flag 0/2268001
2414.76/2384.49	c cleaning 67109 clauses out of 134293 with flag 0/2336000
2491.49/2459.49	c cleaning 67958 clauses out of 136185 with flag 0/2405001
2595.78/2561.32	c cleaning 69034 clauses out of 138226 with flag 0/2475000
2697.79/2661.09	c cleaning 69926 clauses out of 140194 with flag 0/2546002
2800.93/2761.16	c cleaning 71061 clauses out of 142266 with flag 0/2618000
2889.40/2848.29	c cleaning 72016 clauses out of 144205 with flag 0/2691000
2981.33/2938.55	c cleaning 73029 clauses out of 146189 with flag 0/2765000
3061.10/3016.44	c cleaning 74043 clauses out of 148160 with flag 0/2840000
3164.98/3118.49	c cleaning 75010 clauses out of 150117 with flag 0/2916000
3253.35/3204.86	c cleaning 76014 clauses out of 152107 with flag 0/2993000
3333.78/3282.84	c cleaning 76831 clauses out of 154094 with flag 0/3071001
3423.99/3370.99	c cleaning 78053 clauses out of 156262 with flag 0/3150000
3507.44/3452.87	c cleaning 79033 clauses out of 158210 with flag 0/3230001
3600.06/3543.32	c starts		: 202
3600.06/3543.33	c conflicts		: 3309638
3600.06/3543.33	c decisions		: 7957021
3600.06/3543.33	c propagations		: 562868699
3600.06/3543.33	c inspects		: 11987984633
3600.06/3543.33	c shortcuts		: 0
3600.06/3543.33	c learnt literals	: 8
3600.06/3543.33	c learnt binary clauses	: 119
3600.06/3543.33	c learnt ternary clauses	: 1257
3600.06/3543.33	c learnt constraints	: 3309630
3600.06/3543.33	c ignored constraints	: 0
3600.06/3543.33	c root simplifications	: 0
3600.06/3543.33	c removed literals (reason simplification)	: 0
3600.06/3543.33	c reason swapping (by a shorter reason)	: 0
3600.06/3543.33	c Calls to reduceDB	: 76
3600.06/3543.33	c Number of update (reduction) of LBD	: 4204869
3600.06/3543.33	c Imported unit clauses	: 0
3600.06/3543.34	c No decision after first conflict	: false
3600.06/3543.34	c timeout
3600.06/3543.34	c number of reductions to clauses (during analyze)	: 0
3600.06/3543.34	c number of learned constraints concerned by reduction	: 0
3600.06/3543.34	c number of learning phase by resolution	: 0
3600.06/3543.34	c number of learning phase by cutting planes	: 0
3600.06/3543.34	c number of rounding to 1 operations	: 0
3600.06/3543.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3543.34	c number of reductions of the coefficients by power 2 	: 0
3600.06/3543.34	c number of right shift for reduction by power 2 	: 0
3600.06/3543.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3543.34	c number of ending skipping 	: 0
3600.06/3543.34	c number of internal skipping 	: 0
3600.06/3543.34	c number of derivation steps 	: 64020801
3600.06/3543.34	c number of skipped derivation steps 	: 0
3600.06/3543.34	c number of remaining unassigned 	: 384203
3600.06/3543.34	c number of remaining assigned 	: 634610962
3600.06/3543.34	c number of falsified literals weakened from reason	: 0
3600.06/3543.34	c number of falsified literals weakened from conflict	: 0
3600.06/3543.34	c time for arithmetic operations	: 25374067642
3600.06/3543.34	c minimum degree of deleted constraints	: 1
3600.06/3543.34	c maximum degree of deleted constraints	: 39032258818490856527861839811622789570409779649284240
3600.06/3543.35	c number of deleted constraints	: 3150816
3600.06/3543.35	c speed (assignments/second)	: 158997.60657019503
3600.06/3543.35	c non guided choices	: 180445
3600.22/3543.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 76648
3600.22/3543.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 62
3600.22/3543.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 119
3600.22/3543.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 81985
3600.22/3543.48	s UNKNOWN
3600.22/3543.48	c Total wall clock time (in seconds): 3543.088

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503427-1751174593/watcher-4503427-1751174593 -o /tmp/evaluation-result-4503427-1751174593/solver-4503427-1751174593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21014 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503427-1751174593 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503427-1751174593.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21517, runsolver pid=21514

[startup+0.100071 s]*
/proc/loadavg: 4.32 4.24 4.13 6/284 21539
/proc/meminfo: memFree=120916508/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=18930384 memory=50652 CPUtime=0.12 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 5839 0 0 0 8 4 0 0 20 0 18 0 33138742 19384713216 12663 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4732596 12663 5312 1 0 547082 0
[pid=21517/tid=21519] ppid=21514 vsize=18930384 memory=4026532361 CPUtime=0.07 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 4699 0 0 0 5 2 0 0 20 0 18 0 33138744 19384713216 12663 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33138749 19384713216 12663 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=18930384 memory=62887834173854 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33138750 19384713216 12663 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50652 KiB

[startup+0.216434 s]*
/proc/loadavg: 4.32 4.24 4.13 6/285 21544
/proc/meminfo: memFree=120910444/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=18930384 memory=57204 CPUtime=0.32 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 6437 0 0 0 27 5 0 0 20 0 18 0 33138742 19384713216 14301 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4732596 14301 5344 1 0 547577 0
[pid=21517/tid=21519] ppid=21514 vsize=18930384 memory=4026612964 CPUtime=0.19 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 5053 0 0 0 16 3 0 0 20 0 18 0 33138744 19384713216 14301 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=18930384 memory=13912 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33138749 19384713216 14301 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=18930384 memory=61788322530291 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33138750 19384713216 14301 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57204 KiB

[startup+0.317286 s]*
/proc/loadavg: 4.32 4.24 4.13 7/286 21549
/proc/meminfo: memFree=120904632/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=18930384 memory=60224 CPUtime=0.49 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 6704 0 0 0 43 6 0 0 20 0 18 0 33138742 19384713216 15056 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4732596 15056 5344 1 0 547841 0
[pid=21517/tid=21519] ppid=21514 vsize=18930384 memory=-6000919489953491821 CPUtime=0.3 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 5269 0 0 0 26 4 0 0 20 0 18 0 33138744 19384713216 15056 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33138749 19384713216 15056 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33138750 19384713216 15056 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60224 KiB

[startup+0.700299 s]
/proc/loadavg: 4.32 4.24 4.13 7/305 21571
/proc/meminfo: memFree=120851976/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=18996948 memory=154520 CPUtime=1.15 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 7818 0 0 0 107 8 0 0 20 0 19 0 33138742 19452874752 38630 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4749237 38630 5472 1 0 548884 0
[pid=21517/tid=21519] ppid=21514 vsize=18996948 memory=17152 CPUtime=0.62 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 5505 0 0 0 56 6 0 0 20 0 19 0 33138744 19452874752 38630 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138749 19452874752 38630 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=18996948 memory=19584 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33138750 19452874752 38630 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154520 KiB

[startup+1.5003 s]
/proc/loadavg: 4.32 4.24 4.13 6/306 21580
/proc/meminfo: memFree=120405460/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=18996948 memory=1243292 CPUtime=2.71 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 11039 0 0 0 238 33 0 0 20 0 19 0 33138742 19452874752 310823 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4749237 310823 5472 1 0 550650 0
[pid=21517/tid=21519] ppid=21514 vsize=18996948 memory=19584 CPUtime=1.37 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 6052 0 0 0 108 29 0 0 20 0 19 0 33138744 19452874752 310823 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138749 19452874752 310823 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33138750 19452874752 311335 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1243292 KiB

[startup+3.10598 s]
/proc/loadavg: 4.32 4.24 4.13 8/330 21611
/proc/meminfo: memFree=116658636/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=18996948 memory=2484316 CPUtime=5.87 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 25781 0 0 0 526 61 0 0 20 0 19 0 33138742 19452874752 621079 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4749237 621079 5472 1 0 851566 0
[pid=21517/tid=21519] ppid=21514 vsize=18996948 memory=11264 CPUtime=2.88 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 6759 0 0 0 234 54 0 0 20 0 19 0 33138744 19452874752 621079 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138749 19452874752 621079 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33138750 19452874752 621079 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2484316 KiB

[startup+6.30024 s]
/proc/loadavg: 4.46 4.27 4.14 7/331 21612
/proc/meminfo: memFree=114141048/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=2478884 CPUtime=11.57 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 26718 0 0 0 1093 64 0 0 20 0 20 0 33138742 19521036288 619721 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 619721 5472 1 0 852051 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=5632 CPUtime=5.9 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 7218 0 0 0 535 55 0 0 20 0 20 0 33138744 19521036288 619721 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 619721 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 619721 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=2241 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 619721 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 11.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2478884 KiB

[startup+12.7004 s]
/proc/loadavg: 4.66 4.31 4.16 5/331 21612
/proc/meminfo: memFree=111464924/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=3073492 CPUtime=19.75 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 38476 0 0 0 1895 80 0 0 20 0 20 0 33138742 19521036288 768373 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 768373 5504 1 0 1002443 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=11264 CPUtime=12.03 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 9732 0 0 0 1134 69 0 0 20 0 20 0 33138744 19521036288 768373 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=2478884 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 768373 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 768373 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=2979284 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 768373 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 19.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3073492 KiB

[startup+25.5005 s]
/proc/loadavg: 4.81 4.36 4.18 5/331 21679
/proc/meminfo: memFree=115872560/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=3074388 CPUtime=35.83 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 40532 0 0 0 3499 84 0 0 20 0 20 0 33138742 19521036288 768597 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 768597 5504 1 0 1002594 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=0 CPUtime=24.52 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 11001 0 0 0 2380 72 0 0 20 0 20 0 33138744 19521036288 768597 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=3074388 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 768597 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=3074388 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 768597 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=2478884 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 768597 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 35.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3074388 KiB

[startup+51.1135 s]
/proc/loadavg: 4.74 4.38 4.19 7/331 21680
/proc/meminfo: memFree=113937000/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=3093740 CPUtime=63.56 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 51556 0 0 0 6265 91 0 0 20 0 20 0 33138742 19521036288 773435 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 773435 5504 1 0 1002709 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=0 CPUtime=49.49 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 13639 0 0 0 4875 74 0 0 20 0 20 0 33138744 19521036288 773435 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=3083244 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 773435 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 773435 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 773435 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 63.56 s

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

[startup+3222.3 s]
/proc/loadavg: 4.30 4.33 4.29 5/330 21920
/proc/meminfo: memFree=97712092/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=7988472 CPUtime=3271.08 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 220322 0 0 0 326312 796 0 0 20 0 20 0 33138742 19521036288 1997118 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 1997118 5504 1 0 2011746 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=7988344 CPUtime=3086.65 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 113729 0 0 0 308106 559 0 0 20 0 20 0 33138744 19521036288 1997118 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=7988344 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 1997118 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=7988472 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 2380 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 1997118 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=-6000919489953491821 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 1997118 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 3271.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7988472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.33 4.29 5/331 21925
/proc/meminfo: memFree=98148772/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3333.28 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 225562 0 0 0 332519 809 0 0 20 0 20 0 33138742 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 1699132 5504 1 0 1713162 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3144.62 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 116181 0 0 0 313895 567 0 0 20 0 20 0 33138744 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 2418 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 3333.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6796528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.30 4.28 5/331 21927
/proc/meminfo: memFree=97088288/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3394.65 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 228232 0 0 0 338645 820 0 0 20 0 20 0 33138742 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 1699132 5504 1 0 1713162 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3202.68 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 118547 0 0 0 319693 575 0 0 20 0 20 0 33138744 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 2418 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 3394.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6796528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.26 4.27 5/332 21935
/proc/meminfo: memFree=97033944/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3456.13 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 233016 0 0 0 344780 833 0 0 20 0 20 0 33138742 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 1699132 5504 1 0 1713162 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=3200 CPUtime=3260.81 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 121322 0 0 0 325498 583 0 0 20 0 20 0 33138744 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 2469 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=-6000919489953491821 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 3456.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6796528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.26 4.27 5/332 21937
/proc/meminfo: memFree=96973428/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3517.11 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 233923 0 0 0 350867 844 0 0 20 0 20 0 33138742 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 1699132 5504 1 0 1713162 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=3200 CPUtime=3319.53 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 122074 0 0 0 331363 590 0 0 20 0 20 0 33138744 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 2533 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 3517.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6796528 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.24 4.26 7/329 22005
/proc/meminfo: memFree=103659380/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3578.69 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 237542 0 0 0 357013 856 0 0 20 0 20 0 33138742 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 1699132 5504 1 0 1713162 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=14720 CPUtime=3377.61 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 124627 0 0 0 337162 599 0 0 20 0 20 0 33138744 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=-6000919489953491821 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 3578.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6796528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3543.3 s]
/proc/loadavg: 4.29 4.26 4.27 5/330 22006
/proc/meminfo: memFree=99444680/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3600.06 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 238788 0 0 0 359146 860 0 0 20 0 20 0 33138742 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4765878 1699132 5504 1 0 1713162 0
[pid=21517/tid=21519] ppid=21514 vsize=19063512 memory=6796528 CPUtime=3398.19 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) R 21514 21517 21002 0 -1 4194368 125688 0 0 0 339217 602 0 0 20 0 20 0 33138744 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138749 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19063512 memory=6796528 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 20 0 33138750 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21612] ppid=21514 vsize=19063512 memory=2760 CPUtime=0 cores=1,3
/proc/21517/task/21612/stat : 21612 (Timer-0) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33139067 19521036288 1699132 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6796528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.7 s, system=8.63354 s

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

[startup+3543.4 s]
/proc/loadavg: 4.29 4.26 4.27 5/330 22006
/proc/meminfo: memFree=99444680/131382112 swapFree=33010684/33010684
[pid=21517] ppid=21514 vsize=19263204 memory=6797168 CPUtime=3600.22 cores=1,3
/proc/21517/stat : 21517 (java) S 21514 21517 21002 0 -1 4194304 241180 0 0 0 359161 861 0 0 20 0 21 0 33138742 19725520896 1699292 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
/proc/21517/statm: 4815801 1699292 5504 1 0 1714081 0
[pid=21517/tid=21519] ppid=21514 vsize=19263204 memory=1792 CPUtime=3398.21 cores=1,3
/proc/21517/task/21519/stat : 21519 (java) S 21514 21517 21002 0 -1 4194368 125990 0 0 0 339219 602 0 0 20 0 21 0 33138744 19725520896 1699292 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21529] ppid=21514 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/21517/task/21529/stat : 21529 (Finalizer) S 21514 21517 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33138749 19725520896 1699292 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
[pid=21517/tid=21538] ppid=21514 vsize=19263204 memory=14720 CPUtime=0 cores=1,3
/proc/21517/task/21538/stat : 21538 (Common-Cleaner) S 21514 21517 21002 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 21 0 33138750 19725520896 1699292 18446744073709551615 94619311824896 94619311828592 140731767879216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94619311836408 94619311837200 94619330863104 140731767888173 140731767888358 140731767888358 140731767893960 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6797168 KiB

Child status: 143

Real time (s): 3543.51
CPU time (s): 3600.34
CPU user time (s): 3591.7
CPU system time (s): 8.63354
CPU usage (%): 101.604
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7988472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.7
system time used= 8.63354
maximum resident set size= 7988472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2861912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136521
involuntary context switches= 16333


# summary of solver processes directly reported to runsolver:
#   pid: 21517
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3591.7
#   total CPU system time (s): 8.63354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0471 second user time and 37.0679 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 07:23:14
IDJOB=4503427
IDBENCH=155463
IDSOLVER=3362
FILE ID=nodeC005/4503427-1751174593
RUNJOBID= nodeC005-1751171026-21014
SLURM_JOB_ID= 9587533
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-25.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503427-1751174593/watcher-4503427-1751174593 -o /tmp/evaluation-result-4503427-1751174593/solver-4503427-1751174593 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21014 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503427-1751174593 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503427-1751174593.opb

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

MD5SUM BENCH= 089881a3a57f24d34abbbcf8eb808729
RANDOM SEED=688329099

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.463
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.238
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120030368 kB
MemAvailable:   121833640 kB
Buffers:            3280 kB
Cached:          2612340 kB
SwapCached:            0 kB
Active:          8414164 kB
Inactive:        2367204 kB
Active(anon):    8183712 kB
Inactive(anon):        0 kB
Active(file):     230452 kB
Inactive(file):  2367204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13836 kB
Writeback:           236 kB
AnonPages:       8169220 kB
Mapped:           122380 kB
Shmem:             17960 kB
KReclaimable:      90488 kB
Slab:             171504 kB
SReclaimable:      90488 kB
SUnreclaim:        81016 kB
KernelStack:        4216 kB
PageTables:        18928 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8538868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149688 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7970816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432952 MiB
End job on nodeC005 at 2025-06-29 08:22:17