Trace number 4509340

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.24 3546.35

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
MD5SUM1d8b9a75b06fe10625c514168771d7f4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark9.60431
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45696
Total number of constraints1556
Number of constraints which are clauses713
Number of constraints which are cardinality constraints (but not clauses)713
Number of constraints which are nor clauses,nor cardinality constraints130
Minimum length of a constraint64
Maximum length of a constraint714
Number of terms in the objective function 64
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 64
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 264895
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 587012
Number of bits of the biggest sum of numbers20
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.14	c Pseudo Boolean Optimization by upper bound
0.10/0.14	c --- Begin Solver configuration ---
0.10/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.14	c Learn all clauses as in MiniSAT
0.10/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.14	c Expensive reason simplification
0.10/0.14	c Glucose 2.1 dynamic restart strategy
0.10/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.14	c timeout=2147483s
0.10/0.14	c DB Simplification allowed=false
0.10/0.14	c Listener: none
0.10/0.14	c --- End Solver configuration ---
0.10/0.14	c solving HOME/instance-4509340-1751519641.opb
0.10/0.14	c reading problem ... 
0.10/0.14	c  objective function found
1.06/0.61	c ... done. Wall clock time 0.468s.
1.06/0.61	c declared #vars     45696
1.06/0.61	c #constraints  1556
1.06/0.61	c constraints type 
1.06/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 713
1.06/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 129
1.06/0.61	c org.sat4j.specs.Constr$1 => 1
1.06/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 713
1.06/0.61	c 1556 constraints processed.
1.06/0.63	c objective function length is 64 literals
3.76/2.29	c cleaning 2487 clauses out of 5000 with flag 27349/5000
4.90/3.18	c cleaning 4252 clauses out of 8513 with flag 61755/11000
6.22/4.36	c cleaning 5618 clauses out of 11261 with flag 107815/18000
7.86/5.97	c cleaning 6805 clauses out of 13649 with flag 178049/26006
10.09/8.01	c cleaning 7896 clauses out of 15838 with flag 250296/35000
11.38/9.30	c cleaning 8953 clauses out of 17942 with flag 300825/45000
13.27/11.11	c cleaning 9976 clauses out of 19990 with flag 347661/56001
15.59/13.37	c cleaning 10985 clauses out of 22015 with flag 408824/68002
18.20/15.82	c cleaning 11993 clauses out of 24028 with flag 480151/81000
21.25/18.76	c cleaning 13000 clauses out of 26036 with flag 556508/95001
23.75/21.02	c cleaning 14016 clauses out of 28038 with flag 615834/110003
27.57/24.74	c cleaning 14995 clauses out of 30020 with flag 716593/126001
31.54/28.54	c cleaning 16001 clauses out of 32024 with flag 839636/143000
36.50/33.30	c cleaning 16999 clauses out of 34023 with flag 969510/161000
42.05/38.72	c cleaning 18000 clauses out of 36025 with flag 1119942/180001
47.72/44.12	c cleaning 18997 clauses out of 38024 with flag 1282564/200000
55.01/50.91	c cleaning 20004 clauses out of 40027 with flag 1456416/221000
61.22/57.07	c cleaning 20997 clauses out of 42024 with flag 1655338/243001
68.81/64.43	c cleaning 22002 clauses out of 44032 with flag 1851936/266006
77.55/72.91	c cleaning 23001 clauses out of 46024 with flag 2075248/290000
84.76/80.03	c cleaning 24004 clauses out of 48027 with flag 2267136/315004
92.51/87.62	c cleaning 25000 clauses out of 50019 with flag 2486434/341000
102.14/96.96	c cleaning 25996 clauses out of 52019 with flag 2720678/368000
112.22/106.33	c cleaning 26997 clauses out of 54023 with flag 2964504/396000
122.62/116.66	c cleaning 28002 clauses out of 56026 with flag 3228550/425000
133.51/127.20	c cleaning 28999 clauses out of 58024 with flag 3494437/455000
144.01/137.60	c cleaning 30001 clauses out of 60026 with flag 3770982/486001
156.40/149.77	c cleaning 31004 clauses out of 62024 with flag 4058664/518000
169.27/162.33	c cleaning 32000 clauses out of 64021 with flag 4374778/551001
181.79/174.14	c cleaning 32996 clauses out of 66020 with flag 4697907/585000
196.17/188.23	c cleaning 33997 clauses out of 68026 with flag 5030929/620002
210.42/202.37	c cleaning 35003 clauses out of 70027 with flag 5397586/656000
225.52/217.17	c cleaning 36001 clauses out of 72026 with flag 5767191/693002
241.46/232.88	c cleaning 36994 clauses out of 74024 with flag 6124159/731001
256.05/247.19	c cleaning 37993 clauses out of 76029 with flag 6472741/770000
274.02/264.86	c cleaning 39010 clauses out of 78037 with flag 6839512/810001
293.22/283.73	c cleaning 40000 clauses out of 80026 with flag 7251225/851000
314.29/304.51	c cleaning 41002 clauses out of 82028 with flag 7674505/893002
333.40/322.88	c cleaning 42001 clauses out of 84024 with flag 8125981/936000
352.81/341.92	c cleaning 42994 clauses out of 86023 with flag 8562143/980000
372.19/361.01	c cleaning 43999 clauses out of 88030 with flag 8975876/1025001
393.49/381.98	c cleaning 44989 clauses out of 90031 with flag 9442056/1071001
415.77/403.91	c cleaning 45997 clauses out of 92041 with flag 9889366/1118000
438.92/426.68	c cleaning 47011 clauses out of 94047 with flag 10343570/1166003
463.42/450.82	c cleaning 48003 clauses out of 96033 with flag 10799768/1215000
487.35/474.36	c cleaning 49004 clauses out of 98031 with flag 11289630/1265001
511.68/497.53	c cleaning 49988 clauses out of 100026 with flag 11812154/1316000
538.07/523.49	c cleaning 51001 clauses out of 102041 with flag 12303954/1368003
565.33/550.37	c cleaning 52009 clauses out of 104037 with flag 12822994/1421000
593.49/578.11	c cleaning 52989 clauses out of 106029 with flag 13337813/1475001
620.37/604.66	c cleaning 54007 clauses out of 108041 with flag 13869375/1530002
648.36/632.31	c cleaning 55003 clauses out of 110034 with flag 14424402/1586002
675.50/659.17	c cleaning 56004 clauses out of 112030 with flag 14939364/1643001
704.89/687.93	c cleaning 57002 clauses out of 114026 with flag 15493640/1701001
733.31/715.97	c cleaning 57992 clauses out of 116025 with flag 16097680/1760002
763.81/746.01	c cleaning 59001 clauses out of 118034 with flag 16649098/1820003
793.25/775.10	c cleaning 60003 clauses out of 120032 with flag 17188449/1881002
827.08/807.93	c cleaning 61000 clauses out of 122029 with flag 17781429/1943002
863.63/844.08	c cleaning 62002 clauses out of 124028 with flag 18376980/2006001
899.74/879.72	c cleaning 62997 clauses out of 126026 with flag 18932277/2070001
934.35/913.83	c cleaning 63998 clauses out of 128028 with flag 19517830/2135000
971.76/950.70	c cleaning 65002 clauses out of 130031 with flag 20090873/2201001
1006.13/984.56	c cleaning 66002 clauses out of 132028 with flag 20740405/2268000
1042.44/1020.61	c cleaning 67001 clauses out of 134026 with flag 21377427/2336000
1081.68/1059.52	c cleaning 68003 clauses out of 136028 with flag 22067847/2405003
1121.67/1099.10	c cleaning 68996 clauses out of 138022 with flag 22850405/2475000
1164.69/1141.74	c cleaning 70002 clauses out of 140029 with flag 23542538/2546003
1211.71/1188.48	c cleaning 70986 clauses out of 142025 with flag 24246439/2618001
1260.96/1236.82	c cleaning 72008 clauses out of 144038 with flag 24948946/2691000
1308.36/1283.61	c cleaning 73004 clauses out of 146032 with flag 25669570/2765002
1354.84/1328.34	c cleaning 74000 clauses out of 148030 with flag 26389237/2840004
1392.56/1365.80	c cleaning 75001 clauses out of 150026 with flag 27042888/2916000
1433.62/1406.11	c cleaning 75999 clauses out of 152025 with flag 27661337/2993000
1478.77/1450.69	c cleaning 76997 clauses out of 154026 with flag 28348710/3071000
1518.68/1490.20	c cleaning 77994 clauses out of 156030 with flag 29009820/3150001
1573.55/1544.43	c cleaning 79002 clauses out of 158035 with flag 29691002/3230000
1617.95/1588.12	c cleaning 80001 clauses out of 160035 with flag 30402046/3311002
1674.63/1644.58	c cleaning 81000 clauses out of 162032 with flag 31202904/3393000
1727.42/1696.70	c cleaning 81993 clauses out of 164033 with flag 31993228/3476001
1779.47/1748.16	c cleaning 82998 clauses out of 166039 with flag 32816083/3560000
1831.75/1799.73	c cleaning 83994 clauses out of 168041 with flag 33631263/3645000
1885.67/1853.34	c cleaning 85002 clauses out of 170048 with flag 34486576/3731001
1933.07/1900.19	c cleaning 86017 clauses out of 172047 with flag 35190483/3818002
1985.49/1951.73	c cleaning 87001 clauses out of 174029 with flag 35889714/3906001
2031.97/1997.97	c cleaning 88001 clauses out of 176027 with flag 36573757/3995000
2081.26/2046.27	c cleaning 89003 clauses out of 178026 with flag 37323989/4085000
2134.40/2098.70	c cleaning 89998 clauses out of 180024 with flag 38117138/4176001
2189.15/2153.22	c cleaning 90999 clauses out of 182025 with flag 38921297/4268000
2247.79/2211.28	c cleaning 92005 clauses out of 184033 with flag 39825027/4361007
2305.29/2268.07	c cleaning 92993 clauses out of 186023 with flag 40685002/4455002
2361.86/2323.88	c cleaning 94002 clauses out of 188029 with flag 41564442/4550001
2419.52/2380.76	c cleaning 94997 clauses out of 190027 with flag 42497056/4646001
2484.13/2445.06	c cleaning 95998 clauses out of 192032 with flag 43497779/4743003
2551.92/2512.19	c cleaning 97003 clauses out of 194031 with flag 44376627/4841000
2608.33/2567.96	c cleaning 97995 clauses out of 196028 with flag 45255698/4940000
2669.90/2628.98	c cleaning 98999 clauses out of 198033 with flag 46141294/5040000
2735.17/2693.35	c cleaning 100004 clauses out of 200035 with flag 47072420/5141001
2795.26/2750.91	c cleaning 100995 clauses out of 202030 with flag 48105814/5243000
2861.81/2816.78	c cleaning 102003 clauses out of 204035 with flag 49175570/5346000
2928.24/2882.35	c cleaning 102997 clauses out of 206032 with flag 50287528/5450000
2992.45/2946.27	c cleaning 104002 clauses out of 208035 with flag 51297424/5555000
3062.46/3015.74	c cleaning 105000 clauses out of 210035 with flag 52266750/5661002
3132.39/3085.09	c cleaning 105997 clauses out of 212033 with flag 53266103/5768000
3199.08/3151.13	c cleaning 106998 clauses out of 214036 with flag 54215730/5876000
3274.43/3225.79	c cleaning 108005 clauses out of 216039 with flag 55263711/5985001
3350.11/3300.73	c cleaning 108992 clauses out of 218034 with flag 56386652/6095001
3413.88/3363.77	c cleaning 110005 clauses out of 220042 with flag 57519425/6206001
3477.82/3426.95	c cleaning 111001 clauses out of 222036 with flag 58613338/6318000
3549.28/3495.75	c cleaning 112007 clauses out of 224037 with flag 59618736/6431002
3600.05/3546.22	c timeout
3600.05/3546.22	c starts		: 18
3600.05/3546.22	c conflicts		: 6520687
3600.05/3546.22	c decisions		: 8256825
3600.05/3546.22	c propagations		: 650439496
3600.05/3546.22	c inspects		: 13106219915
3600.05/3546.22	c shortcuts		: 0
3600.05/3546.22	c learnt literals	: 0
3600.05/3546.22	c learnt binary clauses	: 0
3600.05/3546.22	c learnt ternary clauses	: 0
3600.05/3546.23	c learnt constraints	: 6520687
3600.05/3546.23	c ignored constraints	: 0
3600.05/3546.23	c root simplifications	: 0
3600.05/3546.23	c removed literals (reason simplification)	: 14895711
3600.05/3546.23	c reason swapping (by a shorter reason)	: 0
3600.05/3546.23	c Calls to reduceDB	: 109
3600.05/3546.23	c Number of update (reduction) of LBD	: 2231064
3600.05/3546.23	c Imported unit clauses	: 0
3600.05/3546.23	c No decision after first conflict	: false
3600.05/3546.23	c number of reductions to clauses (during analyze)	: 0
3600.05/3546.23	c number of learned constraints concerned by reduction	: 0
3600.05/3546.23	c number of learning phase by resolution	: 0
3600.05/3546.23	c number of learning phase by cutting planes	: 0
3600.05/3546.23	c number of rounding to 1 operations	: 0
3600.05/3546.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3546.23	c number of reductions of the coefficients by power 2 	: 0
3600.05/3546.23	c number of right shift for reduction by power 2 	: 0
3600.05/3546.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3546.23	c number of ending skipping 	: 0
3600.05/3546.23	c number of internal skipping 	: 0
3600.05/3546.23	c number of derivation steps 	: 0
3600.05/3546.23	c number of skipped derivation steps 	: 0
3600.05/3546.23	c number of remaining unassigned 	: 0
3600.05/3546.23	c number of remaining assigned 	: 0
3600.05/3546.23	c number of falsified literals weakened from reason	: 0
3600.05/3546.23	c number of falsified literals weakened from conflict	: 0
3600.05/3546.23	c time for arithmetic operations	: 0
3600.05/3546.23	c minimum degree of deleted constraints	: null
3600.05/3546.23	c maximum degree of deleted constraints	: null
3600.05/3546.23	c number of deleted constraints	: 0
3600.05/3546.23	c speed (assignments/second)	: 183450.3367423579
3600.05/3546.23	c non guided choices	: 248214
3600.05/3546.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 201715
3600.05/3546.29	s UNKNOWN
3600.05/3546.29	c Total wall clock time (in seconds): 3546.154

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509340-1751519641/watcher-4509340-1751519641 -o /tmp/evaluation-result-4509340-1751519641/solver-4509340-1751519641 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751519641-73898 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4509340-1751519641.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 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
solver pid=73935, runsolver pid=73930
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 0.81 1.35 2.51 7/313 74005
/proc/meminfo: memFree=106370608/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=18930384 memory=53020 CPUtime=0.1 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 6429 0 0 0 8 2 0 0 20 0 18 0 67642963 19384713216 13255 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4732596 13255 5341 1 0 547543 0
[pid=73935/tid=73947] ppid=73930 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 4999 0 0 0 5 1 0 0 20 0 18 0 67642966 19384713216 13255 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=18930384 memory=2697 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67642968 19384713216 13255 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67642968 19384713216 13255 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53020 KiB

