Trace number 4514382

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 Resolution 2025-06-06UNSAT 2388.58 2389.94

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_10.opb
MD5SUM7fddd5a63b4237b93179de1569c49542
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 benchmark15.0846
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints8614
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint42
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4514382-1751226480.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.51/0.32	c ... done. Wall clock time 0.192s.
0.51/0.33	c declared #vars     1806
0.51/0.33	c #constraints  8618
0.51/0.33	c constraints type 
0.51/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3444
0.51/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.51/0.33	c org.sat4j.specs.Constr$1 => 3
0.51/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5166
0.51/0.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.33	c 8618 constraints processed.
1.95/1.15	c cleaning 2498 clauses out of 5000 with flag 18053/5000
2.60/1.69	c cleaning 4252 clauses out of 8504 with flag 41576/11002
3.28/2.25	c cleaning 5630 clauses out of 11260 with flag 64397/18010
4.13/2.90	c cleaning 6810 clauses out of 13620 with flag 94216/26000
4.83/3.58	c cleaning 7901 clauses out of 15812 with flag 127715/35002
5.63/4.35	c cleaning 8954 clauses out of 17910 with flag 162295/45001
6.43/5.15	c cleaning 9976 clauses out of 19955 with flag 202883/56000
7.32/6.03	c cleaning 10989 clauses out of 21982 with flag 247630/68003
8.21/6.99	c cleaning 11992 clauses out of 23991 with flag 294219/81001
9.32/8.04	c cleaning 12998 clauses out of 25999 with flag 347638/95001
10.44/9.14	c cleaning 13997 clauses out of 28000 with flag 405490/110000
11.64/10.33	c cleaning 14995 clauses out of 30004 with flag 470700/126001
12.80/11.45	c cleaning 16004 clauses out of 32010 with flag 534346/143002
14.10/12.72	c cleaning 17002 clauses out of 34004 with flag 602297/161000
15.60/14.21	c cleaning 17995 clauses out of 36003 with flag 677175/180001
17.10/15.77	c cleaning 19000 clauses out of 38008 with flag 758417/200001
18.99/17.60	c cleaning 20000 clauses out of 40009 with flag 844838/221002
20.79/19.48	c cleaning 21000 clauses out of 42007 with flag 934485/243000
22.78/21.43	c cleaning 22002 clauses out of 44007 with flag 1029274/266000
24.88/23.51	c cleaning 23002 clauses out of 46006 with flag 1131654/290001
27.53/25.98	c cleaning 23991 clauses out of 48003 with flag 1233740/315000
29.83/28.18	c cleaning 24999 clauses out of 50012 with flag 1339656/341000
32.64/30.60	c cleaning 26004 clauses out of 52016 with flag 1449622/368003
35.08/33.06	c cleaning 27003 clauses out of 54015 with flag 1569141/396006
38.18/36.16	c cleaning 27996 clauses out of 56006 with flag 1689276/425000
41.66/39.36	c cleaning 29000 clauses out of 58010 with flag 1816368/455000
44.55/42.26	c cleaning 30006 clauses out of 60013 with flag 1943033/486003
47.85/45.55	c cleaning 31002 clauses out of 62009 with flag 2079803/518005
51.15/48.84	c cleaning 31994 clauses out of 64005 with flag 2215570/551003
55.04/52.77	c cleaning 33002 clauses out of 66008 with flag 2368237/585000
59.03/56.74	c cleaning 34004 clauses out of 68007 with flag 2526042/620001
63.13/60.84	c cleaning 35000 clauses out of 70004 with flag 2690060/656002
67.02/64.77	c cleaning 35986 clauses out of 72002 with flag 2849446/693000
71.71/69.41	c cleaning 37006 clauses out of 74016 with flag 3008606/731000
76.31/74.03	c cleaning 38003 clauses out of 76010 with flag 3178261/770000
81.09/78.80	c cleaning 39000 clauses out of 78007 with flag 3354419/810000
86.29/84.09	c cleaning 39995 clauses out of 80007 with flag 3532507/851000
92.17/89.94	c cleaning 41000 clauses out of 82012 with flag 3709614/893000
97.40/95.14	c cleaning 42001 clauses out of 84012 with flag 3888694/936000
103.39/101.18	c cleaning 43005 clauses out of 86013 with flag 4071152/980002
110.37/108.19	c cleaning 44002 clauses out of 88006 with flag 4268372/1025000
117.75/115.52	c cleaning 44994 clauses out of 90004 with flag 4476810/1071000
124.55/122.35	c cleaning 45999 clauses out of 92010 with flag 4681820/1118000
132.03/129.82	c cleaning 46999 clauses out of 94011 with flag 4898429/1166000
139.26/137.10	c cleaning 48006 clauses out of 96015 with flag 5118693/1215003
147.25/145.08	c cleaning 49000 clauses out of 98006 with flag 5355073/1265000
154.13/151.96	c cleaning 49999 clauses out of 100007 with flag 5592477/1316001
161.51/159.32	c cleaning 50999 clauses out of 102007 with flag 5841180/1368000
168.60/166.47	c cleaning 52004 clauses out of 104012 with flag 6079775/1421004
176.92/174.72	c cleaning 53000 clauses out of 106010 with flag 6328626/1475006
185.31/183.14	c cleaning 53998 clauses out of 108004 with flag 6579233/1530000
194.09/191.92	c cleaning 54998 clauses out of 110006 with flag 6864894/1586000
203.57/201.45	c cleaning 55999 clauses out of 112012 with flag 7128295/1643004
212.85/210.76	c cleaning 57002 clauses out of 114011 with flag 7395416/1701002
224.76/222.38	c cleaning 57998 clauses out of 116007 with flag 7664154/1760001
235.84/233.48	c cleaning 59003 clauses out of 118009 with flag 7947829/1820001
246.52/244.13	c cleaning 59999 clauses out of 120007 with flag 8232200/1881002
258.58/256.22	c cleaning 60998 clauses out of 122007 with flag 8522514/1943001
268.85/266.59	c cleaning 62005 clauses out of 124010 with flag 8822816/2006002
281.57/279.21	c cleaning 62997 clauses out of 126003 with flag 9143024/2070000
293.63/291.32	c cleaning 63999 clauses out of 128007 with flag 9486292/2135001
306.21/303.98	c cleaning 65003 clauses out of 130008 with flag 9838495/2201001
320.47/318.25	c cleaning 65997 clauses out of 132005 with flag 10212261/2268001
332.98/330.75	c cleaning 67001 clauses out of 134009 with flag 10543410/2336002
344.95/342.75	c cleaning 68003 clauses out of 136007 with flag 10895445/2405001
359.02/356.80	c cleaning 68997 clauses out of 138004 with flag 11236013/2475001
374.09/371.95	c cleaning 70000 clauses out of 140006 with flag 11612854/2546000
387.75/385.67	c cleaning 71001 clauses out of 142007 with flag 11983814/2618001
402.45/400.31	c cleaning 72000 clauses out of 144005 with flag 12375024/2691000
419.11/417.07	c cleaning 73000 clauses out of 146005 with flag 12754983/2765000
435.07/433.06	c cleaning 73993 clauses out of 148006 with flag 13163173/2840001
452.27/450.21	c cleaning 74998 clauses out of 150008 with flag 13579521/2916000
473.77/471.71	c cleaning 76002 clauses out of 152011 with flag 13952067/2993001
496.60/494.64	c cleaning 76997 clauses out of 154006 with flag 14330507/3071000
517.96/516.07	c cleaning 78002 clauses out of 156012 with flag 14730817/3150003
537.85/536.00	c cleaning 79003 clauses out of 158010 with flag 15134355/3230003
560.40/558.51	c cleaning 79995 clauses out of 160008 with flag 15555137/3311004
580.55/578.78	c cleaning 81001 clauses out of 162010 with flag 16003513/3393001
604.31/602.59	c cleaning 82001 clauses out of 164008 with flag 16444538/3476000
624.39/622.66	c cleaning 83001 clauses out of 166009 with flag 16895746/3560002
645.34/643.64	c cleaning 83997 clauses out of 168008 with flag 17389188/3645002
669.50/667.83	c cleaning 84998 clauses out of 170010 with flag 17896685/3731001
696.14/694.55	c cleaning 86003 clauses out of 172011 with flag 18400139/3818000
721.54/719.90	c cleaning 87000 clauses out of 174008 with flag 18970434/3906000
745.10/743.52	c cleaning 87998 clauses out of 176012 with flag 19472075/3995004
769.85/768.31	c cleaning 89001 clauses out of 178015 with flag 20008773/4085005
795.61/794.18	c cleaning 90000 clauses out of 180009 with flag 20532962/4176000
825.55/824.15	c cleaning 91002 clauses out of 182009 with flag 21081970/4268001
849.05/847.68	c cleaning 92002 clauses out of 184009 with flag 21527698/4361003
871.81/870.45	c cleaning 92996 clauses out of 186004 with flag 21966508/4455000
892.87/891.51	c cleaning 94004 clauses out of 188010 with flag 22412998/4550002
913.92/912.63	c cleaning 95000 clauses out of 190004 with flag 22888358/4646000
943.76/942.59	c cleaning 95992 clauses out of 192004 with flag 23387780/4743002
972.36/971.19	c cleaning 97003 clauses out of 194010 with flag 23890061/4841001
1000.40/999.24	c cleaning 98003 clauses out of 196008 with flag 24373529/4940002
1031.93/1030.86	c cleaning 98999 clauses out of 198005 with flag 24868283/5040002
1062.67/1061.66	c cleaning 100002 clauses out of 200006 with flag 25369933/5141002
1092.31/1091.36	c cleaning 101002 clauses out of 202007 with flag 25924807/5243005
1122.40/1121.46	c cleaning 101997 clauses out of 204003 with flag 26413430/5346003
1155.94/1155.02	c cleaning 103000 clauses out of 206006 with flag 26931033/5450003
1186.37/1185.50	c cleaning 103995 clauses out of 208003 with flag 27439117/5555000
1222.49/1221.79	c cleaning 104998 clauses out of 210009 with flag 27969625/5661001
1257.32/1256.64	c cleaning 105992 clauses out of 212012 with flag 28522890/5768002
1290.35/1289.70	c cleaning 107005 clauses out of 214018 with flag 29075175/5876000
1325.87/1325.30	c cleaning 108002 clauses out of 216014 with flag 29662433/5985001
1359.89/1359.30	c cleaning 109002 clauses out of 218011 with flag 30270263/6095000
1396.30/1395.80	c cleaning 109998 clauses out of 220009 with flag 30906044/6206000
1432.33/1431.95	c cleaning 111003 clauses out of 222014 with flag 31498914/6318005
1473.35/1473.05	c cleaning 111994 clauses out of 224006 with flag 32090277/6431000
1512.56/1512.35	c cleaning 113006 clauses out of 226015 with flag 32727664/6545003
1554.97/1554.81	c cleaning 113998 clauses out of 228006 with flag 33426801/6660000
1595.56/1595.44	c cleaning 115002 clauses out of 230008 with flag 34099224/6776000
1632.29/1632.26	c cleaning 115999 clauses out of 232008 with flag 34761026/6893002
1670.70/1670.74	c cleaning 117000 clauses out of 234007 with flag 35421705/7011002
1707.83/1707.97	c cleaning 117999 clauses out of 236005 with flag 36075212/7130000
1747.86/1748.03	c cleaning 119001 clauses out of 238007 with flag 36756761/7250001
1791.36/1791.65	c cleaning 119997 clauses out of 240005 with flag 37484131/7371000
1839.43/1839.72	c cleaning 120993 clauses out of 242007 with flag 38254088/7493000
1879.44/1879.81	c cleaning 122008 clauses out of 244018 with flag 38901471/7616004
1918.17/1918.62	c cleaning 123001 clauses out of 246007 with flag 39598134/7740001
1960.07/1960.62	c cleaning 124003 clauses out of 248007 with flag 40338149/7865003
2004.76/2005.42	c cleaning 124995 clauses out of 250001 with flag 41028957/7991000
2052.15/2052.92	c cleaning 125996 clauses out of 252004 with flag 41722754/8118000
2092.35/2093.29	c cleaning 127002 clauses out of 254007 with flag 42428907/8246000
2138.34/2139.35	c cleaning 127998 clauses out of 256004 with flag 43180076/8375001
2183.64/2184.76	c cleaning 129000 clauses out of 258005 with flag 43915964/8505000
2232.64/2233.79	c cleaning 130000 clauses out of 260005 with flag 44665226/8636001
2281.64/2282.84	c cleaning 130999 clauses out of 262005 with flag 45390524/8768001
2328.05/2329.39	c cleaning 131999 clauses out of 264002 with flag 46166388/8901000
2376.45/2377.86	c cleaning 132999 clauses out of 266001 with flag 46989826/9035001
2388.43/2389.84	c starts		: 9898
2388.43/2389.84	c conflicts		: 9082397
2388.43/2389.84	c decisions		: 14549405
2388.43/2389.84	c propagations		: 713180383
2388.43/2389.84	c inspects		: 30156583402
2388.43/2389.84	c shortcuts		: 0
2388.43/2389.84	c learnt literals	: 42
2388.43/2389.84	c learnt binary clauses	: 466
2388.43/2389.84	c learnt ternary clauses	: 2772
2388.43/2389.84	c learnt constraints	: 9082354
2388.43/2389.84	c ignored constraints	: 0
2388.43/2389.84	c root simplifications	: 0
2388.43/2389.84	c removed literals (reason simplification)	: 147473068
2388.43/2389.84	c reason swapping (by a shorter reason)	: 0
2388.43/2389.84	c Calls to reduceDB	: 130
2388.43/2389.84	c Number of update (reduction) of LBD	: 2102129
2388.43/2389.84	c Imported unit clauses	: 0
2388.43/2389.84	c No decision after first conflict	: false
2388.43/2389.84	c number of reductions to clauses (during analyze)	: 0
2388.43/2389.84	c number of learned constraints concerned by reduction	: 0
2388.43/2389.84	c number of learning phase by resolution	: 0
2388.43/2389.84	c number of learning phase by cutting planes	: 0
2388.43/2389.84	c number of rounding to 1 operations	: 0
2388.43/2389.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2388.43/2389.85	c number of reductions of the coefficients by power 2 	: 0
2388.43/2389.85	c number of right shift for reduction by power 2 	: 0
2388.43/2389.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
2388.43/2389.85	c number of ending skipping 	: 0
2388.43/2389.85	c number of internal skipping 	: 0
2388.43/2389.85	c number of derivation steps 	: 0
2388.43/2389.85	c number of skipped derivation steps 	: 0
2388.43/2389.85	c number of remaining unassigned 	: 0
2388.43/2389.85	c number of remaining assigned 	: 0
2388.43/2389.85	c number of falsified literals weakened from reason	: 0
2388.43/2389.85	c number of falsified literals weakened from conflict	: 0
2388.43/2389.85	c time for arithmetic operations	: 0
2388.43/2389.85	c minimum degree of deleted constraints	: null
2388.43/2389.85	c maximum degree of deleted constraints	: null
2388.43/2389.85	c number of deleted constraints	: 0
2388.43/2389.85	c speed (assignments/second)	: 298462.1507191621
2388.43/2389.85	c non guided choices	: 1231
2388.55/2389.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 179918
2388.55/2389.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 466
2388.55/2389.91	s UNSATISFIABLE
2388.55/2389.91	c Total wall clock time (in seconds): 2389.782

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514382-1751226480/watcher-4514382-1751226480 -o /tmp/evaluation-result-4514382-1751226480/solver-4514382-1751226480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28442 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514382-1751226480.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=29581, runsolver pid=29578
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.18 4.14 4.10 7/337 29599
/proc/meminfo: memFree=124104492/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=18930384 memory=57972 CPUtime=0.13 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 6593 0 0 0 11 2 0 0 20 0 18 0 38325774 19384713216 14493 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4732596 14493 5367 1 0 547640 0
[pid=29581/tid=29583] ppid=29578 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 5095 0 0 0 7 1 0 0 20 0 18 0 38325775 19384713216 14493 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38325777 19384713216 14493 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 38325777 19384713216 14493 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57972 KiB

