Trace number 4511091

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.27 3553.12

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x80split.opb
MD5SUM1a3ecc72c33db076137ced748302e815
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 benchmark17.8759
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints401
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)401
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4511091-1751205862.opb
0.13/0.16	c reading problem ... 
0.13/0.20	c using VERIPB proof format
0.13/0.20	c  no objective function found
0.25/0.26	c ... done. Wall clock time 0.1s.
0.25/0.26	c declared #vars     801
0.25/0.26	c #constraints  802
0.25/0.26	c constraints type 
0.25/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.25/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 800
0.25/0.26	c 802 constraints processed.
2.17/1.23	c cleaning 2487 clauses out of 5000 with flag 0/5000
3.75/2.05	c cleaning 4247 clauses out of 8514 with flag 0/11001
5.54/2.99	c cleaning 5616 clauses out of 11266 with flag 0/18000
7.26/3.86	c cleaning 6815 clauses out of 13650 with flag 0/26000
8.55/4.72	c cleaning 7905 clauses out of 15835 with flag 0/35000
9.59/5.58	c cleaning 8950 clauses out of 17930 with flag 0/45000
10.99/6.96	c cleaning 9980 clauses out of 19980 with flag 0/56000
12.76/8.51	c cleaning 10985 clauses out of 22000 with flag 0/68000
14.32/10.01	c cleaning 11979 clauses out of 24015 with flag 0/81000
16.22/11.93	c cleaning 13003 clauses out of 26036 with flag 0/95000
18.53/14.21	c cleaning 14011 clauses out of 28034 with flag 0/110001
21.34/17.02	c cleaning 14996 clauses out of 30023 with flag 0/126001
23.77/19.35	c cleaning 15994 clauses out of 32027 with flag 0/143001
27.80/23.28	c cleaning 17003 clauses out of 34033 with flag 0/161001
32.63/27.96	c cleaning 17992 clauses out of 36029 with flag 0/180000
35.14/30.41	c cleaning 18994 clauses out of 38038 with flag 0/200001
37.75/33.10	c cleaning 19995 clauses out of 40043 with flag 0/221000
41.06/36.35	c cleaning 20997 clauses out of 42049 with flag 0/243001
45.29/40.53	c cleaning 22003 clauses out of 44051 with flag 0/266000
49.54/44.78	c cleaning 23000 clauses out of 46048 with flag 0/290000
54.76/49.90	c cleaning 24000 clauses out of 48048 with flag 0/315000
60.60/55.76	c cleaning 24997 clauses out of 50048 with flag 0/341000
67.87/62.91	c cleaning 26002 clauses out of 52053 with flag 0/368002
80.26/75.28	c cleaning 27008 clauses out of 54052 with flag 0/396003
96.51/91.26	c cleaning 28011 clauses out of 56041 with flag 0/425000
104.12/98.76	c cleaning 28995 clauses out of 58030 with flag 0/455000
112.76/107.23	c cleaning 30005 clauses out of 60035 with flag 0/486000
120.92/115.27	c cleaning 30999 clauses out of 62030 with flag 0/518000
127.30/121.57	c cleaning 31997 clauses out of 64031 with flag 0/551000
135.47/129.65	c cleaning 33004 clauses out of 66035 with flag 0/585001
145.82/139.83	c cleaning 33998 clauses out of 68031 with flag 0/620001
156.06/149.96	c cleaning 35000 clauses out of 70034 with flag 0/656002
172.10/163.55	c cleaning 35998 clauses out of 72033 with flag 0/693001
187.88/179.05	c cleaning 37001 clauses out of 74035 with flag 0/731001
201.55/192.54	c cleaning 37997 clauses out of 76034 with flag 0/770001
217.82/208.57	c cleaning 38999 clauses out of 78036 with flag 0/810000
236.30/226.83	c cleaning 40000 clauses out of 80039 with flag 0/851002
256.53/246.98	c cleaning 40999 clauses out of 82038 with flag 0/893001
278.17/268.31	c cleaning 42005 clauses out of 84039 with flag 0/936001
300.24/290.19	c cleaning 42995 clauses out of 86035 with flag 0/980002
318.95/308.73	c cleaning 44000 clauses out of 88039 with flag 0/1025001
340.92/330.50	c cleaning 45000 clauses out of 90038 with flag 0/1071000
367.38/356.76	c cleaning 46004 clauses out of 92038 with flag 0/1118000
389.79/378.93	c cleaning 47003 clauses out of 94035 with flag 0/1166001
410.43/399.24	c cleaning 48004 clauses out of 96032 with flag 0/1215001
439.43/427.80	c cleaning 49001 clauses out of 98030 with flag 0/1265003
469.80/457.86	c cleaning 50004 clauses out of 100029 with flag 0/1316003
504.97/493.12	c cleaning 50997 clauses out of 102022 with flag 0/1368000
547.13/534.61	c cleaning 51993 clauses out of 104026 with flag 0/1421001
584.55/571.61	c cleaning 53003 clauses out of 106032 with flag 0/1475000
627.89/614.68	c cleaning 54000 clauses out of 108029 with flag 0/1530000
695.15/681.43	c cleaning 55002 clauses out of 110031 with flag 0/1586002
756.91/742.79	c cleaning 56000 clauses out of 112029 with flag 0/1643002
810.68/795.97	c cleaning 56999 clauses out of 114027 with flag 0/1701000
871.72/856.47	c cleaning 57999 clauses out of 116028 with flag 0/1760000
942.83/927.09	c cleaning 58999 clauses out of 118029 with flag 0/1820000
1017.79/1001.47	c cleaning 59998 clauses out of 120031 with flag 0/1881001
1088.35/1071.55	c cleaning 60995 clauses out of 122032 with flag 0/1943000
1135.18/1117.69	c cleaning 62006 clauses out of 124038 with flag 0/2006001
1183.03/1164.99	c cleaning 63002 clauses out of 126032 with flag 0/2070001
1224.30/1205.60	c cleaning 64003 clauses out of 128029 with flag 0/2135000
1277.32/1257.89	c cleaning 65000 clauses out of 130026 with flag 0/2201000
1332.98/1312.78	c cleaning 65996 clauses out of 132028 with flag 0/2268002
1361.81/1341.13	c cleaning 67001 clauses out of 134031 with flag 0/2336001
1424.04/1402.31	c cleaning 68005 clauses out of 136030 with flag 0/2405001
1495.93/1473.05	c cleaning 69002 clauses out of 138025 with flag 0/2475001
1544.66/1521.16	c cleaning 70000 clauses out of 140023 with flag 0/2546001
1589.33/1565.24	c cleaning 70997 clauses out of 142022 with flag 0/2618000
1624.47/1600.06	c cleaning 71998 clauses out of 144026 with flag 0/2691001
1691.00/1665.75	c cleaning 73002 clauses out of 146028 with flag 0/2765001
1744.76/1718.81	c cleaning 74000 clauses out of 148026 with flag 0/2840001
1856.63/1829.60	c cleaning 75002 clauses out of 150025 with flag 0/2916000
1960.15/1932.25	c cleaning 75996 clauses out of 152023 with flag 0/2993000
2032.09/2003.25	c cleaning 76995 clauses out of 154028 with flag 0/3071001
2129.09/2099.14	c cleaning 78005 clauses out of 156032 with flag 0/3150000
2182.76/2151.79	c cleaning 79005 clauses out of 158028 with flag 0/3230001
2247.63/2215.83	c cleaning 79999 clauses out of 160022 with flag 0/3311000
2326.71/2293.96	c cleaning 81002 clauses out of 162024 with flag 0/3393001
2410.31/2376.65	c cleaning 82003 clauses out of 164022 with flag 0/3476001
2484.46/2449.84	c cleaning 82990 clauses out of 166018 with flag 0/3560000
2553.91/2518.23	c cleaning 84002 clauses out of 168028 with flag 0/3645000
2636.75/2600.13	c cleaning 85003 clauses out of 170027 with flag 0/3731001
2737.88/2700.36	c cleaning 86005 clauses out of 172023 with flag 0/3818000
2851.13/2812.56	c cleaning 87002 clauses out of 174020 with flag 0/3906002
2978.53/2938.89	c cleaning 88000 clauses out of 176017 with flag 0/3995001
3121.49/3080.39	c cleaning 89004 clauses out of 178019 with flag 0/4085003
3258.25/3216.00	c cleaning 89997 clauses out of 180012 with flag 0/4176000
3358.14/3314.27	c cleaning 91004 clauses out of 182016 with flag 0/4268001
3459.13/3413.99	c cleaning 91983 clauses out of 184011 with flag 0/4361000
3549.00/3502.81	c cleaning 93002 clauses out of 186028 with flag 0/4455000
3600.09/3553.02	c starts		: 162
3600.09/3553.02	c timeout
3600.09/3553.03	c conflicts		: 4539649
3600.09/3553.03	c decisions		: 5275432
3600.09/3553.03	c propagations		: 35282982
3600.09/3553.03	c inspects		: 6853644536
3600.09/3553.03	c shortcuts		: 0
3600.09/3553.03	c learnt literals	: 0
3600.09/3553.03	c learnt binary clauses	: 0
3600.09/3553.03	c learnt ternary clauses	: 0
3600.09/3553.03	c learnt constraints	: 4539649
3600.09/3553.03	c ignored constraints	: 0
3600.09/3553.03	c root simplifications	: 0
3600.09/3553.03	c removed literals (reason simplification)	: 0
3600.09/3553.03	c reason swapping (by a shorter reason)	: 0
3600.09/3553.03	c Calls to reduceDB	: 90
3600.09/3553.03	c Number of update (reduction) of LBD	: 3897077
3600.09/3553.03	c Imported unit clauses	: 0
3600.09/3553.03	c No decision after first conflict	: false
3600.09/3553.03	c number of reductions to clauses (during analyze)	: 0
3600.09/3553.03	c number of learned constraints concerned by reduction	: 0
3600.09/3553.03	c number of learning phase by resolution	: 0
3600.09/3553.03	c number of learning phase by cutting planes	: 0
3600.09/3553.03	c number of rounding to 1 operations	: 0
3600.09/3553.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3553.03	c number of reductions of the coefficients by power 2 	: 0
3600.09/3553.03	c number of right shift for reduction by power 2 	: 0
3600.09/3553.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3553.03	c number of ending skipping 	: 0
3600.09/3553.03	c number of internal skipping 	: 0
3600.09/3553.03	c number of derivation steps 	: 19259987
3600.09/3553.03	c number of skipped derivation steps 	: 0
3600.09/3553.03	c number of remaining unassigned 	: 185009
3600.09/3553.03	c number of remaining assigned 	: 250936513
3600.09/3553.04	c number of falsified literals weakened from reason	: 0
3600.09/3553.04	c number of falsified literals weakened from conflict	: 0
3600.09/3553.04	c time for arithmetic operations	: 11952272669
3600.09/3553.04	c minimum degree of deleted constraints	: 1
3600.09/3553.04	c maximum degree of deleted constraints	: 15666286356
3600.09/3553.04	c number of deleted constraints	: 4361974
3600.09/3553.04	c speed (assignments/second)	: 9931.113507987566
3600.09/3553.04	c non guided choices	: 19304
3600.09/3553.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 32195
3600.09/3553.10	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 204
3600.09/3553.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 145276
3600.09/3553.10	s UNKNOWN
3600.09/3553.10	c Total wall clock time (in seconds): 3552.945

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: 63665 MiB (57650 MiB free)
  memory of node 1: 64507 MiB (60551 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511091-1751205862/watcher-4511091-1751205862 -o /tmp/evaluation-result-4511091-1751205862/solver-4511091-1751205862 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23248 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511091-1751205862 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511091-1751205862.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=24217, runsolver pid=24214

[startup+0.10006 s]*
/proc/loadavg: 4.17 4.18 4.18 7/342 24235
/proc/meminfo: memFree=120968128/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=18930384 memory=57712 CPUtime=0.13 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 6572 0 0 0 11 2 0 0 20 0 18 0 36266067 19384713216 14428 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4732596 14428 5338 1 0 547619 0
[pid=24217/tid=24219] ppid=24214 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 5069 0 0 0 7 1 0 0 20 0 18 0 36266068 19384713216 14428 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36266070 19384713216 14428 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36266071 19384713216 14428 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57712 KiB

[startup+0.206185 s]*
/proc/loadavg: 4.17 4.18 4.18 7/343 24236
/proc/meminfo: memFree=120912080/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=18930384 memory=61996 CPUtime=0.25 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 7032 0 0 0 22 3 0 0 20 0 18 0 36266067 19384713216 15499 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4732596 15499 5434 1 0 547943 0
[pid=24217/tid=24219] ppid=24214 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 5363 0 0 0 13 1 0 0 20 0 18 0 36266068 19384713216 15499 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36266070 19384713216 15499 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36266071 19384713216 15499 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61996 KiB

[startup+0.305833 s]*
/proc/loadavg: 4.17 4.18 4.18 8/344 24237
/proc/meminfo: memFree=120902880/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=18996948 memory=77752 CPUtime=0.44 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 7383 0 0 0 41 3 0 0 20 0 19 0 36266067 19452874752 19438 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4749237 19438 5466 1 0 548424 0
[pid=24217/tid=24219] ppid=24214 vsize=18996948 memory=-6000919489953687661 CPUtime=0.22 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 5484 0 0 0 21 1 0 0 20 0 19 0 36266068 19452874752 19438 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36266070 19452874752 19438 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36266071 19452874752 19438 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36266094 19452874752 19438 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77752 KiB

[startup+0.700249 s]
/proc/loadavg: 4.17 4.18 4.18 7/344 24237
/proc/meminfo: memFree=120838924/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=164888 CPUtime=1.18 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 10838 0 0 0 113 5 0 0 20 0 20 0 36266067 19521036288 41222 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 41222 5498 1 0 551196 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=17664 CPUtime=0.56 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 5545 0 0 0 54 2 0 0 20 0 20 0 36266068 19521036288 41222 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 41222 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 41222 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 41222 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164888 KiB

[startup+1.50025 s]
/proc/loadavg: 4.17 4.18 4.18 7/345 24238
/proc/meminfo: memFree=120547864/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=304060 CPUtime=2.77 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 29749 0 0 0 265 12 0 0 20 0 20 0 36266067 19521036288 76015 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 76015 5498 1 0 559028 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=10880 CPUtime=1.29 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 5788 0 0 0 124 5 0 0 20 0 20 0 36266068 19521036288 76015 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 76015 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 76015 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 76015 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 304060 KiB

[startup+3.1061 s]
/proc/loadavg: 4.32 4.21 4.19 7/345 24238
/proc/meminfo: memFree=118767472/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=1094700 CPUtime=5.94 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 35730 0 0 0 566 28 0 0 20 0 20 0 36266067 19521036288 273675 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 273675 5498 1 0 559034 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=10880 CPUtime=2.86 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 7643 0 0 0 266 20 0 0 20 0 20 0 36266068 19521036288 273675 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=-6000919489953687661 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 273675 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 273675 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 273675 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1094700 KiB

[startup+6.30022 s]
/proc/loadavg: 4.32 4.21 4.19 6/345 24238
/proc/meminfo: memFree=118463684/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=1324700 CPUtime=10.39 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 36791 0 0 0 1005 34 0 0 20 0 20 0 36266067 19521036288 331175 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 331175 5498 1 0 559035 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=0 CPUtime=6.02 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 7939 0 0 0 576 26 0 0 20 0 20 0 36266068 19521036288 331175 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 331175 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 331175 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=366796 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 331175 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 10.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1324700 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.22 4.19 5/345 24238
/proc/meminfo: memFree=118011288/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=1749792 CPUtime=17.03 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 37894 0 0 0 1659 44 0 0 20 0 20 0 36266067 19521036288 437448 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 437448 5498 1 0 665561 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=366796 CPUtime=12.32 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 8685 0 0 0 1197 35 0 0 20 0 20 0 36266068 19521036288 437448 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 437448 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=1749792 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 437448 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 437448 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 17.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1749792 KiB

[startup+25.5003 s]
/proc/loadavg: 4.37 4.23 4.19 4/322 24383
/proc/meminfo: memFree=119931516/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=1758216 CPUtime=30.12 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 45181 0 0 0 2962 50 0 0 20 0 20 0 36266067 19521036288 439554 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 439554 5498 1 0 665561 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=10880 CPUtime=24.89 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 10419 0 0 0 2449 40 0 0 20 0 20 0 36266068 19521036288 439554 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=1749792 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 439554 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=-6000919489953687661 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 439554 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 439554 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 30.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1758216 KiB

[startup+51.1059 s]
/proc/loadavg: 4.30 4.23 4.19 5/345 24440
/proc/meminfo: memFree=119202776/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=2282216 CPUtime=55.98 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 49271 0 0 0 5528 70 0 0 20 0 20 0 36266067 19521036288 570554 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 570554 5530 1 0 792987 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=14720 CPUtime=49.79 cores=1,3

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

/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 912929 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=3651588 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 1711 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 912929 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=3651716 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 912929 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 3204.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651716 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.16 4.17 5/342 24790
/proc/meminfo: memFree=110361292/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3264.79 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 159161 0 0 0 325832 647 0 0 20 0 20 0 36266067 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 912961 5530 1 0 927702 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=-6000919489953687661 CPUtime=3153.71 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 69622 0 0 0 314898 473 0 0 20 0 20 0 36266068 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=3651588 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=-6000919489953687661 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 1800 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 3264.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/342 24792
/proc/meminfo: memFree=110337180/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3326 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 161509 0 0 0 331942 658 0 0 20 0 20 0 36266067 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 912961 5530 1 0 927717 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3212.2 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 71003 0 0 0 320739 481 0 0 20 0 20 0 36266068 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=3651844 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 1800 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 3326 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.15 4.16 5/342 24797
/proc/meminfo: memFree=110113956/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3386.72 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 164273 0 0 0 338006 666 0 0 20 0 20 0 36266067 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 912961 5530 1 0 927717 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=17664 CPUtime=3271.03 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 72770 0 0 0 326617 486 0 0 20 0 20 0 36266068 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=3651844 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=3651844 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 1888 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=3651844 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 3386.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/341 24812
/proc/meminfo: memFree=110005676/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3447.43 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 164444 0 0 0 344070 673 0 0 20 0 20 0 36266067 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 912961 5530 1 0 927717 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3329.88 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 72798 0 0 0 332498 490 0 0 20 0 20 0 36266068 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=3651844 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=-6000919489953687661 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 3447.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651844 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/341 24814
/proc/meminfo: memFree=109790176/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3508.05 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 165552 0 0 0 350125 680 0 0 20 0 20 0 36266067 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 912961 5530 1 0 927717 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3388.68 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 73741 0 0 0 338374 494 0 0 20 0 20 0 36266068 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 1976 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=3651844 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 3508.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.15 5/341 24817
/proc/meminfo: memFree=109746424/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3568.77 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 168153 0 0 0 356185 692 0 0 20 0 20 0 36266067 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 912961 5530 1 0 927717 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3447.45 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 75309 0 0 0 344241 504 0 0 20 0 20 0 36266068 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 2067 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=3651844 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 3568.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3553 s]*
/proc/loadavg: 4.21 4.15 4.16 5/341 24819
/proc/meminfo: memFree=109598996/131250000 swapFree=33010684/33010684
[pid=24217] ppid=24214 vsize=19063512 memory=3651844 CPUtime=3600.09 cores=1,3
/proc/24217/stat : 24217 (java) S 24214 24217 23236 0 -1 4194304 169842 0 0 0 359310 699 0 0 20 0 20 0 36266067 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
/proc/24217/statm: 4765878 912961 5530 1 0 927717 0
[pid=24217/tid=24219] ppid=24214 vsize=19063512 memory=-6000919498526517357 CPUtime=3477.3 cores=1,3
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 23236 0 -1 4194368 76184 0 0 0 347220 510 0 0 20 0 20 0 36266068 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24228] ppid=24214 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/24217/task/24228/stat : 24228 (Finalizer) S 24214 24217 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36266070 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24235] ppid=24214 vsize=19063512 memory=2944 CPUtime=0 cores=1,3
/proc/24217/task/24235/stat : 24235 (Common-Cleaner) S 24214 24217 23236 0 -1 4194368 2193 0 0 0 0 0 0 0 20 0 20 0 36266071 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
[pid=24217/tid=24237] ppid=24214 vsize=19063512 memory=3651844 CPUtime=0 cores=1,3
/proc/24217/task/24237/stat : 24237 (Timer-0) S 24214 24217 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36266094 19521036288 912961 18446744073709551615 94136074559488 94136074563184 140734004056032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94136074571000 94136074571792 94136092340224 140734004058413 140734004058598 140734004058598 140734004064200 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.25 s, system=7.01883 s

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

