Trace number 4510118

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06UNSAT 1451.32 1433.84

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n98-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM113ac974cfbbea52fe5442f60fd809f6
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 benchmark108.1
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints392
Number of constraints which are clauses392
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.60/0.44	c Pseudo Boolean Optimization by upper bound
0.60/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.44	c  - never skip resolution steps
0.60/0.44	c  - Auto-division on coefficients is disabled
0.60/0.44	c  - No postprocessing
0.60/0.44	c  - Conflict is considered as is when resolving
0.60/0.44	c  - Use constraints as they come during conflict analysis
0.60/0.44	c  - Weaken first using unassigned literals
0.60/0.44	c  - Bump strategy: ALWAYS_ONE
0.60/0.44	c  - Bumper: ANY
0.60/0.44	c --- Begin Solver configuration ---
0.60/0.44	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.60/0.44	c Learn all clauses as in MiniSAT
0.60/0.44	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.44	c No reason simplification
0.60/0.44	c Armin Biere (Picosat) restarts strategy
0.60/0.44	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.60/0.44	c timeout=2147483s
0.60/0.44	c DB Simplification allowed=false
0.60/0.44	c Listener: none
0.60/0.44	c --- End Solver configuration ---
0.60/0.45	c solving HOME/instance-4510118-1751202826.opb
0.60/0.45	c reading problem ... 
0.60/0.45	c  no objective function found
0.78/0.55	c ... done. Wall clock time 0.098s.
0.78/0.55	c declared #vars     147
0.78/0.55	c #constraints  392
0.78/0.55	c constraints type 
0.78/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
0.78/0.55	c 392 constraints processed.
2.29/1.35	c cleaning 2500 clauses out of 5001
3.09/1.71	c cleaning 4244 clauses out of 8501
3.49/1.98	c cleaning 5626 clauses out of 11256
4.28/2.33	c cleaning 6809 clauses out of 13630
4.81/2.75	c cleaning 7900 clauses out of 15821
5.25/3.08	c cleaning 8956 clauses out of 17922
5.84/3.45	c cleaning 9978 clauses out of 19966
6.14/3.79	c cleaning 10985 clauses out of 21987
6.62/4.19	c cleaning 11989 clauses out of 24003
7.18/4.61	c cleaning 13001 clauses out of 26014
7.59/5.04	c cleaning 13999 clauses out of 28013
8.08/5.55	c cleaning 14996 clauses out of 30014
8.69/6.15	c cleaning 16002 clauses out of 32017
9.27/6.72	c cleaning 17001 clauses out of 34015
9.87/7.35	c cleaning 18004 clauses out of 36015
10.58/8.02	c cleaning 18999 clauses out of 38010
11.17/8.65	c cleaning 19998 clauses out of 40011
11.87/9.32	c cleaning 20999 clauses out of 42013
12.77/10.22	c cleaning 22002 clauses out of 44015
13.47/11.00	c cleaning 23000 clauses out of 46012
14.27/11.76	c cleaning 23999 clauses out of 48013
15.36/12.80	c cleaning 24999 clauses out of 50014
16.26/13.71	c cleaning 26000 clauses out of 52014
17.46/14.90	c cleaning 27001 clauses out of 54014
18.46/15.93	c cleaning 27999 clauses out of 56013
19.45/16.98	c cleaning 29000 clauses out of 58015
20.67/18.11	c cleaning 30002 clauses out of 60014
21.83/19.37	c cleaning 30997 clauses out of 62013
22.93/20.46	c cleaning 32000 clauses out of 64016
24.55/22.08	c cleaning 33001 clauses out of 66016
25.93/23.46	c cleaning 34001 clauses out of 68015
27.43/24.90	c cleaning 35000 clauses out of 70014
28.82/26.34	c cleaning 35998 clauses out of 72013
30.22/27.73	c cleaning 36999 clauses out of 74016
31.91/29.43	c cleaning 38002 clauses out of 76016
33.31/30.80	c cleaning 39000 clauses out of 78014
35.11/32.65	c cleaning 39999 clauses out of 80014
36.71/34.29	c cleaning 41000 clauses out of 82016
38.30/35.83	c cleaning 41998 clauses out of 84015
39.80/37.35	c cleaning 43005 clauses out of 86018
41.61/39.13	c cleaning 44002 clauses out of 88013
43.50/41.08	c cleaning 44998 clauses out of 90011
45.61/43.18	c cleaning 45997 clauses out of 92013
47.60/45.19	c cleaning 46999 clauses out of 94015
49.59/47.12	c cleaning 47999 clauses out of 96016
51.96/49.57	c cleaning 48999 clauses out of 98017
54.17/51.75	c cleaning 50001 clauses out of 100018
56.36/53.99	c cleaning 51004 clauses out of 102017
58.56/56.19	c cleaning 52002 clauses out of 104014
60.85/58.50	c cleaning 52995 clauses out of 106012
63.36/60.92	c cleaning 54000 clauses out of 108017
66.17/63.75	c cleaning 55002 clauses out of 110017
68.87/66.49	c cleaning 55998 clauses out of 112015
71.57/69.18	c cleaning 57002 clauses out of 114017
74.26/71.89	c cleaning 58002 clauses out of 116015
77.77/75.39	c cleaning 58997 clauses out of 118013
80.88/78.40	c cleaning 59999 clauses out of 120015
83.46/81.03	c cleaning 61000 clauses out of 122016
87.49/85.05	c cleaning 61997 clauses out of 124016
90.72/88.21	c cleaning 63001 clauses out of 126019
93.94/91.49	c cleaning 63999 clauses out of 128018
98.16/95.63	c cleaning 65002 clauses out of 130019
103.27/100.72	c cleaning 66000 clauses out of 132018
106.74/104.18	c cleaning 67001 clauses out of 134018
110.80/108.16	c cleaning 68000 clauses out of 136016
115.25/112.57	c cleaning 69000 clauses out of 138017
120.15/117.39	c cleaning 69997 clauses out of 140016
124.62/121.73	c cleaning 70997 clauses out of 142019
129.58/126.62	c cleaning 72003 clauses out of 144023
133.66/130.60	c cleaning 73003 clauses out of 146019
139.21/136.17	c cleaning 74002 clauses out of 148017
143.80/140.66	c cleaning 74996 clauses out of 150015
148.07/144.87	c cleaning 76005 clauses out of 152018
152.48/149.12	c cleaning 76997 clauses out of 154014
156.84/153.45	c cleaning 78000 clauses out of 156017
161.41/157.95	c cleaning 79004 clauses out of 158016
166.18/162.65	c cleaning 79998 clauses out of 160012
172.62/169.04	c cleaning 80999 clauses out of 162014
179.14/175.54	c cleaning 82002 clauses out of 164016
184.11/180.43	c cleaning 82999 clauses out of 166013
189.87/186.02	c cleaning 83995 clauses out of 168014
194.93/191.02	c cleaning 85003 clauses out of 170019
200.29/196.37	c cleaning 86000 clauses out of 172016
205.27/201.29	c cleaning 86997 clauses out of 174017
212.60/208.42	c cleaning 88006 clauses out of 176020
218.29/214.10	c cleaning 88998 clauses out of 178014
224.04/219.73	c cleaning 90000 clauses out of 180016
228.58/224.20	c cleaning 91001 clauses out of 182015
234.97/230.55	c cleaning 91998 clauses out of 184014
242.63/238.16	c cleaning 93003 clauses out of 186016
248.28/243.76	c cleaning 94000 clauses out of 188014
253.66/249.06	c cleaning 95000 clauses out of 190014
260.46/255.75	c cleaning 95998 clauses out of 192013
266.84/262.07	c cleaning 97001 clauses out of 194015
273.54/268.62	c cleaning 97998 clauses out of 196014
279.66/274.76	c cleaning 99000 clauses out of 198017
286.23/281.26	c cleaning 99999 clauses out of 200016
292.29/287.15	c cleaning 100997 clauses out of 202017
299.36/294.19	c cleaning 102006 clauses out of 204022
306.01/300.80	c cleaning 102997 clauses out of 206014
312.49/307.08	c cleaning 104000 clauses out of 208018
318.75/313.23	c cleaning 105001 clauses out of 210017
325.50/319.80	c cleaning 106001 clauses out of 212018
332.56/326.84	c cleaning 107000 clauses out of 214016
339.95/334.03	c cleaning 108004 clauses out of 216016
347.48/341.58	c cleaning 108997 clauses out of 218012
356.65/350.50	c cleaning 109998 clauses out of 220014
364.03/357.85	c cleaning 111000 clauses out of 222017
372.51/366.15	c cleaning 112000 clauses out of 224017
378.99/372.57	c cleaning 112995 clauses out of 226016
387.17/380.59	c cleaning 114002 clauses out of 228021
396.24/389.53	c cleaning 114998 clauses out of 230019
404.51/397.68	c cleaning 116006 clauses out of 232021
412.16/405.28	c cleaning 117002 clauses out of 234016
421.98/414.90	c cleaning 117999 clauses out of 236014
430.12/422.91	c cleaning 119003 clauses out of 238014
438.91/431.63	c cleaning 119995 clauses out of 240012
447.76/440.32	c cleaning 121000 clauses out of 242017
457.92/450.44	c cleaning 121997 clauses out of 244016
467.02/459.42	c cleaning 123000 clauses out of 246020
476.59/468.99	c cleaning 124004 clauses out of 248020
484.62/476.85	c cleaning 125001 clauses out of 250015
492.72/484.82	c cleaning 126000 clauses out of 252014
504.00/496.06	c cleaning 127002 clauses out of 254014
513.83/505.79	c cleaning 127999 clauses out of 256013
521.18/513.09	c cleaning 128999 clauses out of 258014
530.59/522.41	c cleaning 129995 clauses out of 260015
541.90/533.72	c cleaning 130998 clauses out of 262019
551.00/542.71	c cleaning 131999 clauses out of 264022
559.25/550.97	c cleaning 133000 clauses out of 266023
568.03/559.75	c cleaning 134000 clauses out of 268022
578.49/570.18	c cleaning 135003 clauses out of 270022
587.34/578.96	c cleaning 136001 clauses out of 272020
598.56/590.10	c cleaning 136999 clauses out of 274018
607.82/599.29	c cleaning 138005 clauses out of 276020
619.50/610.76	c cleaning 138996 clauses out of 278014
630.07/620.41	c cleaning 139999 clauses out of 280018
639.50/629.45	c cleaning 141006 clauses out of 282021
649.80/639.57	c cleaning 141997 clauses out of 284013
660.15/649.61	c cleaning 142998 clauses out of 286017
670.13/659.53	c cleaning 144001 clauses out of 288020
682.03/671.23	c cleaning 145001 clauses out of 290017
692.31/681.49	c cleaning 145998 clauses out of 292016
703.24/691.80	c cleaning 146996 clauses out of 294019
716.11/704.63	c cleaning 148003 clauses out of 296023
727.72/716.08	c cleaning 149001 clauses out of 298020
738.48/726.65	c cleaning 150001 clauses out of 300019
749.94/738.07	c cleaning 150999 clauses out of 302018
762.08/750.08	c cleaning 152002 clauses out of 304019
774.67/762.54	c cleaning 152998 clauses out of 306017
787.97/775.89	c cleaning 153998 clauses out of 308019
803.75/791.58	c cleaning 155001 clauses out of 310021
814.88/802.63	c cleaning 156000 clauses out of 312019
828.36/816.13	c cleaning 156999 clauses out of 314020
840.27/828.02	c cleaning 158000 clauses out of 316021
851.98/839.71	c cleaning 158995 clauses out of 318020
863.96/851.66	c cleaning 160000 clauses out of 320025
877.24/864.84	c cleaning 161000 clauses out of 322025
889.87/877.47	c cleaning 161999 clauses out of 324026
904.22/891.73	c cleaning 163001 clauses out of 326026
921.73/909.14	c cleaning 164003 clauses out of 328025
938.92/926.20	c cleaning 165001 clauses out of 330022
952.56/939.78	c cleaning 165996 clauses out of 332021
970.30/957.31	c cleaning 167001 clauses out of 334026
986.89/973.86	c cleaning 168005 clauses out of 336026
1000.82/987.65	c cleaning 168996 clauses out of 338019
1016.35/1003.07	c cleaning 170002 clauses out of 340024
1033.68/1020.23	c cleaning 171001 clauses out of 342021
1049.21/1035.69	c cleaning 171996 clauses out of 344020
1062.88/1049.16	c cleaning 173003 clauses out of 346025
1077.63/1063.75	c cleaning 174000 clauses out of 348021
1092.58/1078.57	c cleaning 174995 clauses out of 350021
1106.74/1092.67	c cleaning 176002 clauses out of 352026
1121.69/1107.57	c cleaning 176998 clauses out of 354024
1135.97/1121.74	c cleaning 177999 clauses out of 356026
1149.58/1135.18	c cleaning 179002 clauses out of 358027
1164.40/1149.95	c cleaning 180002 clauses out of 360026
1182.66/1168.17	c cleaning 180999 clauses out of 362023
1198.55/1183.90	c cleaning 182000 clauses out of 364024
1219.59/1204.96	c cleaning 183002 clauses out of 366025
1239.56/1224.53	c cleaning 184002 clauses out of 368022
1256.60/1241.47	c cleaning 184995 clauses out of 370020
1275.67/1260.42	c cleaning 185994 clauses out of 372026
1296.41/1281.18	c cleaning 187004 clauses out of 374031
1317.28/1301.82	c cleaning 188004 clauses out of 376027
1334.79/1319.27	c cleaning 189001 clauses out of 378024
1354.37/1338.79	c cleaning 189994 clauses out of 380023
1372.66/1356.55	c cleaning 191003 clauses out of 382028
1389.75/1373.14	c cleaning 192000 clauses out of 384024
1409.40/1392.05	c cleaning 192998 clauses out of 386024
1425.55/1408.12	c cleaning 193997 clauses out of 388026
1442.37/1424.93	c cleaning 194997 clauses out of 390029
1451.05/1433.70	c starts		: 349
1451.05/1433.70	c conflicts		: 19458343
1451.05/1433.70	c decisions		: 24821454
1451.05/1433.70	c propagations		: 151961850
1451.05/1433.70	c inspects		: 10299554161
1451.05/1433.70	c shortcuts		: 0
1451.05/1433.70	c learnt literals	: 1
1451.05/1433.70	c learnt binary clauses	: 6
1451.05/1433.70	c learnt ternary clauses	: 1547
1451.05/1433.70	c learnt constraints	: 19458341
1451.05/1433.70	c ignored constraints	: 0
1451.05/1433.70	c root simplifications	: 0
1451.05/1433.70	c removed literals (reason simplification)	: 0
1451.05/1433.70	c reason swapping (by a shorter reason)	: 0
1451.05/1433.70	c Calls to reduceDB	: 192
1451.16/1433.70	c Number of update (reduction) of LBD	: 0
1451.16/1433.70	c Imported unit clauses	: 0
1451.16/1433.70	c No decision after first conflict	: false
1451.16/1433.70	c number of reductions to clauses (during analyze)	: 0
1451.16/1433.70	c number of learned constraints concerned by reduction	: 0
1451.16/1433.70	c number of learning phase by resolution	: 0
1451.16/1433.70	c number of learning phase by cutting planes	: 0
1451.16/1433.70	c number of rounding to 1 operations	: 0
1451.16/1433.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1451.16/1433.70	c number of reductions of the coefficients by power 2 	: 0
1451.16/1433.70	c number of right shift for reduction by power 2 	: 0
1451.16/1433.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
1451.16/1433.70	c number of ending skipping 	: 0
1451.16/1433.70	c number of internal skipping 	: 0
1451.16/1433.70	c number of derivation steps 	: 130250392
1451.16/1433.70	c number of skipped derivation steps 	: 0
1451.16/1433.70	c number of remaining unassigned 	: 0
1451.16/1433.70	c number of remaining assigned 	: 0
1451.16/1433.70	c number of falsified literals weakened from reason	: 0
1451.16/1433.70	c number of falsified literals weakened from conflict	: 0
1451.16/1433.70	c time for arithmetic operations	: 0
1451.16/1433.70	c minimum degree of deleted constraints	: null
1451.16/1433.70	c maximum degree of deleted constraints	: null
1451.16/1433.70	c number of deleted constraints	: 0
1451.16/1433.70	c speed (assignments/second)	: 106034.2716233387
1451.16/1433.70	c non guided choices	: 37486
1451.16/1433.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 357368
1451.16/1433.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
1451.16/1433.78	s UNSATISFIABLE
1451.16/1433.78	c Total wall clock time (in seconds): 1433.336

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510118-1751202826/watcher-4510118-1751202826 -o /tmp/evaluation-result-4510118-1751202826/solver-4510118-1751202826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24717 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510118-1751202826.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100069 s]*
/proc/loadavg: 0.82 1.53 2.58 12/317 24840
/proc/meminfo: memFree=130253556/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=18930384 memory=47096 CPUtime=0.1 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 5656 0 0 0 7 3 0 0 20 0 18 0 35961551 19384713216 11774 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4732596 11774 5093 1 0 546875 0
[pid=24767/tid=24778] ppid=24758 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 4584 0 0 0 4 2 0 0 20 0 18 0 35961554 19384713216 11774 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961559 19384713216 11774 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35961560 19384713216 11774 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47096 KiB