[startup+0.20664 s]*
/proc/loadavg: 4.18 4.14 4.10 6/337 29599
/proc/meminfo: memFree=124096060/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=18931448 memory=70760 CPUtime=0.32 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 7850 0 0 0 29 3 0 0 20 0 18 0 38325774 19385802752 17658 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4732862 17690 5431 1 0 548714 0
[pid=29581/tid=29583] ppid=29578 vsize=18931448 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 5276 0 0 0 15 1 0 0 20 0 18 0 38325775 19385802752 17690 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=18931448 memory=16880 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38325777 19385802752 17722 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=18931448 memory=59585004307431 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 38325777 19385802752 17754 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18931448 KiB
Current children cumulated memory: 70760 KiB

[startup+0.305732 s]*
/proc/loadavg: 4.18 4.14 4.10 6/337 29599
/proc/meminfo: memFree=124065184/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=18930384 memory=102576 CPUtime=0.51 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 9288 0 0 0 47 4 0 0 20 0 18 0 38325774 19384713216 25644 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4732596 25644 5431 1 0 549303 0
[pid=29581/tid=29583] ppid=29578 vsize=18930384 memory=-6000919472672957293 CPUtime=0.24 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 5301 0 0 0 21 3 0 0 20 0 18 0 38325775 19384713216 25644 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38325777 19384713216 25644 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 38325777 19384713216 25644 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 102576 KiB

