Trace number 4513697

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.22 3536.75

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v070-n1.opb
MD5SUMd78bcac827c2569f29b2dd9f01c4d198
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 benchmark0.040044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables139
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
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.07	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.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4513697-1751227090.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.019s.
0.13/0.17	c declared #vars     139
0.13/0.17	c #constraints  140
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
0.13/0.17	c 140 constraints processed.
4.63/2.49	c cleaning 2503 clauses out of 5006 with flag 0/5006
9.77/5.05	c cleaning 4247 clauses out of 8498 with flag 0/11001
12.35/6.73	c cleaning 5625 clauses out of 11252 with flag 0/18002
14.48/8.78	c cleaning 6815 clauses out of 13630 with flag 0/26005
16.83/11.02	c cleaning 7904 clauses out of 15813 with flag 0/35003
19.44/13.65	c cleaning 8950 clauses out of 17908 with flag 0/45002
23.07/17.03	c cleaning 9969 clauses out of 19956 with flag 0/56000
28.24/21.27	c cleaning 10991 clauses out of 21987 with flag 0/68000
31.68/24.70	c cleaning 12000 clauses out of 23999 with flag 0/81003
35.44/28.38	c cleaning 12993 clauses out of 25997 with flag 0/95001
40.60/33.42	c cleaning 14001 clauses out of 28003 with flag 0/110000
45.90/38.66	c cleaning 15001 clauses out of 30003 with flag 0/126001
52.03/44.56	c cleaning 16001 clauses out of 32001 with flag 0/143000
59.08/51.43	c cleaning 17001 clauses out of 34002 with flag 0/161002
66.53/58.76	c cleaning 17997 clauses out of 35999 with flag 0/180000
74.66/66.88	c cleaning 19002 clauses out of 38004 with flag 0/200002
82.16/74.27	c cleaning 20001 clauses out of 40006 with flag 0/221006
90.46/82.37	c cleaning 21000 clauses out of 42004 with flag 0/243005
98.98/90.63	c cleaning 22002 clauses out of 44004 with flag 0/266005
107.43/98.92	c cleaning 22993 clauses out of 45997 with flag 0/290000
117.10/108.42	c cleaning 23998 clauses out of 48004 with flag 0/315000
128.78/119.84	c cleaning 25001 clauses out of 50007 with flag 0/341001
141.17/132.00	c cleaning 25998 clauses out of 52005 with flag 0/368000
151.12/141.74	c cleaning 26998 clauses out of 54007 with flag 0/396000
162.01/152.37	c cleaning 28001 clauses out of 56010 with flag 0/425001
174.43/164.55	c cleaning 28998 clauses out of 58009 with flag 0/455001
190.59/180.31	c cleaning 30003 clauses out of 60010 with flag 0/486000
207.55/197.05	c cleaning 31003 clauses out of 62007 with flag 0/518000
224.29/213.59	c cleaning 31998 clauses out of 64004 with flag 0/551000
241.26/230.41	c cleaning 32999 clauses out of 66006 with flag 0/585000
258.74/247.61	c cleaning 33998 clauses out of 68007 with flag 0/620000
276.86/265.66	c cleaning 35000 clauses out of 70009 with flag 0/656000
301.25/289.80	c cleaning 36003 clauses out of 72009 with flag 0/693000
329.33/317.62	c cleaning 36998 clauses out of 74007 with flag 0/731001
354.68/342.79	c cleaning 38001 clauses out of 76008 with flag 0/770000
378.23/366.08	c cleaning 38998 clauses out of 78007 with flag 0/810000
403.58/391.20	c cleaning 40001 clauses out of 80009 with flag 0/851000
432.02/419.21	c cleaning 40999 clauses out of 82008 with flag 0/893000
459.11/446.01	c cleaning 41999 clauses out of 84009 with flag 0/936000
491.38/477.92	c cleaning 42999 clauses out of 86010 with flag 0/980000
534.08/520.22	c cleaning 44004 clauses out of 88011 with flag 0/1025000
579.88/565.66	c cleaning 44999 clauses out of 90007 with flag 0/1071000
618.94/604.39	c cleaning 46000 clauses out of 92009 with flag 0/1118001
654.73/639.87	c cleaning 47001 clauses out of 94009 with flag 0/1166001
691.73/676.57	c cleaning 47999 clauses out of 96007 with flag 0/1215000
714.66/699.30	c cleaning 48999 clauses out of 98009 with flag 0/1265001
738.04/722.40	c cleaning 50001 clauses out of 100010 with flag 0/1316001
775.19/759.05	c cleaning 50997 clauses out of 102008 with flag 0/1368000
816.90/800.23	c cleaning 52001 clauses out of 104012 with flag 0/1421001
852.86/835.79	c cleaning 53000 clauses out of 106010 with flag 0/1475000
902.47/884.82	c cleaning 54001 clauses out of 108010 with flag 0/1530000
968.54/950.33	c cleaning 54998 clauses out of 110010 with flag 0/1586001
1014.05/995.33	c cleaning 55998 clauses out of 112011 with flag 0/1643000
1061.46/1042.21	c cleaning 56999 clauses out of 114013 with flag 0/1701000
1102.69/1083.05	c cleaning 58003 clauses out of 116015 with flag 0/1760001
1151.13/1130.86	c cleaning 59001 clauses out of 118011 with flag 0/1820000
1191.44/1170.86	c cleaning 60002 clauses out of 120010 with flag 0/1881000
1231.99/1211.02	c cleaning 60994 clauses out of 122008 with flag 0/1943000
1281.72/1260.14	c cleaning 62000 clauses out of 124014 with flag 0/2006000
1336.39/1314.30	c cleaning 63000 clauses out of 126014 with flag 0/2070000
1400.37/1377.60	c cleaning 64003 clauses out of 128015 with flag 0/2135001
1460.82/1437.49	c cleaning 65004 clauses out of 130011 with flag 0/2201000
1544.83/1520.42	c cleaning 65997 clauses out of 132007 with flag 0/2268000
1586.35/1561.47	c cleaning 66998 clauses out of 134010 with flag 0/2336000
1624.94/1599.17	c cleaning 68005 clauses out of 136012 with flag 0/2405000
1660.93/1634.41	c cleaning 68998 clauses out of 138007 with flag 0/2475000
1709.04/1681.51	c cleaning 69999 clauses out of 140009 with flag 0/2546000
1754.93/1726.30	c cleaning 70998 clauses out of 142010 with flag 0/2618000
1808.54/1779.25	c cleaning 72005 clauses out of 144012 with flag 0/2691000
1869.70/1839.30	c cleaning 72998 clauses out of 146007 with flag 0/2765000
1926.59/1895.37	c cleaning 73997 clauses out of 148010 with flag 0/2840001
1985.18/1953.15	c cleaning 75003 clauses out of 150013 with flag 0/2916001
2036.35/2003.62	c cleaning 76002 clauses out of 152009 with flag 0/2993000
2089.28/2055.72	c cleaning 77000 clauses out of 154010 with flag 0/3071003
2151.54/2116.84	c cleaning 77998 clauses out of 156008 with flag 0/3150001
2212.76/2176.76	c cleaning 79001 clauses out of 158010 with flag 0/3230001
2277.42/2239.38	c cleaning 80003 clauses out of 160009 with flag 0/3311001
2356.92/2317.30	c cleaning 81002 clauses out of 162005 with flag 0/3393000
2432.82/2392.49	c cleaning 81995 clauses out of 164003 with flag 0/3476000
2509.03/2467.73	c cleaning 83000 clauses out of 166008 with flag 0/3560000
2575.09/2532.95	c cleaning 83999 clauses out of 168008 with flag 0/3645000
2653.94/2611.00	c cleaning 85000 clauses out of 170009 with flag 0/3731000
2710.22/2666.40	c cleaning 86003 clauses out of 172009 with flag 0/3818000
2769.39/2724.44	c cleaning 87001 clauses out of 174007 with flag 0/3906001
2828.96/2782.80	c cleaning 88000 clauses out of 176006 with flag 0/3995001
2898.04/2850.63	c cleaning 89000 clauses out of 178005 with flag 0/4085000
2957.81/2909.00	c cleaning 90000 clauses out of 180005 with flag 0/4176000
3021.99/2971.74	c cleaning 91001 clauses out of 182006 with flag 0/4268001
3093.30/3041.29	c cleaning 92001 clauses out of 184005 with flag 0/4361001
3171.29/3117.94	c cleaning 93001 clauses out of 186003 with flag 0/4455000
3263.12/3208.17	c cleaning 93995 clauses out of 188002 with flag 0/4550000
3331.18/3274.19	c cleaning 94996 clauses out of 190007 with flag 0/4646000
3409.33/3350.11	c cleaning 96003 clauses out of 192011 with flag 0/4743000
3485.12/3424.73	c cleaning 97001 clauses out of 194008 with flag 0/4841000
3556.64/3494.39	c cleaning 97998 clauses out of 196007 with flag 0/4940000
3600.00/3536.64	c timeout
3600.00/3536.64	c starts		: 30
3600.00/3536.66	c conflicts		: 5003941
3600.00/3536.66	c decisions		: 6088078
3600.00/3536.66	c propagations		: 29148023
3600.00/3536.66	c inspects		: 5436877207
3600.00/3536.66	c shortcuts		: 0
3600.00/3536.66	c learnt literals	: 0
3600.00/3536.66	c learnt binary clauses	: 0
3600.00/3536.66	c learnt ternary clauses	: 0
3600.00/3536.66	c learnt constraints	: 5003941
3600.00/3536.66	c ignored constraints	: 0
3600.00/3536.66	c root simplifications	: 0
3600.00/3536.66	c removed literals (reason simplification)	: 0
3600.00/3536.66	c reason swapping (by a shorter reason)	: 0
3600.00/3536.66	c Calls to reduceDB	: 95
3600.00/3536.66	c Number of update (reduction) of LBD	: 3082566
3600.00/3536.66	c Imported unit clauses	: 0
3600.00/3536.66	c No decision after first conflict	: false
3600.00/3536.66	c number of reductions to clauses (during analyze)	: 0
3600.00/3536.66	c number of learned constraints concerned by reduction	: 0
3600.00/3536.66	c number of learning phase by resolution	: 0
3600.00/3536.66	c number of learning phase by cutting planes	: 0
3600.00/3536.66	c number of rounding to 1 operations	: 0
3600.00/3536.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3536.66	c number of reductions of the coefficients by power 2 	: 0
3600.00/3536.66	c number of right shift for reduction by power 2 	: 0
3600.00/3536.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3536.66	c number of ending skipping 	: 0
3600.00/3536.66	c number of internal skipping 	: 0
3600.00/3536.66	c number of derivation steps 	: 19580553
3600.00/3536.66	c number of skipped derivation steps 	: 0
3600.00/3536.66	c number of remaining unassigned 	: 1465689
3600.00/3536.66	c number of remaining assigned 	: 312069804
3600.00/3536.66	c number of falsified literals weakened from reason	: 0
3600.00/3536.66	c number of falsified literals weakened from conflict	: 0
3600.00/3536.66	c time for arithmetic operations	: 29426630893
3600.00/3536.66	c minimum degree of deleted constraints	: 1
3600.00/3536.66	c maximum degree of deleted constraints	: 175819818421158847145400973167573556354011032045201416344
3600.00/3536.66	c number of deleted constraints	: 4841991
3600.00/3536.66	c speed (assignments/second)	: 8242.079361762471
3600.00/3536.66	c non guided choices	: 30
3600.16/3536.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 221
3600.16/3536.72	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 20
3600.16/3536.72	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 161709
3600.16/3536.72	s UNKNOWN
3600.16/3536.72	c Total wall clock time (in seconds): 3536.571

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=30334, runsolver pid=30331

