Trace number 4503751

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3491.18 3700.1

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-111.opb
MD5SUM4268d39683cc1d999f2f6f0490fb9359
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark31.3265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 568
Number of bits of the biggest sum of numbers10
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4503751-1751181466.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
44.60/40.41	c ... done. Wall clock time 40.253s.
44.60/40.41	c declared #vars     33692
44.60/40.41	c #constraints  741696
44.60/40.41	c constraints type 
44.60/40.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
44.60/40.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
44.60/40.41	c org.sat4j.specs.Constr$1 => 4331
44.60/40.41	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 74746
44.60/40.41	c org.sat4j.pb.constraints.pb.UnitClausePB => 47
44.60/40.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
44.60/40.41	c 741696 constraints processed.
48.82/43.11	c cleaning 2499 clauses out of 5001 with flag 0/5001
51.67/45.83	c cleaning 4246 clauses out of 8501 with flag 0/11000
55.32/49.23	c cleaning 5624 clauses out of 11255 with flag 0/18000
59.46/53.37	c cleaning 6814 clauses out of 13631 with flag 0/26000
64.29/58.12	c cleaning 7894 clauses out of 15817 with flag 0/35000
70.71/64.58	c cleaning 8956 clauses out of 17923 with flag 0/45000
77.43/71.26	c cleaning 9980 clauses out of 19967 with flag 0/56000
85.20/78.91	c cleaning 10991 clauses out of 21990 with flag 0/68003
93.53/87.25	c cleaning 11998 clauses out of 23997 with flag 0/81001
102.85/96.54	c cleaning 12993 clauses out of 25998 with flag 0/95000
111.97/105.68	c cleaning 13998 clauses out of 28005 with flag 0/110000
121.89/115.52	c cleaning 15001 clauses out of 30007 with flag 0/126000
136.69/130.25	c cleaning 15996 clauses out of 32006 with flag 0/143000
153.05/146.49	c cleaning 17001 clauses out of 34011 with flag 0/161001
170.00/295.18	c cleaning 18000 clauses out of 36009 with flag 0/180000
188.66/321.67	c cleaning 18999 clauses out of 38010 with flag 0/200001
205.19/338.08	c cleaning 19998 clauses out of 40011 with flag 0/221001
223.74/357.89	c cleaning 21002 clauses out of 42013 with flag 0/243001
244.97/378.94	c cleaning 21999 clauses out of 44010 with flag 0/266000
266.02/399.82	c cleaning 22995 clauses out of 46011 with flag 0/290000
289.40/423.09	c cleaning 24001 clauses out of 48017 with flag 0/315001
312.32/445.71	c cleaning 24998 clauses out of 50015 with flag 0/341000
337.90/471.01	c cleaning 25986 clauses out of 52018 with flag 0/368001
365.58/498.49	c cleaning 27005 clauses out of 54033 with flag 0/396002
392.93/525.61	c cleaning 28008 clauses out of 56026 with flag 0/425000
421.51/554.09	c cleaning 29001 clauses out of 58018 with flag 0/455000
453.58/585.92	c cleaning 30002 clauses out of 60017 with flag 0/486000
484.35/616.54	c cleaning 30998 clauses out of 62015 with flag 0/518000
517.32/649.34	c cleaning 32000 clauses out of 64018 with flag 0/551001
554.27/686.14	c cleaning 33000 clauses out of 66018 with flag 0/585001
593.89/725.68	c cleaning 34001 clauses out of 68017 with flag 0/620000
635.02/766.56	c cleaning 35006 clauses out of 70019 with flag 0/656003
674.88/806.27	c cleaning 36002 clauses out of 72014 with flag 0/693004
717.38/848.66	c cleaning 36998 clauses out of 74010 with flag 0/731002
763.74/894.88	c cleaning 37999 clauses out of 76010 with flag 0/770000
811.38/942.20	c cleaning 39000 clauses out of 78012 with flag 0/810001
865.47/995.90	c cleaning 40001 clauses out of 80011 with flag 0/851000
914.18/1044.26	c cleaning 41000 clauses out of 82011 with flag 0/893001
967.83/1097.64	c cleaning 41999 clauses out of 84012 with flag 0/936002
1025.84/1155.54	c cleaning 42996 clauses out of 86012 with flag 0/980001
1088.84/1218.12	c cleaning 44004 clauses out of 88016 with flag 0/1025001
1148.71/1277.68	c cleaning 45002 clauses out of 90015 with flag 0/1071004
1212.94/1341.66	c cleaning 46001 clauses out of 92009 with flag 0/1118000
1278.60/1416.23	c cleaning 46999 clauses out of 94009 with flag 0/1166001
1341.91/1479.24	c cleaning 47998 clauses out of 96009 with flag 0/1215000
1420.29/1557.45	c cleaning 48991 clauses out of 98012 with flag 0/1265001
1504.55/1641.45	c cleaning 49999 clauses out of 100020 with flag 0/1316000
1590.17/1726.50	c cleaning 51007 clauses out of 102021 with flag 0/1368000
1672.24/1808.22	c cleaning 52001 clauses out of 104015 with flag 0/1421001
1757.23/1892.87	c cleaning 53000 clauses out of 106013 with flag 0/1475000
1843.75/1979.03	c cleaning 54005 clauses out of 108015 with flag 0/1530002
1946.33/2081.23	c cleaning 54995 clauses out of 110008 with flag 0/1586000
2050.74/2185.15	c cleaning 55991 clauses out of 112013 with flag 0/1643000
2153.51/2289.89	c cleaning 57000 clauses out of 114024 with flag 0/1701002
2268.94/2404.62	c cleaning 58001 clauses out of 116022 with flag 0/1760000
2381.66/2516.42	c cleaning 58999 clauses out of 118022 with flag 0/1820001
2493.59/2627.74	c cleaning 59988 clauses out of 120022 with flag 0/1881000
2603.04/2739.00	c cleaning 61007 clauses out of 122035 with flag 0/1943001
2720.07/2870.49	c cleaning 62008 clauses out of 124028 with flag 0/2006001
2836.45/3003.82	c cleaning 62997 clauses out of 126019 with flag 0/2070000
2944.97/3128.46	c cleaning 64004 clauses out of 128025 with flag 0/2135003
3059.78/3243.57	c cleaning 65004 clauses out of 130018 with flag 0/2201000
3186.16/3384.33	c cleaning 65997 clauses out of 132015 with flag 0/2268001
3325.10/3534.73	c cleaning 67002 clauses out of 134017 with flag 0/2336000
3459.85/3668.94	c cleaning 67997 clauses out of 136016 with flag 0/2405001
3491.04/3700.02	c timeout
3491.04/3700.02	c starts		: 1
3491.04/3700.02	c conflicts		: 2421246
3491.04/3700.02	c decisions		: 2957739
3491.04/3700.02	c propagations		: 2343060113
3491.04/3700.02	c inspects		: 23818713837
3491.04/3700.02	c shortcuts		: 0
3491.04/3700.02	c learnt literals	: 0
3491.04/3700.02	c learnt binary clauses	: 3
3491.04/3700.02	c learnt ternary clauses	: 1
3491.04/3700.02	c learnt constraints	: 2421246
3491.04/3700.02	c ignored constraints	: 0
3491.04/3700.02	c root simplifications	: 0
3491.04/3700.02	c removed literals (reason simplification)	: 0
3491.04/3700.02	c reason swapping (by a shorter reason)	: 0
3491.04/3700.02	c Calls to reduceDB	: 65
3491.04/3700.02	c Number of update (reduction) of LBD	: 3537421
3491.04/3700.02	c Imported unit clauses	: 0
3491.04/3700.02	c No decision after first conflict	: false
3491.04/3700.02	c number of reductions to clauses (during analyze)	: 0
3491.04/3700.02	c number of learned constraints concerned by reduction	: 0
3491.04/3700.02	c number of learning phase by resolution	: 0
3491.04/3700.03	c number of learning phase by cutting planes	: 0
3491.04/3700.03	c number of rounding to 1 operations	: 0
3491.04/3700.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3491.04/3700.03	c number of reductions of the coefficients by power 2 	: 0
3491.04/3700.03	c number of right shift for reduction by power 2 	: 0
3491.04/3700.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3491.04/3700.03	c number of ending skipping 	: 0
3491.04/3700.03	c number of internal skipping 	: 0
3491.04/3700.03	c number of derivation steps 	: 41182977
3491.04/3700.03	c number of skipped derivation steps 	: 0
3491.04/3700.03	c number of remaining unassigned 	: 0
3491.04/3700.03	c number of remaining assigned 	: 135
3491.04/3700.03	c number of falsified literals weakened from reason	: 0
3491.04/3700.03	c number of falsified literals weakened from conflict	: 0
3491.04/3700.03	c time for arithmetic operations	: 1598317
3491.04/3700.03	c minimum degree of deleted constraints	: 1
3491.04/3700.03	c maximum degree of deleted constraints	: 3
3491.04/3700.03	c number of deleted constraints	: 2336982
3491.04/3700.03	c speed (assignments/second)	: 640249.6316541353
3491.04/3700.03	c non guided choices	: 8035
3491.04/3700.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 84231
3491.04/3700.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3491.04/3700.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30
3491.04/3700.08	s UNKNOWN
3491.04/3700.08	c Total wall clock time (in seconds): 3699.922

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62992 MiB free)
  memory of node 1: 64507 MiB (63677 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503751-1751181466/watcher-4503751-1751181466 -o /tmp/evaluation-result-4503751-1751181466/solver-4503751-1751181466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751181466-25474 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503751-1751181466 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503751-1751181466.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
Current StackSize limit: 8192 KiB

solver pid=25580, runsolver pid=25577

[startup+0.10006 s]*
/proc/loadavg: 0.95 1.15 2.06 9/332 25598
/proc/meminfo: memFree=129614280/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18930384 memory=57764 CPUtime=0.12 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 6560 0 0 0 10 2 0 0 20 0 18 0 33824309 19384713216 14441 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4732596 14441 5336 1 0 547604 0
[pid=25580/tid=25582] ppid=25577 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 5060 0 0 0 6 1 0 0 20 0 18 0 33824311 19384713216 14441 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33824313 19384713216 14441 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18930384 memory=59585004307076 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33824313 19384713216 14441 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57764 KiB

[startup+0.20584 s]*
/proc/loadavg: 0.95 1.15 2.06 11/334 25600
/proc/meminfo: memFree=129372568/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18930384 memory=116088 CPUtime=0.31 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 7223 0 0 0 28 3 0 0 20 0 18 0 33824309 19384713216 29022 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4732596 29022 5464 1 0 548075 0
[pid=25580/tid=25582] ppid=25577 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 5446 0 0 0 15 2 0 0 20 0 18 0 33824311 19384713216 29022 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18930384 memory=15140 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33824313 19384713216 29022 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33824313 19384713216 29022 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 116088 KiB

[startup+0.305916 s]*
/proc/loadavg: 0.95 1.15 2.06 9/336 25602
/proc/meminfo: memFree=129113828/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18996948 memory=157044 CPUtime=0.48 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 7931 0 0 0 44 4 0 0 20 0 19 0 33824309 19452874752 39261 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4749237 39261 5496 1 0 548710 0
[pid=25580/tid=25582] ppid=25577 vsize=18996948 memory=-6000919476967925613 CPUtime=0.24 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 5471 0 0 0 21 3 0 0 20 0 19 0 33824311 19452874752 39261 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 39261 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 39261 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157044 KiB

[startup+0.700262 s]
/proc/loadavg: 0.95 1.15 2.06 8/336 25602
/proc/meminfo: memFree=127117380/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18996948 memory=1252984 CPUtime=1.21 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 12871 0 0 0 94 27 0 0 20 0 19 0 33824309 19452874752 313246 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4749237 313246 5496 1 0 551836 0
[pid=25580/tid=25582] ppid=25577 vsize=18996948 memory=17536 CPUtime=0.61 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 5997 0 0 0 37 24 0 0 20 0 19 0 33824311 19452874752 313246 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 313246 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 313758 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1252984 KiB

[startup+1.50024 s]
/proc/loadavg: 0.95 1.15 2.06 10/338 25604
/proc/meminfo: memFree=122786988/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18996948 memory=2300236 CPUtime=2.78 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 22994 0 0 0 229 49 0 0 20 0 19 0 33824309 19452874752 575059 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4749237 575059 5496 1 0 806265 0
[pid=25580/tid=25582] ppid=25577 vsize=18996948 memory=3200 CPUtime=1.4 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 6500 0 0 0 96 44 0 0 20 0 19 0 33824311 19452874752 575059 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 575059 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 575059 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2300236 KiB

[startup+3.10599 s]
/proc/loadavg: 0.95 1.15 2.06 10/339 25605
/proc/meminfo: memFree=122398884/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18996948 memory=2307572 CPUtime=5.96 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 25977 0 0 0 546 50 0 0 20 0 19 0 33824309 19452874752 576893 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4749237 576893 5496 1 0 807811 0
[pid=25580/tid=25582] ppid=25577 vsize=18996948 memory=10752 CPUtime=2.95 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 6547 0 0 0 251 44 0 0 20 0 19 0 33824311 19452874752 576893 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 576893 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 576893 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2307572 KiB

[startup+6.30024 s]
/proc/loadavg: 1.28 1.22 2.07 6/340 25607
/proc/meminfo: memFree=121596748/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18996948 memory=2822268 CPUtime=9.32 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 27063 0 0 0 871 61 0 0 20 0 19 0 33824309 19452874752 705567 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4749237 705567 5496 1 0 939416 0
[pid=25580/tid=25582] ppid=25577 vsize=18996948 memory=10752 CPUtime=6.02 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 7131 0 0 0 547 55 0 0 20 0 19 0 33824311 19452874752 705567 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 705567 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18996948 memory=-6000919476967925613 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 705567 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 9.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2822268 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.28 2.09 5/340 25607
/proc/meminfo: memFree=119994932/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18996948 memory=3820388 CPUtime=15.89 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 29014 0 0 0 1508 81 0 0 20 0 19 0 33824309 19452874752 955097 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4749237 955097 5496 1 0 1187999 0
[pid=25580/tid=25582] ppid=25577 vsize=18996948 memory=14592 CPUtime=12.12 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 8140 0 0 0 1139 73 0 0 20 0 19 0 33824311 19452874752 955097 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 955097 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 955097 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 15.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3820388 KiB

[startup+25.5003 s]
/proc/loadavg: 2.26 1.45 2.13 5/340 25607
/proc/meminfo: memFree=118187500/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=18996948 memory=4325820 CPUtime=29.06 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 33655 0 0 0 2813 93 0 0 20 0 19 0 33824309 19452874752 1081455 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4749237 1081455 5496 1 0 1304979 0
[pid=25580/tid=25582] ppid=25577 vsize=18996948 memory=5632 CPUtime=24.25 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 10255 0 0 0 2342 83 0 0 20 0 19 0 33824311 19452874752 1081455 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=18996948 memory=3331624 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 1081455 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=18996948 memory=4317604 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 33824313 19452874752 1081455 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 29.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4325820 KiB

[startup+51.106 s]
/proc/loadavg: 2.85 1.65 2.18 5/342 25609
/proc/meminfo: memFree=117049732/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=4404900 CPUtime=57.25 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 53559 0 0 0 5623 102 0 0 20 0 20 0 33824309 19521036288 1101225 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1101225 5528 1 0 1305427 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=14592 CPUtime=48.92 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 15876 0 0 0 4805 87 0 0 20 0 20 0 33824311 19521036288 1101225 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=4788 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1101225 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=4400688 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1101225 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=4398624 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1101225 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 57.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4404900 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 2.03 2.29 5/341 25613
/proc/meminfo: memFree=116583116/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=4441936 CPUtime=108.65 cores=5,7

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

/proc/meminfo: memFree=109302084/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3098.65 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 231927 0 0 0 309393 472 0 0 20 0 20 0 33824309 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1292002 5528 1 0 1307032 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3036.74 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 120094 0 0 0 303331 343 0 0 20 0 20 0 33824311 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 2041 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 3098.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5168008 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/342 25801
/proc/meminfo: memFree=108817172/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3158.13 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 235921 0 0 0 315333 480 0 0 20 0 20 0 33824309 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1292002 5528 1 0 1307032 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3095.34 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 122104 0 0 0 309186 348 0 0 20 0 20 0 33824311 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 2131 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=25304 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 3158.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5168008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/343 25804
/proc/meminfo: memFree=108801312/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3204.22 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 236486 0 0 0 319937 485 0 0 20 0 20 0 33824309 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1292002 5528 1 0 1307032 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=14592 CPUtime=3140.74 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 122583 0 0 0 313723 351 0 0 20 0 20 0 33824311 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 3204.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5168008 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/342 25806
/proc/meminfo: memFree=108785000/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3253.15 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 238254 0 0 0 324826 489 0 0 20 0 20 0 33824309 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1292002 5528 1 0 1307032 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=17536 CPUtime=3188.91 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 124177 0 0 0 318538 353 0 0 20 0 20 0 33824311 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 3253.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5168008 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/341 25809
/proc/meminfo: memFree=108777212/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3312.65 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 242468 0 0 0 330770 495 0 0 20 0 20 0 33824309 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1292002 5528 1 0 1307032 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3247.27 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 127141 0 0 0 324370 357 0 0 20 0 20 0 33824311 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 3312.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5168008 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/341 25812
/proc/meminfo: memFree=108760172/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3372.92 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 245640 0 0 0 336790 502 0 0 20 0 20 0 33824309 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1292002 5528 1 0 1307032 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=4916 CPUtime=3306.62 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 128695 0 0 0 330301 361 0 0 20 0 20 0 33824311 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 2234 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 3372.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5168008 KiB

[startup+3642.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/342 25815
/proc/meminfo: memFree=108722148/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3433.1 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 246058 0 0 0 342804 506 0 0 20 0 20 0 33824309 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1292002 5528 1 0 1307032 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3365.97 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 128952 0 0 0 336233 364 0 0 20 0 20 0 33824311 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=5168008 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 2314 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 3433.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5168008 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.14 4.12 4.09 3/278 25842
/proc/meminfo: memFree=122239080/131249996 swapFree=33010684/33010684
[pid=25580] ppid=25577 vsize=19063512 memory=5168008 CPUtime=3491.04 cores=5,7
/proc/25580/stat : 25580 (java) S 25577 25580 25461 0 -1 4194304 249157 0 0 0 348591 513 0 0 20 0 20 0 33824309 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
/proc/25580/statm: 4765878 1292002 5528 1 0 1307032 0
[pid=25580/tid=25582] ppid=25577 vsize=19063512 memory=8322835307180555150 CPUtime=3423.05 cores=5,7
/proc/25580/task/25582/stat : 25582 (java) R 25577 25580 25461 0 -1 4194368 131798 0 0 0 341937 368 0 0 20 0 20 0 33824311 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25591] ppid=25577 vsize=19063512 memory=4888 CPUtime=0 cores=5,7
/proc/25580/task/25591/stat : 25591 (Finalizer) S 25577 25580 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25598] ppid=25577 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/25580/task/25598/stat : 25598 (Common-Cleaner) S 25577 25580 25461 0 -1 4194368 2314 0 0 0 0 0 0 0 20 0 20 0 33824313 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
[pid=25580/tid=25609] ppid=25577 vsize=19063512 memory=25304 CPUtime=0 cores=5,7
/proc/25580/task/25609/stat : 25609 (Timer-0) S 25577 25580 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 33828352 19521036288 1292002 18446744073709551615 94042571333632 94042571337328 140735603226160 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042571345144 94042571345936 94042578051072 140735603235117 140735603235302 140735603235302 140735603240904 0
Current children cumulated CPU time: 3491.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5168008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3486.03 s, system=5.152 s

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