[startup+0.700266 s]
/proc/loadavg: 4.18 4.14 4.10 6/338 29600
/proc/meminfo: memFree=124055984/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=18996948 memory=119176 CPUtime=1.27 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 11859 0 0 0 122 5 0 0 20 0 19 0 38325774 19452874752 29794 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4749237 29794 5431 1 0 551547 0
[pid=29581/tid=29583] ppid=29578 vsize=18996948 memory=17408 CPUtime=0.59 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 5364 0 0 0 56 3 0 0 20 0 19 0 38325775 19452874752 29794 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38325777 19452874752 29794 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 38325777 19452874752 29794 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38325807 19452874752 29794 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119176 KiB

[startup+1.50024 s]
/proc/loadavg: 4.18 4.14 4.10 5/338 29600
/proc/meminfo: memFree=124046344/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=18996948 memory=126856 CPUtime=2.47 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 16673 0 0 0 241 6 0 0 20 0 19 0 38325774 19452874752 31714 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4749237 31714 5431 1 0 551820 0
[pid=29581/tid=29583] ppid=29578 vsize=18996948 memory=0 CPUtime=1.38 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 6459 0 0 0 135 3 0 0 20 0 19 0 38325775 19452874752 31714 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38325777 19452874752 31714 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 38325777 19452874752 31714 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38325807 19452874752 31714 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126856 KiB