[startup+0.10006 s]*
/proc/loadavg: 4.37 4.29 4.23 5/342 30352
/proc/meminfo: memFree=116920580/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=18930384 memory=57808 CPUtime=0.13 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 6589 0 0 0 11 2 0 0 20 0 18 0 38389270 19384713216 14452 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4732596 14452 5321 1 0 547623 0
[pid=30334/tid=30336] ppid=30331 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 5096 0 0 0 7 1 0 0 20 0 18 0 38389271 19384713216 14452 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38389273 19384713216 14452 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=18930384 memory=59585004340264 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38389274 19384713216 14452 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57808 KiB

[startup+0.205784 s]*
/proc/loadavg: 4.37 4.29 4.23 8/343 30353
/proc/meminfo: memFree=116912212/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=18996948 memory=64992 CPUtime=0.32 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 7256 0 0 0 30 2 0 0 20 0 19 0 38389270 19452874752 16248 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4749237 16248 5449 1 0 548367 0
[pid=30334/tid=30336] ppid=30331 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 5447 0 0 0 16 2 0 0 20 0 19 0 38389271 19452874752 16248 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=18996948 memory=19950 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38389273 19452874752 16248 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38389274 19452874752 16248 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38389288 19452874752 16248 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64992 KiB

[startup+0.305793 s]*
/proc/loadavg: 4.37 4.29 4.23 6/343 30353
/proc/meminfo: memFree=116884864/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=18996948 memory=84824 CPUtime=0.52 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 8714 0 0 0 49 3 0 0 20 0 19 0 38389270 19452874752 21206 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4749237 21206 5449 1 0 549191 0
[pid=30334/tid=30336] ppid=30331 vsize=18996948 memory=-6000919502804970604 CPUtime=0.26 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 5473 0 0 0 24 2 0 0 20 0 19 0 38389271 19452874752 21206 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38389273 19452874752 21206 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38389274 19452874752 21206 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38389288 19452874752 21206 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84824 KiB