[startup+0.205708 s]*
/proc/loadavg: 0.81 1.35 2.51 11/333 74025
/proc/meminfo: memFree=106333352/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=18930384 memory=72052 CPUtime=0.3 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 6966 0 0 0 27 3 0 0 20 0 18 0 67642963 19384713216 18013 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4732596 18013 5437 1 0 547888 0
[pid=73935/tid=73947] ppid=73930 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 5270 0 0 0 15 2 0 0 20 0 18 0 67642966 19384713216 18013 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=18930384 memory=2697 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67642968 19384713216 18013 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67642968 19384713216 18013 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72052 KiB

[startup+0.305692 s]*
/proc/loadavg: 0.81 1.35 2.51 9/333 74025
/proc/meminfo: memFree=106208584/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=18930384 memory=113616 CPUtime=0.49 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 8738 0 0 0 45 4 0 0 20 0 18 0 67642963 19384713216 28404 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4732596 28404 5437 1 0 549044 0
[pid=73935/tid=73947] ppid=73930 vsize=18930384 memory=-6000919494130755944 CPUtime=0.27 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 5288 0 0 0 24 3 0 0 20 0 18 0 67642966 19384713216 28404 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67642968 19384713216 28404 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67642968 19384713216 28404 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113616 KiB

[startup+0.702287 s]
/proc/loadavg: 0.81 1.35 2.51 10/337 74029
/proc/meminfo: memFree=105853900/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=195048 CPUtime=1.26 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 11660 0 0 0 119 7 0 0 20 0 20 0 67642963 19521036288 48762 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 48762 5533 1 0 551323 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=18688 CPUtime=0.53 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 5444 0 0 0 49 4 0 0 20 0 20 0 67642966 19521036288 48762 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 48762 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 48762 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195048 KiB