[startup+3553.11 s]*
/proc/loadavg: 4.21 4.15 4.16 5/323 24822
/proc/meminfo: memFree=109827752/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3553.12
CPU time (s): 3600.27
CPU user time (s): 3593.25
CPU system time (s): 7.01883
CPU usage (%): 101.327
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3651844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.25
system time used= 7.01882
maximum resident set size= 3652868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172466
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2493888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164524
involuntary context switches= 18118


# summary of solver processes directly reported to runsolver:
#   pid: 24217
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3593.25
#   total CPU system time (s): 7.01883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.62354 second user time and 18.0823 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 16:04:22
IDJOB=4511091
IDBENCH=160428
IDSOLVER=3362
FILE ID=nodeC027/4511091-1751205862
RUNJOBID= nodeC027-1751202286-23248
SLURM_JOB_ID= 9587612
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x80split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511091-1751205862/watcher-4511091-1751205862 -o /tmp/evaluation-result-4511091-1751205862/solver-4511091-1751205862 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23248 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511091-1751205862 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511091-1751205862.opb

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

MD5SUM BENCH= 1a3ecc72c33db076137ced748302e815
RANDOM SEED=146074837

nodeC027 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	: 0xb00002a
cpu MHz		: 3599.630
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.852
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.513
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.646
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.512
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.634
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.638
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.483
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121043500 kB
MemAvailable:   123471500 kB
Buffers:            3280 kB
Cached:          3231336 kB
SwapCached:            0 kB
Active:          6650916 kB
Inactive:        2977368 kB
Active(anon):    6411828 kB
Inactive(anon):        0 kB
Active(file):     239088 kB
Inactive(file):  2977368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8060 kB
Writeback:             0 kB
AnonPages:       6396832 kB
Mapped:           122856 kB
Shmem:             18068 kB
KReclaimable:     101164 kB
Slab:             187996 kB
SReclaimable:     101164 kB
SUnreclaim:        86832 kB
KernelStack:        5232 kB
PageTables:        15984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9088336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6166528 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC027 at 2025-06-29 17:03:35