[startup+0.70022 s]
/proc/loadavg: 4.37 4.29 4.23 7/343 30353
/proc/meminfo: memFree=116814288/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=164888 CPUtime=1.27 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 11664 0 0 0 121 6 0 0 20 0 20 0 38389270 19521036288 41222 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 41222 5481 1 0 551229 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=13568 CPUtime=0.59 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) S 30331 30334 29422 0 -1 4194368 5509 0 0 0 55 4 0 0 20 0 20 0 38389271 19521036288 41222 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 41222 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 41222 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 41222 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164888 KiB

[startup+1.50023 s]
/proc/loadavg: 4.37 4.29 4.23 6/344 30354
/proc/meminfo: memFree=116768988/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=333956 CPUtime=2.84 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 29087 0 0 0 272 12 0 0 20 0 20 0 38389270 19521036288 83489 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 83489 5481 1 0 558534 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=0 CPUtime=1.35 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 5688 0 0 0 127 8 0 0 20 0 20 0 38389271 19521036288 83489 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 83489 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 83489 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 83489 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 333956 KiB

[startup+3.10563 s]
/proc/loadavg: 4.37 4.29 4.23 6/344 30354
/proc/meminfo: memFree=116084916/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=892328 CPUtime=6.01 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 35155 0 0 0 576 25 0 0 20 0 20 0 38389270 19521036288 223082 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 223082 5481 1 0 559085 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=10752 CPUtime=2.87 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 7704 0 0 0 268 19 0 0 20 0 20 0 38389271 19521036288 223082 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=-6000919502804970604 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 223082 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 223082 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 223082 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 892328 KiB