[startup+1.50021 s]
/proc/loadavg: 1.39 1.46 2.54 8/339 74031
/proc/meminfo: memFree=105250368/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=203792 CPUtime=2.83 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 14617 0 0 0 276 7 0 0 20 0 20 0 67642963 19521036288 50948 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 50948 5533 1 0 553143 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=3200 CPUtime=1.31 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 5462 0 0 0 127 4 0 0 20 0 20 0 67642966 19521036288 50948 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 50948 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 50948 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 50948 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203792 KiB

[startup+3.10549 s]
/proc/loadavg: 1.39 1.46 2.54 6/341 74033
/proc/meminfo: memFree=103326060/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=379240 CPUtime=4.9 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 15514 0 0 0 478 12 0 0 20 0 20 0 67642963 19521036288 94810 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 94810 5565 1 0 1039867 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=10624 CPUtime=2.83 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 5569 0 0 0 276 7 0 0 20 0 20 0 67642966 19521036288 94810 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 94810 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 94810 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 94810 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 379240 KiB

[startup+6.3002 s]
/proc/loadavg: 1.68 1.52 2.55 5/341 74033
/proc/meminfo: memFree=102361132/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=550424 CPUtime=8.25 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 18954 0 0 0 810 15 0 0 20 0 20 0 67642963 19521036288 137606 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 137606 5565 1 0 1039876 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=0 CPUtime=5.92 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 6246 0 0 0 584 8 0 0 20 0 20 0 67642966 19521036288 137606 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 137606 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 137606 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=203792 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 137606 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 8.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 550424 KiB

