Trace number 4544461

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 VeriPB 2025-06-06? (TO) 3600.15 3601.31

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.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-4544461-1753234865.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
2.08/1.17	c ... done. Wall clock time 1.038s.
2.08/1.17	c declared #vars     5508
2.08/1.17	c #constraints  408375
2.08/1.17	c constraints type 
2.08/1.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 312120
2.08/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5202
2.08/1.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91053
2.08/1.17	c 408375 constraints processed.
7.72/4.66	c cleaning 2457 clauses out of 5000 with flag 35626/5000
12.96/9.68	c cleaning 4270 clauses out of 8543 with flag 92004/11000
18.68/15.25	c cleaning 5632 clauses out of 11274 with flag 159398/18001
24.05/20.42	c cleaning 6817 clauses out of 13641 with flag 221945/26000
31.45/27.83	c cleaning 7906 clauses out of 15826 with flag 304221/35002
40.56/36.90	c cleaning 8950 clauses out of 17918 with flag 397219/45000
50.43/46.84	c cleaning 9977 clauses out of 19970 with flag 488965/56002
62.23/58.65	c cleaning 10993 clauses out of 21992 with flag 594991/68001
74.50/70.92	c cleaning 11987 clauses out of 23999 with flag 697479/81001
86.94/83.35	c cleaning 12999 clauses out of 26011 with flag 804499/95000
101.71/98.15	c cleaning 13999 clauses out of 28012 with flag 954386/110000
117.44/113.71	c cleaning 15002 clauses out of 30013 with flag 1101047/126000
133.93/130.24	c cleaning 15999 clauses out of 32012 with flag 1242284/143001
150.25/146.54	c cleaning 17003 clauses out of 34015 with flag 1382149/161003
171.81/168.16	c cleaning 18003 clauses out of 36009 with flag 1566515/180000
193.42/189.71	c cleaning 18995 clauses out of 38006 with flag 1765701/200000
216.96/213.36	c cleaning 20000 clauses out of 40011 with flag 1976697/221000
241.52/237.92	c cleaning 21002 clauses out of 42012 with flag 2201016/243001
267.31/263.72	c cleaning 22000 clauses out of 44009 with flag 2418579/266000
294.53/291.07	c cleaning 23000 clauses out of 46009 with flag 2660229/290000
328.88/325.40	c cleaning 24002 clauses out of 48009 with flag 2911510/315000
360.59/357.27	c cleaning 24999 clauses out of 50008 with flag 3154544/341001
392.95/389.66	c cleaning 25999 clauses out of 52009 with flag 3407929/368001
429.74/426.55	c cleaning 27001 clauses out of 54009 with flag 3703055/396000
469.59/466.40	c cleaning 28007 clauses out of 56013 with flag 4019252/425005
508.28/505.25	c cleaning 28997 clauses out of 58001 with flag 4312901/455000
552.80/549.89	c cleaning 29995 clauses out of 60008 with flag 4628903/486004
596.78/593.97	c cleaning 30999 clauses out of 62010 with flag 4925816/518001
639.92/637.19	c cleaning 32001 clauses out of 64010 with flag 5232379/551000
682.62/680.00	c cleaning 33003 clauses out of 66013 with flag 5526481/585004
721.67/719.08	c cleaning 34003 clauses out of 68009 with flag 5797373/620003
761.23/758.69	c cleaning 34991 clauses out of 70003 with flag 6085223/656000
817.00/814.51	c cleaning 36004 clauses out of 72014 with flag 6478452/693002
872.59/870.27	c cleaning 37002 clauses out of 74011 with flag 6890470/731003
939.59/937.37	c cleaning 37997 clauses out of 76006 with flag 7278695/770000
1016.93/1014.86	c cleaning 38999 clauses out of 78009 with flag 7671339/810000
1099.07/1097.18	c cleaning 39998 clauses out of 80011 with flag 8107456/851001
1191.67/1189.96	c cleaning 41001 clauses out of 82012 with flag 8534612/893000
1281.11/1279.50	c cleaning 42004 clauses out of 84014 with flag 8995231/936003
1362.39/1361.01	c cleaning 42997 clauses out of 86007 with flag 9480673/980000
1433.80/1432.56	c cleaning 44001 clauses out of 88010 with flag 9955428/1025000
1507.40/1506.20	c cleaning 44998 clauses out of 90009 with flag 10453198/1071000
1584.30/1583.20	c cleaning 46003 clauses out of 92013 with flag 10903322/1118002
1666.81/1665.86	c cleaning 47000 clauses out of 94009 with flag 11355003/1166001
1760.98/1760.11	c cleaning 47989 clauses out of 96009 with flag 11876707/1215001
1863.13/1862.41	c cleaning 49001 clauses out of 98022 with flag 12392046/1265003
1950.78/1950.14	c cleaning 50004 clauses out of 100021 with flag 12887108/1316003
2041.07/2040.56	c cleaning 51000 clauses out of 102016 with flag 13394849/1368002
2133.72/2133.47	c cleaning 52002 clauses out of 104015 with flag 13916356/1421001
2220.89/2220.79	c cleaning 53000 clauses out of 106013 with flag 14431769/1475001
2318.66/2318.60	c cleaning 54001 clauses out of 108012 with flag 14985156/1530000
2410.68/2410.75	c cleaning 54994 clauses out of 110012 with flag 15558551/1586001
2502.31/2502.45	c cleaning 55998 clauses out of 112018 with flag 16058826/1643001
2592.64/2592.86	c cleaning 57004 clauses out of 114019 with flag 16591193/1701000
2691.05/2691.28	c cleaning 58005 clauses out of 116016 with flag 17148251/1760001
2797.81/2798.18	c cleaning 59003 clauses out of 118012 with flag 17765471/1820002
2906.47/2906.93	c cleaning 59998 clauses out of 120008 with flag 18369718/1881001
3021.38/3021.94	c cleaning 61006 clauses out of 122011 with flag 19010859/1943002
3133.25/3133.95	c cleaning 61998 clauses out of 124003 with flag 19634567/2006000
3249.24/3250.05	c cleaning 62999 clauses out of 126005 with flag 20332942/2070000
3375.70/3376.61	c cleaning 64002 clauses out of 128009 with flag 21050364/2135003
3506.78/3507.96	c cleaning 64997 clauses out of 130005 with flag 21751531/2201001
3600.00/3601.21	c starts		: 185
3600.00/3601.21	c timeout
3600.00/3601.22	c conflicts		: 2242915
3600.00/3601.22	c decisions		: 2537532
3600.00/3601.22	c propagations		: 936581653
3600.00/3601.22	c inspects		: 39205281513
3600.00/3601.22	c shortcuts		: 0
3600.00/3601.22	c learnt literals	: 0
3600.00/3601.22	c learnt binary clauses	: 0
3600.00/3601.22	c learnt ternary clauses	: 0
3600.00/3601.22	c learnt constraints	: 2242915
3600.00/3601.23	c ignored constraints	: 0
3600.00/3601.23	c root simplifications	: 0
3600.00/3601.23	c removed literals (reason simplification)	: 2692373
3600.00/3601.23	c reason swapping (by a shorter reason)	: 0
3600.00/3601.23	c Calls to reduceDB	: 62
3600.00/3601.23	c Number of update (reduction) of LBD	: 1326245
3600.00/3601.23	c Imported unit clauses	: 0
3600.00/3601.23	c No decision after first conflict	: false
3600.00/3601.23	c number of reductions to clauses (during analyze)	: 0
3600.00/3601.23	c number of learned constraints concerned by reduction	: 0
3600.00/3601.23	c number of learning phase by resolution	: 0
3600.00/3601.23	c number of learning phase by cutting planes	: 0
3600.00/3601.23	c number of rounding to 1 operations	: 0
3600.00/3601.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3601.23	c number of reductions of the coefficients by power 2 	: 0
3600.00/3601.23	c number of right shift for reduction by power 2 	: 0
3600.00/3601.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3601.23	c number of ending skipping 	: 0
3600.00/3601.23	c number of internal skipping 	: 0
3600.00/3601.23	c number of derivation steps 	: 0
3600.00/3601.23	c number of skipped derivation steps 	: 0
3600.00/3601.23	c number of remaining unassigned 	: 0
3600.00/3601.23	c number of remaining assigned 	: 0
3600.00/3601.23	c number of falsified literals weakened from reason	: 0
3600.00/3601.23	c number of falsified literals weakened from conflict	: 0
3600.00/3601.23	c time for arithmetic operations	: 0
3600.00/3601.23	c minimum degree of deleted constraints	: null
3600.00/3601.23	c maximum degree of deleted constraints	: null
3600.00/3601.23	c number of deleted constraints	: 0
3600.00/3601.24	c speed (assignments/second)	: 260157.4511181351
3600.00/3601.24	c non guided choices	: 67
3600.00/3601.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 106922
3600.00/3601.29	s UNKNOWN
3600.00/3601.29	c Total wall clock time (in seconds): 3601.16

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: 63708 MiB (62128 MiB free)
  memory of node 1: 64465 MiB (63585 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544461-1753234865/watcher-4544461-1753234865 -o /tmp/evaluation-result-4544461-1753234865/solver-4544461-1753234865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168241 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544461-1753234865 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544461-1753234865.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=168347, runsolver pid=168331
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.15 1.14 1.59 10/333 168365
/proc/meminfo: memFree=128667248/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=18930384 memory=57884 CPUtime=0.13 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 6587 0 0 0 11 2 0 0 20 0 18 0 239163993 19384713216 14471 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4732596 14471 5334 1 0 547624 0
[pid=168347/tid=168349] ppid=168331 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 5093 0 0 0 6 1 0 0 20 0 18 0 239163994 19384713216 14471 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163996 19384713216 14471 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=18930384 memory=58485492697507 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239163997 19384713216 14471 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57884 KiB

[startup+0.205784 s]*
/proc/loadavg: 1.15 1.14 1.59 10/335 168367
/proc/meminfo: memFree=128479148/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=18930384 memory=66248 CPUtime=0.32 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 7070 0 0 0 30 2 0 0 20 0 18 0 239163993 19384713216 16562 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4732596 16562 5430 1 0 547960 0
[pid=168347/tid=168349] ppid=168331 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 5317 0 0 0 15 2 0 0 20 0 18 0 239163994 19384713216 16562 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=18930384 memory=2630 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163996 19384713216 16562 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239163997 19384713216 16562 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66248 KiB

[startup+0.305772 s]*
/proc/loadavg: 1.15 1.14 1.59 11/338 168370
/proc/meminfo: memFree=128406432/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=18930384 memory=99140 CPUtime=0.51 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 8583 0 0 0 48 3 0 0 20 0 18 0 239163993 19384713216 24785 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4732596 24785 5430 1 0 548942 0
[pid=168347/tid=168349] ppid=168331 vsize=18930384 memory=-9104703277628170940 CPUtime=0.25 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 5338 0 0 0 23 2 0 0 20 0 18 0 239163994 19384713216 24785 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163996 19384713216 24785 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239163997 19384713216 24785 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99140 KiB

[startup+0.70024 s]
/proc/loadavg: 1.15 1.14 1.59 10/339 168371
/proc/meminfo: memFree=128300448/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19000672 memory=190436 CPUtime=1.27 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 14555 0 0 0 121 6 0 0 20 0 19 0 239163993 19456688128 47609 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4750168 47609 5462 1 0 553666 0
[pid=168347/tid=168349] ppid=168331 vsize=19000672 memory=24704 CPUtime=0.61 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) S 168331 168347 168228 0 -1 4194368 5367 0 0 0 57 4 0 0 20 0 19 0 239163994 19456688128 47609 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19000672 memory=10752 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239163996 19456688128 47609 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19000672 memory=3200 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239163997 19456688128 47609 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19000672 KiB
Current children cumulated memory: 190436 KiB