[startup+0.216661 s]*
/proc/loadavg: 0.82 1.53 2.58 9/321 24844
/proc/meminfo: memFree=130229388/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=18930384 memory=51896 CPUtime=0.27 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 6135 0 0 0 23 4 0 0 20 0 18 0 35961551 19384713216 12974 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4732596 12974 5349 1 0 547236 0
[pid=24767/tid=24778] ppid=24758 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 4972 0 0 0 14 2 0 0 20 0 18 0 35961554 19384713216 12974 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961559 19384713216 13006 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35961560 19384713216 13006 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51896 KiB

[startup+0.314523 s]*
/proc/loadavg: 0.82 1.53 2.58 12/321 24844
/proc/meminfo: memFree=130212452/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=18930384 memory=58140 CPUtime=0.43 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 6666 0 0 0 38 5 0 0 20 0 18 0 35961551 19384713216 14535 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4732596 14535 5349 1 0 547693 0
[pid=24767/tid=24778] ppid=24758 vsize=18930384 memory=-6000919468411414637 CPUtime=0.26 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) S 24758 24767 24706 0 -1 4194368 5140 0 0 0 23 3 0 0 20 0 18 0 35961554 19384713216 14535 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35961559 19384713216 14535 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35961560 19384713216 14535 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58140 KiB