[startup+12.7002 s]
/proc/loadavg: 1.86 1.56 2.56 5/341 74033
/proc/meminfo: memFree=100565084/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=951940 CPUtime=14.98 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 20641 0 0 0 1475 23 0 0 20 0 20 0 67642963 19521036288 237985 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 237985 5565 1 0 1039876 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=10624 CPUtime=11.96 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 6446 0 0 0 1188 8 0 0 20 0 20 0 67642966 19521036288 237985 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=203792 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 237985 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=808552 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 237985 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 237985 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 14.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 951940 KiB

[startup+25.5002 s]
/proc/loadavg: 2.35 1.68 2.59 5/341 74033
/proc/meminfo: memFree=97142768/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=1833904 CPUtime=28.4 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 26703 0 0 0 2799 41 0 0 20 0 20 0 67642963 19521036288 458476 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 458476 5565 1 0 1163123 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=951940 CPUtime=24.16 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 7511 0 0 0 2404 12 0 0 20 0 20 0 67642966 19521036288 458476 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 458476 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=-6000919507099543912 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 458476 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 458476 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 28.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1833904 KiB

[startup+51.1055 s]
/proc/loadavg: 3.14 1.93 2.64 5/341 74034
/proc/meminfo: memFree=92452916/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=2813396 CPUtime=55.21 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 41485 0 0 0 5458 63 0 0 20 0 20 0 67642963 19521036288 703349 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 703349 5597 1 0 1163714 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=2581476 CPUtime=48.78 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 9121 0 0 0 4866 12 0 0 20 0 20 0 67642966 19521036288 703349 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 703349 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=2581476 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 703349 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=0 CPUtime=0 cores=0,2

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