[startup+3.10562 s]
/proc/loadavg: 4.18 4.14 4.10 6/337 29600
/proc/meminfo: memFree=124032204/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=18996948 memory=135304 CPUtime=4.44 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 17973 0 0 0 438 6 0 0 20 0 19 0 38325774 19452874752 33826 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4749237 33826 5431 1 0 551822 0
[pid=29581/tid=29583] ppid=29578 vsize=18996948 memory=10752 CPUtime=2.97 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 6785 0 0 0 294 3 0 0 20 0 19 0 38325775 19452874752 33826 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=18996948 memory=-6000919472672957293 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38325777 19452874752 33826 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 38325777 19452874752 33826 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38325807 19452874752 33826 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135304 KiB

[startup+6.30023 s]
/proc/loadavg: 4.17 4.14 4.10 5/337 29600
/proc/meminfo: memFree=124015820/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=18996948 memory=146612 CPUtime=7.61 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 19173 0 0 0 754 7 0 0 20 0 19 0 38325774 19452874752 36653 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4749237 36653 5431 1 0 551822 0
[pid=29581/tid=29583] ppid=29578 vsize=18996948 memory=0 CPUtime=6.14 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 7406 0 0 0 610 4 0 0 20 0 19 0 38325775 19452874752 36653 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38325777 19452874752 36653 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 38325777 19452874752 36653 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=18996948 memory=126984 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38325807 19452874752 36653 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 146612 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.14 4.10 5/338 29601
/proc/meminfo: memFree=123990740/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=167900 CPUtime=14.1 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 23633 0 0 0 1402 8 0 0 20 0 20 0 38325774 19521036288 41975 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 41975 5527 1 0 552111 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=126984 CPUtime=12.51 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 7999 0 0 0 1247 4 0 0 20 0 20 0 38325775 19521036288 41975 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=167900 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 41975 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 41975 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 41975 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 14.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167900 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.15 4.10 5/338 29601
/proc/meminfo: memFree=123982828/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=169932 CPUtime=27.02 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 29015 0 0 0 2693 9 0 0 20 0 20 0 38325774 19521036288 42483 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 42483 5527 1 0 552479 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=-6000919472672957293 CPUtime=25.28 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 9867 0 0 0 2524 4 0 0 20 0 20 0 38325775 19521036288 42483 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=167900 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 42483 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 42483 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 42483 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 27.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169932 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.15 4.10 5/338 29602
/proc/meminfo: memFree=123963068/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=180904 CPUtime=53.45 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 43206 0 0 0 5333 12 0 0 20 0 20 0 38325774 19521036288 45226 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 45226 5527 1 0 554618 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=180904 CPUtime=50.81 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 10208 0 0 0 5077 4 0 0 20 0 20 0 38325775 19521036288 45226 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 45226 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=180904 CPUtime=0 cores=5,7

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