[startup+6.30023 s]
/proc/loadavg: 4.42 4.30 4.23 7/344 30354
/proc/meminfo: memFree=115661684/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=1292416 CPUtime=11.8 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 37474 0 0 0 1145 35 0 0 20 0 20 0 38389270 19521036288 323104 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 323104 5481 1 0 559175 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=0 CPUtime=6.02 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 7962 0 0 0 573 29 0 0 20 0 20 0 38389271 19521036288 323104 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 323104 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 323104 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=403588 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 323104 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 11.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1292416 KiB

[startup+12.7002 s]
/proc/loadavg: 4.46 4.31 4.24 5/344 30355
/proc/meminfo: memFree=115142620/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=1339840 CPUtime=18.52 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 38537 0 0 0 1812 40 0 0 20 0 20 0 38389270 19521036288 334960 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 334960 5481 1 0 559191 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=403588 CPUtime=12.33 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 8563 0 0 0 1201 32 0 0 20 0 20 0 38389271 19521036288 334960 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=1339840 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 334960 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 334960 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 334960 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 18.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1339840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.29 4.23 5/345 30356
/proc/meminfo: memFree=115031320/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=1356812 CPUtime=32.59 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 51445 0 0 0 3212 47 0 0 20 0 20 0 38389270 19521036288 339203 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 339203 5481 1 0 559305 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=1339840 CPUtime=24.89 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 10964 0 0 0 2452 37 0 0 20 0 20 0 38389271 19521036288 339203 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 339203 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=1348556 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 339203 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 339203 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 32.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1356812 KiB