[startup+3222.3 s]
/proc/loadavg: 4.21 4.17 4.13 5/339 74196
/proc/meminfo: memFree=46407580/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3271.04 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 272009 0 0 0 326709 395 0 0 20 0 20 0 67642963 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 3751790 5597 1 0 4084771 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3164.76 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 155663 0 0 0 316395 81 0 0 20 0 20 0 67642966 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=7092 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 2261 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 3271.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15007160 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.18 4.14 5/339 74199
/proc/meminfo: memFree=46406532/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3331.23 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 275841 0 0 0 332726 397 0 0 20 0 20 0 67642963 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 3751790 5597 1 0 4084771 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3224.25 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 158643 0 0 0 322344 81 0 0 20 0 20 0 67642966 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=15007160 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 2306 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 3331.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15007160 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.18 4.14 5/339 74201
/proc/meminfo: memFree=46402152/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3392.01 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 281607 0 0 0 338802 399 0 0 20 0 20 0 67642963 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 3751790 5597 1 0 4084771 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3283.14 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 163132 0 0 0 328232 82 0 0 20 0 20 0 67642966 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=15007160 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 2392 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 3392.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15007160 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.16 4.13 5/339 74203
/proc/meminfo: memFree=46404916/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3452.77 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 286091 0 0 0 344878 399 0 0 20 0 20 0 67642963 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 3751790 5597 1 0 4084771 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3342.02 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 166366 0 0 0 334120 82 0 0 20 0 20 0 67642966 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 2474 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=15007160 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 3452.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15007160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.17 4.14 5/340 74206
/proc/meminfo: memFree=46403900/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3513.51 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 291700 0 0 0 350950 401 0 0 20 0 20 0 67642963 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 3751790 5597 1 0 4084771 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3400.93 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 170794 0 0 0 340011 82 0 0 20 0 20 0 67642966 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=15007160 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=15007160 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 2528 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 3751790 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 3513.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15007160 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.19 4.15 7/342 74216
/proc/meminfo: memFree=46027204/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=15383548 CPUtime=3576.22 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 304250 0 0 0 357211 411 0 0 20 0 20 0 67642963 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 3845887 5597 1 0 4085657 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=15007160 CPUtime=3459.78 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 177252 0 0 0 345895 83 0 0 20 0 20 0 67642966 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 2580 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=15383548 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 3576.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15383548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3546.2 s]
/proc/loadavg: 4.30 4.21 4.15 6/340 74414
/proc/meminfo: memFree=86803872/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19063512 memory=15383548 CPUtime=3600.05 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 306119 0 0 0 359590 415 0 0 20 0 20 0 67642963 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4765878 3845887 5597 1 0 4085657 0
[pid=73935/tid=73947] ppid=73930 vsize=19063512 memory=3072 CPUtime=3483.59 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) R 73930 73935 73888 0 -1 4194368 179064 0 0 0 348274 85 0 0 20 0 20 0 67642966 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19063512 memory=6912 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19063512 memory=15383548 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 2634 0 0 0 0 0 0 0 20 0 20 0 67642968 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=74031] ppid=73930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/74031/stat : 74031 (Timer-0) S 73930 73935 73888 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67643028 19521036288 3845887 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15383548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.05 s, system=4.19259 s

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