Child status: 143

Real time (s): 3700.1
CPU time (s): 3491.18
CPU user time (s): 3486.03
CPU system time (s): 5.152
CPU usage (%): 94.3535
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5168008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3486.03
system time used= 5.152
maximum resident set size= 5169288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252188
page faults= 0
swaps= 0
block input operations= 24
block output operations= 994056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140132
involuntary context switches= 30935


# summary of solver processes directly reported to runsolver:
#   pid: 25580
#   total CPU time (s): 3491.18
#   total CPU user time (s): 3486.03
#   total CPU system time (s): 5.152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.36131 second user time and 18.159 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 09:17:46
IDJOB=4503751
IDBENCH=155584
IDSOLVER=3362
FILE ID=nodeC021/4503751-1751181466
RUNJOBID= nodeC021-1751181466-25474
SLURM_JOB_ID= 9587555
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-111.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503751-1751181466/watcher-4503751-1751181466 -o /tmp/evaluation-result-4503751-1751181466/solver-4503751-1751181466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751181466-25474 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503751-1751181466 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503751-1751181466.opb

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

MD5SUM BENCH= 4268d39683cc1d999f2f6f0490fb9359
RANDOM SEED=1407720229

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129728552 kB
MemAvailable:   129697052 kB
Buffers:            3280 kB
Cached:           777728 kB
SwapCached:            0 kB
Active:           440960 kB
Inactive:         520504 kB
Active(anon):     198516 kB
Inactive(anon):        0 kB
Active(file):     242444 kB
Inactive(file):   520504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             39968 kB
Writeback:             4 kB
AnonPages:        183628 kB
Mapped:           121220 kB
Shmem:             18060 kB
KReclaimable:      89184 kB
Slab:             174692 kB
SReclaimable:      89184 kB
SUnreclaim:        85508 kB
KernelStack:        5036 kB
PageTables:         3596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6989144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151272 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC021 at 2025-06-29 10:19:26