[startup+1.50023 s]
/proc/loadavg: 1.15 1.14 1.59 11/339 168371
/proc/meminfo: memFree=128119748/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=396300 CPUtime=2.87 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 17423 0 0 0 275 12 0 0 20 0 20 0 239163993 19521036288 99075 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 99075 5462 1 0 1080884 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=3200 CPUtime=1.27 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 5526 0 0 0 119 8 0 0 20 0 20 0 239163994 19521036288 99075 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 99075 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 99075 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 396300 KiB

[startup+3.10562 s]
/proc/loadavg: 1.15 1.14 1.59 5/341 168373
/proc/meminfo: memFree=126456888/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=422088 CPUtime=5.77 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 17730 0 0 0 563 14 0 0 20 0 20 0 239163993 19521036288 105522 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 105522 5494 1 0 1080921 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=10752 CPUtime=2.81 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 5538 0 0 0 273 8 0 0 20 0 20 0 239163994 19521036288 105522 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 105522 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 105522 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 105522 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 422088 KiB

[startup+6.30037 s]
/proc/loadavg: 1.62 1.24 1.62 6/341 168373
/proc/meminfo: memFree=124587936/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=438692 CPUtime=9.6 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 25489 0 0 0 944 16 0 0 20 0 20 0 239163993 19521036288 109673 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 109673 5494 1 0 1080947 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=0 CPUtime=5.97 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 7262 0 0 0 588 9 0 0 20 0 20 0 239163994 19521036288 109673 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 109673 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=-9104703277628170940 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 109673 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 109673 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 9.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 438692 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 1.30 1.64 5/341 168373
/proc/meminfo: memFree=121502388/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=461308 CPUtime=16.08 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 26945 0 0 0 1590 18 0 0 20 0 20 0 239163993 19521036288 115327 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 115327 5494 1 0 1080947 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=451068 CPUtime=12.33 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 7731 0 0 0 1222 11 0 0 20 0 20 0 239163994 19521036288 115327 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 115327 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=451068 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 115327 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 115327 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 16.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 461308 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 1.43 1.68 6/341 168373
/proc/meminfo: memFree=117305832/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=691096 CPUtime=29.15 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 35145 0 0 0 2889 26 0 0 20 0 20 0 239163993 19521036288 172774 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 172774 5494 1 0 1081022 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=451068 CPUtime=25.07 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 9280 0 0 0 2490 17 0 0 20 0 20 0 239163994 19521036288 172774 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 172774 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=438692 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 172774 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=518676 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 172774 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 29.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 691096 KiB