[startup+0.700386 s]
/proc/loadavg: 0.82 1.53 2.58 14/321 24844
/proc/meminfo: memFree=130202812/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=18996948 memory=67084 CPUtime=1.11 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 7321 0 0 0 105 6 0 0 20 0 19 0 35961551 19452874752 16771 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4749237 16771 5413 1 0 548336 0
[pid=24767/tid=24778] ppid=24758 vsize=18996948 memory=17152 CPUtime=0.53 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 5407 0 0 0 49 4 0 0 20 0 19 0 35961554 19452874752 16771 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35961559 19452874752 16771 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35961560 19452874752 16771 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67084 KiB

[startup+1.50028 s]
/proc/loadavg: 0.82 1.53 2.58 9/325 24848
/proc/meminfo: memFree=129997956/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=164664 CPUtime=2.7 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 15920 0 0 0 257 13 0 0 20 0 20 0 35961551 19521036288 41166 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 41166 5477 1 0 551771 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=3200 CPUtime=1.27 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 6418 0 0 0 119 8 0 0 20 0 20 0 35961554 19521036288 41166 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 41166 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 41166 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 41166 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164664 KiB

[startup+3.1079 s]
/proc/loadavg: 1.48 1.65 2.61 6/329 24852
/proc/meminfo: memFree=127811056/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=858960 CPUtime=5.46 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 18200 0 0 0 515 31 0 0 20 0 20 0 35961551 19521036288 214740 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 214740 5477 1 0 552117 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=14720 CPUtime=2.85 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 7451 0 0 0 260 25 0 0 20 0 20 0 35961554 19521036288 214740 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 214740 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 214740 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 214740 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 858960 KiB