[startup+3546.3 s]
/proc/loadavg: 4.30 4.21 4.15 6/340 74414
/proc/meminfo: memFree=86803872/131249988 swapFree=33010160/33010684
[pid=73935] ppid=73930 vsize=19263204 memory=15384316 CPUtime=3600.19 cores=0,2
/proc/73935/stat : 73935 (java) S 73930 73935 73888 0 -1 4194304 308015 0 0 0 359604 415 0 0 20 0 15 0 67642963 19725520896 3846079 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
/proc/73935/statm: 4815801 3846079 5597 1 0 4086594 0
[pid=73935/tid=73947] ppid=73930 vsize=19263204 memory=225 CPUtime=3483.6 cores=0,2
/proc/73935/task/73947/stat : 73947 (java) S 73930 73935 73888 0 -1 4194368 179184 0 0 0 348275 85 0 0 20 0 15 0 67642966 19725520896 3846079 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73966] ppid=73930 vsize=19263204 memory=15007160 CPUtime=0 cores=0,2
/proc/73935/task/73966/stat : 73966 (Finalizer) S 73930 73935 73888 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 67642968 19725520896 3846079 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
[pid=73935/tid=73980] ppid=73930 vsize=19263204 memory=14444 CPUtime=0 cores=0,2
/proc/73935/task/73980/stat : 73980 (Common-Cleaner) S 73930 73935 73888 0 -1 4194368 2634 0 0 0 0 0 0 0 20 0 15 0 67642968 19725520896 3846079 18446744073709551615 94262534664192 94262534667888 140724117688624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94262534675704 94262534676496 94262542266368 140724117694849 140724117694950 140724117694950 140724117700552 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 15384316 KiB