[startup+51.1057 s]
/proc/loadavg: 4.36 4.30 4.24 5/345 30489
/proc/meminfo: memFree=118364656/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=2320140 CPUtime=58.79 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 54365 0 0 0 5804 75 0 0 20 0 20 0 38389270 19521036288 580035 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 580035 5481 1 0 793271 0

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

[startup+3222.3 s]
/proc/loadavg: 4.12 4.19 4.18 5/343 30923
/proc/meminfo: memFree=108821920/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=5113408 CPUtime=3277.73 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 186277 0 0 0 326922 851 0 0 20 0 20 0 38389270 19521036288 1278352 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 1278352 5513 1 0 1295662 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=5113408 CPUtime=3147.76 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 87552 0 0 0 314042 734 0 0 20 0 20 0 38389271 19521036288 1278352 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=5113408 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 1278352 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=5113408 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 2546 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 1278352 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=5113408 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 1278352 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 3277.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5113408 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/344 30926
/proc/meminfo: memFree=108738404/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=5115488 CPUtime=3339.57 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 189964 0 0 0 333091 866 0 0 20 0 20 0 38389270 19521036288 1278872 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 1278872 5513 1 0 1295663 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=14720 CPUtime=3205.87 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) S 30331 30334 29422 0 -1 4194368 89861 0 0 0 319841 746 0 0 20 0 20 0 38389271 19521036288 1278872 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 1278872 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=5115488 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 2546 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 1278872 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=5115488 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 1278872 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 3339.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5115488 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.22 4.19 5/343 30928
/proc/meminfo: memFree=108663628/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=5130896 CPUtime=3401.54 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 194570 0 0 0 339274 880 0 0 20 0 20 0 38389270 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 1282724 5513 1 0 1295835 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=10752 CPUtime=3264.02 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 91579 0 0 0 325643 759 0 0 20 0 20 0 38389271 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=7024 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 2607 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=5115488 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 3401.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5130896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/343 30930
/proc/meminfo: memFree=108589220/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=5130896 CPUtime=3462.67 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 196663 0 0 0 345374 893 0 0 20 0 20 0 38389270 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 1282724 5513 1 0 1295841 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=10752 CPUtime=3322.6 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) S 30331 30334 29422 0 -1 4194368 92593 0 0 0 331490 770 0 0 20 0 20 0 38389271 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=5130896 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 2658 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=5130896 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 3462.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5130896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/343 30932
/proc/meminfo: memFree=108513920/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=5130896 CPUtime=3524.01 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 200799 0 0 0 351495 906 0 0 20 0 20 0 38389270 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 1282724 5513 1 0 1295845 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=10752 CPUtime=3381.24 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 94865 0 0 0 337342 782 0 0 20 0 20 0 38389271 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=5130896 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 2659 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=-6000919502804970604 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 3524.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5130896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.22 4.19 5/344 30940
/proc/meminfo: memFree=108412852/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=5130896 CPUtime=3585.32 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 203967 0 0 0 357611 921 0 0 20 0 20 0 38389270 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 1282724 5513 1 0 1295845 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=5130896 CPUtime=3439.69 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) R 30331 30334 29422 0 -1 4194368 96902 0 0 0 343174 795 0 0 20 0 20 0 38389271 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=5130896 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 2718 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 3585.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5130896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3536.6 s]
/proc/loadavg: 4.05 4.18 4.17 4/319 30975
/proc/meminfo: memFree=113446256/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19063512 memory=5130896 CPUtime=3600 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 203989 0 0 0 359076 924 0 0 20 0 20 0 38389270 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4765878 1282724 5513 1 0 1295845 0
[pid=30334/tid=30336] ppid=30331 vsize=19063512 memory=5696 CPUtime=3453.56 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) S 30331 30334 29422 0 -1 4194368 96910 0 0 0 344559 797 0 0 20 0 20 0 38389271 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19063512 memory=24880 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38389273 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19063512 memory=8768 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 2718 0 0 0 0 0 0 0 20 0 20 0 38389274 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30353] ppid=30331 vsize=19063512 memory=6912 CPUtime=0 cores=0,2
/proc/30334/task/30353/stat : 30353 (Timer-0) S 30331 30334 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38389288 19521036288 1282724 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5130896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.96 s, system=9.26138 s

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