/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=1325052 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2261.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325052 KiB

[startup+2322.3 s]
/proc/loadavg: 4.11 4.13 4.09 6/339 30570
/proc/meminfo: memFree=124612100/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2321.06 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 64406 0 0 0 232014 92 0 0 20 0 20 0 38325774 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 331263 5527 1 0 554634 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2315.28 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 19791 0 0 0 231521 7 0 0 20 0 20 0 38325775 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=1325052 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=1325052 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2321.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325052 KiB

[startup+2382.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/339 30572
/proc/meminfo: memFree=124561832/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2380.94 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 64598 0 0 0 238000 94 0 0 20 0 20 0 38325774 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 331263 5527 1 0 554634 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2375.14 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 19978 0 0 0 237507 7 0 0 20 0 20 0 38325775 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=1325052 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=-6000919472672957293 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2380.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325052 KiB

[startup+2389.94 s]
# the end of solver process 29581 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=2387.63 s, system=0.954005 s

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

[startup+2384 s]*
/proc/loadavg: 4.14 4.14 4.09 5/339 30572
/proc/meminfo: memFree=124561832/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2382.64 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 64599 0 0 0 238170 94 0 0 20 0 20 0 38325774 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 331263 5527 1 0 554634 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=-6000919477051812972 CPUtime=2376.84 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 19979 0 0 0 237677 7 0 0 20 0 20 0 38325775 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=4571035546042396319 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=2688 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2382.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325052 KiB

[startup+2387.2 s]
/proc/loadavg: 4.13 4.14 4.09 5/339 30572
/proc/meminfo: memFree=124561832/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2385.83 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 64675 0 0 0 238489 94 0 0 20 0 20 0 38325774 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 331263 5527 1 0 554634 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2380.03 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 20055 0 0 0 237996 7 0 0 20 0 20 0 38325775 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=5244 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=-6000919472672957293 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=5696 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2385.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325052 KiB

[startup+2388.8 s]
/proc/loadavg: 4.13 4.14 4.09 5/339 30572
/proc/meminfo: memFree=124561832/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2387.43 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 64676 0 0 0 238649 94 0 0 20 0 20 0 38325774 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 331263 5527 1 0 554634 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2381.62 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 20056 0 0 0 238155 7 0 0 20 0 20 0 38325775 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=-6000919472672957293 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=9216 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2387.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325052 KiB

[startup+2389.6 s]
/proc/loadavg: 4.13 4.14 4.09 5/339 30572
/proc/meminfo: memFree=124561832/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2388.23 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 64676 0 0 0 238729 94 0 0 20 0 20 0 38325774 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 331263 5527 1 0 554634 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=17408 CPUtime=2382.42 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 20056 0 0 0 238235 7 0 0 20 0 20 0 38325775 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=-6000919472672957293 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2388.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325052 KiB

[startup+2389.8 s]
/proc/loadavg: 4.13 4.14 4.09 5/339 30572
/proc/meminfo: memFree=124561832/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19063512 memory=1325052 CPUtime=2388.43 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 64676 0 0 0 238749 94 0 0 20 0 20 0 38325774 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4765878 331263 5527 1 0 554634 0
[pid=29581/tid=29583] ppid=29578 vsize=19063512 memory=4380 CPUtime=2382.62 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) R 29578 29581 28429 0 -1 4194368 20056 0 0 0 238255 7 0 0 20 0 20 0 38325775 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19063512 memory=-6000919472672957293 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29600] ppid=29578 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/29581/task/29600/stat : 29600 (Timer-0) S 29578 29581 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38325807 19521036288 331263 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2388.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325052 KiB