[startup+6.30042 s]
/proc/loadavg: 1.48 1.65 2.61 6/329 24852
/proc/meminfo: memFree=125305120/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=1301916 CPUtime=8.88 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 19264 0 0 0 848 40 0 0 20 0 20 0 35961551 19521036288 325479 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 325479 5477 1 0 552118 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=0 CPUtime=5.96 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 7780 0 0 0 562 34 0 0 20 0 20 0 35961554 19521036288 325479 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 325479 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 325479 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=164792 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 325479 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1301916 KiB

[startup+12.7004 s]
/proc/loadavg: 1.87 1.73 2.63 6/329 24852
/proc/meminfo: memFree=124770704/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=1722732 CPUtime=15.27 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 22485 0 0 0 1477 50 0 0 20 0 20 0 35961551 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 430683 5477 1 0 658644 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=164792 CPUtime=12.23 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 9353 0 0 0 1180 43 0 0 20 0 20 0 35961554 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=1722732 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1722732 KiB

[startup+25.5004 s]
/proc/loadavg: 2.27 1.82 2.65 6/329 24853
/proc/meminfo: memFree=122486500/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=1722732 CPUtime=28.03 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 25477 0 0 0 2752 51 0 0 20 0 20 0 35961551 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 430683 5477 1 0 658644 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=1722732 CPUtime=24.66 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 11029 0 0 0 2423 43 0 0 20 0 20 0 35961554 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=1722732 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 430683 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 28.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1722732 KiB