[startup+51.1056 s]
/proc/loadavg: 3.43 1.76 1.78 4/317 168476
/proc/meminfo: memFree=110730696/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=1209408 CPUtime=54.72 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 37943 0 0 0 5429 43 0 0 20 0 20 0 239163993 19521036288 302352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 302352 5526 1 0 1081024 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=467452 CPUtime=50.57 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 10456 0 0 0 5024 33 0 0 20 0 20 0 239163994 19521036288 302352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 302352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=-9104703277628170940 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 302352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=1209408 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 302352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0

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

/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 931383 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 2801 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 931383 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=3725532 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 931383 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 3221.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3725532 KiB

[startup+3282.3 s]
/proc/loadavg: 4.54 4.72 4.63 5/342 169306
/proc/meminfo: memFree=117721784/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=3725532 CPUtime=3281.45 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 206620 0 0 0 327462 683 0 0 20 0 20 0 239163993 19521036288 931383 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 931383 5526 1 0 1081050 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=-9104703277628170940 CPUtime=3269.37 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 73668 0 0 0 326367 570 0 0 20 0 20 0 239163994 19521036288 931383 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 931383 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 2919 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 931383 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=3725532 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 931383 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 3281.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3725532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.64 4.61 5/341 169308
/proc/meminfo: memFree=114443660/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=3881408 CPUtime=3341.47 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 211748 0 0 0 333449 698 0 0 20 0 20 0 239163993 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 970352 5526 1 0 1081050 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=3881408 CPUtime=3329.04 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 75001 0 0 0 332324 580 0 0 20 0 20 0 239163994 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 2919 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 3341.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3881408 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.56 4.59 5/343 169312
/proc/meminfo: memFree=111933664/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=3881408 CPUtime=3401.34 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 212765 0 0 0 339424 710 0 0 20 0 20 0 239163993 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 970352 5526 1 0 1081050 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=26496 CPUtime=3388.89 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 75887 0 0 0 338298 591 0 0 20 0 20 0 239163994 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 3044 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=3881408 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 3401.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3881408 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.51 4.56 5/321 169330
/proc/meminfo: memFree=113961996/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=3881408 CPUtime=3461.31 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 215987 0 0 0 345405 726 0 0 20 0 20 0 239163993 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 970352 5526 1 0 1081050 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=3881408 CPUtime=3448.61 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 78001 0 0 0 344255 606 0 0 20 0 20 0 239163994 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=3881408 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 3047 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=3881408 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 970352 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 3461.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3881408 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.46 4.54 5/341 169381
/proc/meminfo: memFree=113363648/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=3955136 CPUtime=3521.28 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 220835 0 0 0 351391 737 0 0 20 0 20 0 239163993 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 988784 5526 1 0 1081050 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=3881408 CPUtime=3508.28 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 81251 0 0 0 350213 615 0 0 20 0 20 0 239163994 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 3175 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=3881408 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 3521.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3955136 KiB