[startup+2389.9 s]
/proc/loadavg: 4.13 4.14 4.09 5/339 30572
/proc/meminfo: memFree=124561832/131249996 swapFree=33010684/33010684
[pid=29581] ppid=29578 vsize=19196640 memory=1325564 CPUtime=2388.55 cores=5,7
/proc/29581/stat : 29581 (java) S 29578 29581 28429 0 -1 4194304 66902 0 0 0 238761 94 0 0 20 0 20 0 38325774 19657359360 331391 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
/proc/29581/statm: 4799160 331391 5527 1 0 555270 0
[pid=29581/tid=29583] ppid=29578 vsize=19196640 memory=1325052 CPUtime=2382.66 cores=5,7
/proc/29581/task/29583/stat : 29583 (java) S 29578 29581 28429 0 -1 4194368 21658 0 0 0 238259 7 0 0 20 0 20 0 38325775 19657359360 331391 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29592] ppid=29578 vsize=19196640 memory=17408 CPUtime=0 cores=5,7
/proc/29581/task/29592/stat : 29592 (Finalizer) S 29578 29581 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38325777 19657359360 331391 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
[pid=29581/tid=29599] ppid=29578 vsize=19196640 memory=1325052 CPUtime=0 cores=5,7
/proc/29581/task/29599/stat : 29599 (Common-Cleaner) S 29578 29581 28429 0 -1 4194368 637 0 0 0 0 0 0 0 20 0 20 0 38325777 19657359360 331391 18446744073709551615 94380388880384 94380388884080 140735241035696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94380388891896 94380388892688 94380414205952 140735241038209 140735241038310 140735241038310 140735241043912 0
Current children cumulated CPU time: 2388.55 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1325564 KiB