[startup+51.114 s]
/proc/loadavg: 2.93 2.01 2.69 6/329 24853
/proc/meminfo: memFree=120886044/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=2234148 CPUtime=53.58 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 27913 0 0 0 5295 63 0 0 20 0 20 0 35961551 19521036288 558537 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 558537 5509 1 0 786069 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=2234148 CPUtime=49.63 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 12472 0 0 0 4910 53 0 0 20 0 20 0 35961554 19521036288 558537 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=1722732 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 558537 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 558537 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=2229876 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=114528260/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=3571376 CPUtime=1317.78 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 65019 0 0 0 131614 164 0 0 20 0 20 0 35961551 19521036288 892844 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 892844 5509 1 0 921005 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=3571376 CPUtime=1273.96 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 32769 0 0 0 127328 68 0 0 20 0 20 0 35961554 19521036288 892844 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=3571376 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 892844 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=3571376 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 405 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 892844 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 892844 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1317.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3571376 KiB

[startup+1362.3 s]
/proc/loadavg: 4.14 4.18 3.88 7/325 24911
/proc/meminfo: memFree=114597652/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=3573088 CPUtime=1378.95 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 68716 0 0 0 137726 169 0 0 20 0 20 0 35961551 19521036288 893272 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 893272 5509 1 0 921021 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=3571376 CPUtime=1332.83 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 34358 0 0 0 133215 68 0 0 20 0 20 0 35961554 19521036288 893272 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=3570528 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 893272 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=3570528 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 405 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 893272 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=4892 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 893272 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1378.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3573088 KiB