Child status: 143

Real time (s): 3546.35
CPU time (s): 3600.24
CPU user time (s): 3596.05
CPU system time (s): 4.19259
CPU usage (%): 101.52
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 15384316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.05
system time used= 4.19259
maximum resident set size= 15384444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114154
involuntary context switches= 12582


# summary of solver processes directly reported to runsolver:
#   pid: 73935
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3596.05
#   total CPU system time (s): 4.19259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94774 second user time and 16.8827 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-03 07:14:01
IDJOB=4509340
IDBENCH=158611
IDSOLVER=3363
FILE ID=nodeC034/4509340-1751519641
RUNJOBID= nodeC034-1751519641-73898
SLURM_JOB_ID= 9598639
Free space on /tmp= 431140 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509340-1751519641/watcher-4509340-1751519641 -o /tmp/evaluation-result-4509340-1751519641/solver-4509340-1751519641 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751519641-73898 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4509340-1751519641.opb

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

MD5SUM BENCH= 1d8b9a75b06fe10625c514168771d7f4
RANDOM SEED=469217848

nodeC034 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.845
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.53
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.834
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.53
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		: 3601.029
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.53
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		: 3598.801
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.53
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.698
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.53
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.750
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.53
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.761
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.53
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		: 3599.707
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        106429492 kB
MemAvailable:   129606484 kB
Buffers:            2128 kB
Cached:         23916064 kB
SwapCached:           36 kB
Active:           572964 kB
Inactive:       23441476 kB
Active(anon):     110108 kB
Inactive(anon):     4208 kB
Active(file):     462856 kB
Inactive(file): 23437268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13928 kB
Writeback:             8 kB
AnonPages:         99768 kB
Mapped:           103460 kB
Shmem:             18068 kB
KReclaimable:     231816 kB
Slab:             323712 kB
SReclaimable:     231816 kB
SUnreclaim:        91896 kB
KernelStack:        3956 kB
PageTables:         2428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     358272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431144 MiB
End job on nodeC034 at 2025-07-03 08:13:08