Child status: 20

Real time (s): 2389.94
CPU time (s): 2388.58
CPU user time (s): 2387.63
CPU system time (s): 0.954005
CPU usage (%): 99.9434
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1325564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2387.63
system time used= 0.954005
maximum resident set size= 1325692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70123
involuntary context switches= 2192


# summary of solver processes directly reported to runsolver:
#   pid: 29581
#   total CPU time (s): 2388.58
#   total CPU user time (s): 2387.63
#   total CPU system time (s): 0.954005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.15141 second user time and 11.2408 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 21:48:00
IDJOB=4514382
IDBENCH=162673
IDSOLVER=3363
FILE ID=nodeC022/4514382-1751226480
RUNJOBID= nodeC022-1751219267-28442
SLURM_JOB_ID= 9587670
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_10.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514382-1751226480/watcher-4514382-1751226480 -o /tmp/evaluation-result-4514382-1751226480/solver-4514382-1751226480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28442 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514382-1751226480.opb

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

MD5SUM BENCH= 7fddd5a63b4237b93179de1569c49542
RANDOM SEED=1737915384

nodeC022 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.695
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.44
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.726
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.44
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.546
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.44
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		: 3564.837
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.44
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.732
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.44
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.711
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.44
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		: 3573.270
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.44
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		: 3596.404
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124120272 kB
MemAvailable:   124779344 kB
Buffers:            3280 kB
Cached:          1463584 kB
SwapCached:            0 kB
Active:          5334432 kB
Inactive:        1215224 kB
Active(anon):    5100852 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1215224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1356 kB
Writeback:             0 kB
AnonPages:       5085904 kB
Mapped:           122196 kB
Shmem:             18060 kB
KReclaimable:      98612 kB
Slab:             185868 kB
SReclaimable:      98612 kB
SUnreclaim:        87256 kB
KernelStack:        5168 kB
PageTables:        13564 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7058644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4839424 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-29 22:27:50