[startup+1422.3 s]
/proc/loadavg: 4.14 4.17 3.90 6/325 24913
/proc/meminfo: memFree=114553344/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=3630676 CPUtime=1439.77 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 82074 0 0 0 143799 178 0 0 20 0 20 0 35961551 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 907669 5509 1 0 922328 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=3571376 CPUtime=1391.52 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 37018 0 0 0 139084 68 0 0 20 0 20 0 35961554 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=3630676 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1439.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3630676 KiB

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

# cumulated CPU time of all completed processes:  user=1449.5 s, system=1.82111 s

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

[startup+1427.2 s]
/proc/loadavg: 4.13 4.17 3.90 6/325 24913
/proc/meminfo: memFree=114553392/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=3630676 CPUtime=1444.66 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 82113 0 0 0 144288 178 0 0 20 0 20 0 35961551 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 907669 5509 1 0 922328 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=-6000919472706381933 CPUtime=1396.41 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 37055 0 0 0 139573 68 0 0 20 0 20 0 35961554 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=3630676 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=3630676 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1444.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3630676 KiB

[startup+1430.4 s]
/proc/loadavg: 4.13 4.17 3.90 7/325 24913
/proc/meminfo: memFree=114553408/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=3630676 CPUtime=1447.85 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 82340 0 0 0 144607 178 0 0 20 0 20 0 35961551 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 907669 5509 1 0 922328 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=11264 CPUtime=1399.5 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 37278 0 0 0 139882 68 0 0 20 0 20 0 35961554 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=3630676 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1447.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3630676 KiB

[startup+1432 s]*
/proc/loadavg: 4.12 4.17 3.90 6/325 24914
/proc/meminfo: memFree=114553424/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=3630676 CPUtime=1449.46 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 82397 0 0 0 144768 178 0 0 20 0 20 0 35961551 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 907669 5509 1 0 922328 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=-6000919468411414637 CPUtime=1401.11 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 37335 0 0 0 140043 68 0 0 20 0 20 0 35961554 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=-4050210904893800078 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=6896 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=6900 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1449.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3630676 KiB