[startup+3536.7 s]
/proc/loadavg: 4.05 4.18 4.17 4/319 30975
/proc/meminfo: memFree=113446256/131250000 swapFree=33010684/33010684
[pid=30334] ppid=30331 vsize=19263204 memory=5131792 CPUtime=3600.16 cores=0,2
/proc/30334/stat : 30334 (java) S 30331 30334 29422 0 -1 4194304 206450 0 0 0 359092 924 0 0 20 0 21 0 38389270 19725520896 1282948 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
/proc/30334/statm: 4815801 1282948 5545 1 0 1296818 0
[pid=30334/tid=30336] ppid=30331 vsize=19263204 memory=5130896 CPUtime=3453.57 cores=0,2
/proc/30334/task/30336/stat : 30336 (java) S 30331 30334 29422 0 -1 4194368 97333 0 0 0 344560 797 0 0 20 0 21 0 38389271 19725520896 1282948 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30345] ppid=30331 vsize=19263204 memory=-6000919502804970604 CPUtime=0 cores=0,2
/proc/30334/task/30345/stat : 30345 (Finalizer) S 30331 30334 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38389273 19725520896 1282948 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
[pid=30334/tid=30352] ppid=30331 vsize=19263204 memory=5130896 CPUtime=0 cores=0,2
/proc/30334/task/30352/stat : 30352 (Common-Cleaner) S 30331 30334 29422 0 -1 4194368 2718 0 0 0 0 0 0 0 20 0 21 0 38389274 19725520896 1282948 18446744073709551615 94619350949888 94619350953584 140722239797568 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94619350961400 94619350962192 94619366535168 140722239805741 140722239805926 140722239805926 140722239811528 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5131792 KiB

Child status: 143

Real time (s): 3536.75
CPU time (s): 3600.22
CPU user time (s): 3590.96
CPU system time (s): 9.26138
CPU usage (%): 101.795
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5131792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.96
system time used= 9.26138
maximum resident set size= 5132048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5572936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155664
involuntary context switches= 16040


# summary of solver processes directly reported to runsolver:
#   pid: 30334
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3590.96
#   total CPU system time (s): 9.26138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0223 second user time and 17.0431 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 21:58:10
IDJOB=4513697
IDBENCH=162395
IDSOLVER=3362
FILE ID=nodeC013/4513697-1751227090
RUNJOBID= nodeC013-1751220047-29432
SLURM_JOB_ID= 9587674
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v070-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513697-1751227090/watcher-4513697-1751227090 -o /tmp/evaluation-result-4513697-1751227090/solver-4513697-1751227090 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751220047-29432 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513697-1751227090 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513697-1751227090.opb

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

MD5SUM BENCH= d78bcac827c2569f29b2dd9f01c4d198
RANDOM SEED=254625765

nodeC013 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.906
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.67
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.838
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.67
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.854
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.67
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		: 3592.989
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.67
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		: 3599.836
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.67
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.834
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.67
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		: 3601.487
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.67
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		: 3700.000
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116961916 kB
MemAvailable:   120164912 kB
Buffers:            3280 kB
Cached:          4003224 kB
SwapCached:            0 kB
Active:          9942444 kB
Inactive:        3759568 kB
Active(anon):    9708940 kB
Inactive(anon):        0 kB
Active(file):     233504 kB
Inactive(file):  3759568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             82136 kB
Writeback:            28 kB
AnonPages:       9697688 kB
Mapped:           118344 kB
Shmem:             13284 kB
KReclaimable:      97924 kB
Slab:             187132 kB
SReclaimable:      97924 kB
SUnreclaim:        89208 kB
KernelStack:        5232 kB
PageTables:        22580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11069584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9359360 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC013 at 2025-06-29 22:57:07