[startup+3582.3 s]
/proc/loadavg: 4.42 4.45 4.53 5/341 169383
/proc/meminfo: memFree=112052572/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=3955136 CPUtime=3581.15 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 221749 0 0 0 357364 751 0 0 20 0 20 0 239163993 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 988784 5526 1 0 1081050 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=3955136 CPUtime=3568.12 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 82106 0 0 0 356185 627 0 0 20 0 20 0 239163994 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=24704 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 3175 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 3581.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3955136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.2 s]
/proc/loadavg: 4.51 4.47 4.54 5/341 169384
/proc/meminfo: memFree=111716648/131249996 swapFree=33006296/33010684
[pid=168347] ppid=168331 vsize=19063512 memory=3955136 CPUtime=3600 cores=5,7
/proc/168347/stat : 168347 (java) S 168331 168347 168228 0 -1 4194304 221897 0 0 0 359246 754 0 0 20 0 20 0 239163993 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
/proc/168347/statm: 4765878 988784 5526 1 0 1081050 0
[pid=168347/tid=168349] ppid=168331 vsize=19063512 memory=2432 CPUtime=3586.97 cores=5,7
/proc/168347/task/168349/stat : 168349 (java) R 168331 168347 168228 0 -1 4194368 82249 0 0 0 358067 630 0 0 20 0 20 0 239163994 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168358] ppid=168331 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/168347/task/168358/stat : 168358 (Finalizer) S 168331 168347 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163996 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168365] ppid=168331 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/168347/task/168365/stat : 168365 (Common-Cleaner) S 168331 168347 168228 0 -1 4194368 3175 0 0 0 0 0 0 0 20 0 20 0 239163997 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
[pid=168347/tid=168372] ppid=168331 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/168347/task/168372/stat : 168372 (Timer-0) S 168331 168347 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164111 19521036288 988784 18446744073709551615 93833235722240 93833235725936 140734426784256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93833235733752 93833235734544 93833235791872 140734426790228 140734426790372 140734426790372 140734426795976 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3955136 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.58 s, system=7.57404 s

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