[startup+1432.8 s]
/proc/loadavg: 4.12 4.17 3.90 6/325 24914
/proc/meminfo: memFree=114553424/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=3630676 CPUtime=1450.26 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 82468 0 0 0 144847 179 0 0 20 0 20 0 35961551 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 907669 5509 1 0 922328 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=5888 CPUtime=1401.9 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 37406 0 0 0 140121 69 0 0 20 0 20 0 35961554 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=3630676 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1450.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3630676 KiB

[startup+1433.6 s]
/proc/loadavg: 4.12 4.17 3.90 6/325 24914
/proc/meminfo: memFree=114553424/131382112 swapFree=33010684/33010684
[pid=24767] ppid=24758 vsize=19063512 memory=3630676 CPUtime=1451.05 cores=4,6
/proc/24767/stat : 24767 (java) S 24758 24767 24706 0 -1 4194304 82468 0 0 0 144926 179 0 0 20 0 20 0 35961551 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
/proc/24767/statm: 4765878 907669 5509 1 0 922328 0
[pid=24767/tid=24778] ppid=24758 vsize=19063512 memory=7739530987489289064 CPUtime=1402.7 cores=4,6
/proc/24767/task/24778/stat : 24778 (java) R 24758 24767 24706 0 -1 4194368 37406 0 0 0 140201 69 0 0 20 0 20 0 35961554 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24814] ppid=24758 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/24767/task/24814/stat : 24814 (Finalizer) S 24758 24767 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35961559 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24826] ppid=24758 vsize=19063512 memory=3052736 CPUtime=0 cores=4,6
/proc/24767/task/24826/stat : 24826 (Common-Cleaner) S 24758 24767 24706 0 -1 4194368 460 0 0 0 0 0 0 0 20 0 20 0 35961560 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
[pid=24767/tid=24846] ppid=24758 vsize=19063512 memory=3571376 CPUtime=0 cores=4,6
/proc/24767/task/24846/stat : 24846 (Timer-0) S 24758 24767 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35961607 19521036288 907669 18446744073709551615 94343539601408 94343539605104 140720997800880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94343539612920 94343539613712 94343567740928 140720997808510 140720997808614 140720997808614 140720997814216 0
Current children cumulated CPU time: 1451.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3630676 KiB

[startup+1433.81 s]*
/proc/loadavg: 4.12 4.17 3.90 5/307 24916
/proc/meminfo: memFree=118034268/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 1433.84
CPU time (s): 1451.32
CPU user time (s): 1449.5
CPU system time (s): 1.82111
CPU usage (%): 101.219
Max. virtual memory (cumulated for all children) (KiB): 19262176
Max. memory (cumulated for all children) (KiB): 3631188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1449.5
system time used= 1.82111
maximum resident set size= 3631700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84546
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55216
involuntary context switches= 5962


# summary of solver processes directly reported to runsolver:
#   pid: 24767
#   total CPU time (s): 1451.32
#   total CPU user time (s): 1449.5
#   total CPU system time (s): 1.82111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70408 second user time and 14.0239 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 15:13:47
IDJOB=4510118
IDBENCH=159967
IDSOLVER=3361
FILE ID=nodeC001/4510118-1751202826
RUNJOBID= nodeC001-1751202826-24717
SLURM_JOB_ID= 9587614
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n98-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510118-1751202826/watcher-4510118-1751202826 -o /tmp/evaluation-result-4510118-1751202826/solver-4510118-1751202826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24717 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510118-1751202826.opb

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

MD5SUM BENCH= 113ac974cfbbea52fe5442f60fd809f6
RANDOM SEED=1386003332

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130312556 kB
MemAvailable:   129957208 kB
Buffers:            3280 kB
Cached:           453396 kB
SwapCached:            0 kB
Active:           313644 kB
Inactive:         208440 kB
Active(anon):      83368 kB
Inactive(anon):        0 kB
Active(file):     230276 kB
Inactive(file):   208440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3284 kB
Writeback:             0 kB
AnonPages:         68508 kB
Mapped:           102232 kB
Shmem:             17960 kB
KReclaimable:      86068 kB
Slab:             166856 kB
SReclaimable:      86068 kB
SUnreclaim:        80788 kB
KernelStack:        3920 kB
PageTables:         2828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC001 at 2025-06-29 15:37:41