[startup+3601.3 s]*
/proc/loadavg: 4.51 4.47 4.54 5/323 169387
/proc/meminfo: memFree=113435844/131249996 swapFree=33006296/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3601.31
CPU time (s): 3600.15
CPU user time (s): 3592.58
CPU system time (s): 7.57404
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3955136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.58
system time used= 7.57404
maximum resident set size= 3956160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224993
page faults= 0
swaps= 0
block input operations= 8
block output operations= 5174288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107159
involuntary context switches= 7332


# summary of solver processes directly reported to runsolver:
#   pid: 168347
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3592.58
#   total CPU system time (s): 7.57404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8859 second user time and 17.1382 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 03:41:05
IDJOB=4544461
IDBENCH=180672
IDSOLVER=3364
FILE ID=nodeC015/4544461-1753234865
RUNJOBID= nodeC015-1753234865-168241
SLURM_JOB_ID= 9687864
Free space on /tmp= 432552 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544461-1753234865/watcher-4544461-1753234865 -o /tmp/evaluation-result-4544461-1753234865/solver-4544461-1753234865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168241 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544461-1753234865 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544461-1753234865.opb

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=1509220386

nodeC015 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		: 3600.397
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	: 7000.14
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		: 3600.081
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	: 7000.14
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		: 3559.159
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.101
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	: 7000.14
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		: 3600.074
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	: 7000.14
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		: 3600.755
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	: 7000.14
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		: 3595.575
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128815504 kB
MemAvailable:   129717604 kB
Buffers:            1508 kB
Cached:          1670624 kB
SwapCached:         3888 kB
Active:           926684 kB
Inactive:         826256 kB
Active(anon):      54856 kB
Inactive(anon):    48304 kB
Active(file):     871828 kB
Inactive(file):   777952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14140 kB
Writeback:             0 kB
AnonPages:         80344 kB
Mapped:           106276 kB
Shmem:             22352 kB
KReclaimable:     183120 kB
Slab:             279116 kB
SReclaimable:     183120 kB
SUnreclaim:        95996 kB
KernelStack:        4144 kB
PageTables:         2964 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     352032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 425796 MiB
End job on nodeC015 at 2025-07-23 04:41:07