Trace number 4503499

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) 3600.36 3519

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-164.opb
MD5SUMb4f7b6a8046a7674beacf37f098f7772
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 benchmark10.6111
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26339
Total number of constraints612374
Number of constraints which are clauses549666
Number of constraints which are cardinality constraints (but not clauses)2270
Number of constraints which are nor clauses,nor cardinality constraints60438
Minimum length of a constraint1
Maximum length of a constraint1485
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 1486
Number of bits of the biggest sum of numbers11
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version PB25.v20250606
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.13	c Free memory 		2106806208
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2113929216
0.14/0.13	c Number of processors 	2
0.14/0.21	c Pseudo Boolean Optimization by upper bound
0.14/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.21	c  - never skip resolution steps
0.14/0.21	c  - Auto-division on coefficients is disabled
0.14/0.21	c  - No postprocessing
0.14/0.21	c  - Conflict is considered as is when resolving
0.14/0.21	c  - Use constraints as they come during conflict analysis
0.14/0.21	c  - Weaken first using unassigned literals
0.14/0.21	c  - Bump strategy: ALWAYS_ONE
0.14/0.21	c  - Bumper: EFFECTIVE
0.14/0.21	c --- Begin Solver configuration ---
0.14/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.14/0.21	c Learn all clauses as in MiniSAT
0.14/0.21	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.21	c No reason simplification
0.14/0.21	c Dynamic restart strategy considering the size of the coefficients
0.14/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.14/0.21	c timeout=2147483s
0.14/0.21	c DB Simplification allowed=false
0.14/0.21	c Listener: none
0.14/0.21	c --- End Solver configuration ---
0.14/0.21	c solving HOME/instance-4503499-1751174595.opb
0.14/0.21	c reading problem ... 
0.14/0.21	c using VERIPB proof format
0.34/0.23	c  no objective function found
35.27/30.19	c ... done. Wall clock time 29.973s.
35.27/30.19	c declared #vars     26339
35.27/30.19	c #constraints  613685
35.27/30.19	c constraints type 
35.27/30.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137761
35.27/30.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1923
35.27/30.19	c org.sat4j.specs.Constr$1 => 126040
35.27/30.19	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 60438
35.27/30.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 8288
35.27/30.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 279235
35.27/30.19	c 613685 constraints processed.
51.16/40.24	c cleaning 2387 clauses out of 5000 with flag 0/5000
62.59/49.55	c cleaning 4153 clauses out of 8613 with flag 0/11000
74.15/60.26	c cleaning 5596 clauses out of 11460 with flag 0/18000
86.63/72.53	c cleaning 6738 clauses out of 13864 with flag 0/26000
103.24/89.01	c cleaning 7887 clauses out of 16126 with flag 0/35000
119.35/104.94	c cleaning 8840 clauses out of 18239 with flag 0/45000
139.44/132.71	c cleaning 9979 clauses out of 20399 with flag 0/56000
161.91/155.00	c cleaning 10809 clauses out of 22421 with flag 0/68001
182.74/175.57	c cleaning 12271 clauses out of 24611 with flag 0/81000
205.79/198.26	c cleaning 12844 clauses out of 26340 with flag 0/95000
230.85/222.85	c cleaning 14130 clauses out of 28496 with flag 0/110000
259.03/250.42	c cleaning 15010 clauses out of 30366 with flag 0/126000
290.07/280.52	c cleaning 15791 clauses out of 32356 with flag 0/143000
323.14/318.59	c cleaning 16720 clauses out of 34565 with flag 0/161000
362.07/356.45	c cleaning 18003 clauses out of 36845 with flag 0/180000
397.92/391.64	c cleaning 18742 clauses out of 38842 with flag 0/200000
436.58/429.63	c cleaning 20252 clauses out of 41100 with flag 0/221000
477.50/469.77	c cleaning 20935 clauses out of 42848 with flag 0/243000
521.93/514.86	c cleaning 22104 clauses out of 44913 with flag 0/266000
573.38/565.15	c cleaning 22727 clauses out of 46809 with flag 0/290000
624.27/614.98	c cleaning 24077 clauses out of 49082 with flag 0/315000
682.18/673.19	c cleaning 25112 clauses out of 51005 with flag 0/341000
737.39/727.31	c cleaning 26161 clauses out of 52893 with flag 0/368000
806.56/794.92	c cleaning 27352 clauses out of 54732 with flag 0/396000
868.46/855.77	c cleaning 27635 clauses out of 56380 with flag 0/425000
932.41/917.78	c cleaning 29005 clauses out of 58745 with flag 0/455000
994.23/977.83	c cleaning 30270 clauses out of 60740 with flag 0/486000
1055.96/1038.57	c cleaning 31109 clauses out of 62470 with flag 0/518000
1131.51/1112.61	c cleaning 31699 clauses out of 64361 with flag 0/551000
1214.13/1195.73	c cleaning 33015 clauses out of 66662 with flag 0/585000
1290.75/1270.25	c cleaning 34324 clauses out of 68647 with flag 0/620000
1374.04/1350.98	c cleaning 34365 clauses out of 70323 with flag 0/656000
1450.35/1425.19	c cleaning 36157 clauses out of 72958 with flag 0/693000
1533.57/1506.04	c cleaning 36894 clauses out of 74801 with flag 0/731000
1624.55/1598.61	c cleaning 38231 clauses out of 76907 with flag 0/770000
1712.29/1683.19	c cleaning 38946 clauses out of 78676 with flag 0/810000
1812.18/1779.87	c cleaning 39415 clauses out of 80730 with flag 0/851000
1911.54/1875.86	c cleaning 41076 clauses out of 83315 with flag 0/893000
2024.00/1985.94	c cleaning 42233 clauses out of 85239 with flag 0/936000
2134.96/2093.70	c cleaning 42881 clauses out of 87006 with flag 0/980000
2255.15/2210.60	c cleaning 44472 clauses out of 89125 with flag 0/1025000
2377.41/2334.86	c cleaning 44948 clauses out of 90653 with flag 0/1071000
2495.07/2448.99	c cleaning 46250 clauses out of 92705 with flag 0/1118000
2618.12/2568.05	c cleaning 46688 clauses out of 94455 with flag 0/1166000
2752.15/2698.00	c cleaning 47256 clauses out of 96767 with flag 0/1215000
2890.73/2832.02	c cleaning 48668 clauses out of 99511 with flag 0/1265000
3053.11/2987.23	c cleaning 50396 clauses out of 101843 with flag 0/1316000
3205.08/3134.74	c cleaning 51499 clauses out of 103447 with flag 0/1368000
3367.10/3292.02	c cleaning 51674 clauses out of 104948 with flag 0/1421000
3531.13/3451.01	c cleaning 53205 clauses out of 107274 with flag 0/1475000
3600.07/3518.83	c starts		: 6604
3600.07/3518.84	c timeout
3600.07/3518.84	c conflicts		: 1503449
3600.07/3518.85	c decisions		: 32075615
3600.07/3518.85	c propagations		: 538751469
3600.07/3518.85	c inspects		: 7820684276
3600.07/3518.85	c shortcuts		: 0
3600.07/3518.85	c learnt literals	: 0
3600.07/3518.85	c learnt binary clauses	: 67
3600.07/3518.85	c learnt ternary clauses	: 5484
3600.07/3518.85	c learnt constraints	: 1503449
3600.07/3518.85	c ignored constraints	: 0
3600.07/3518.85	c root simplifications	: 0
3600.07/3518.85	c removed literals (reason simplification)	: 0
3600.07/3518.85	c reason swapping (by a shorter reason)	: 0
3600.07/3518.85	c Calls to reduceDB	: 50
3600.07/3518.85	c Number of update (reduction) of LBD	: 1785613
3600.07/3518.85	c Imported unit clauses	: 0
3600.07/3518.85	c No decision after first conflict	: false
3600.07/3518.85	c number of reductions to clauses (during analyze)	: 0
3600.07/3518.85	c number of learned constraints concerned by reduction	: 0
3600.07/3518.85	c number of learning phase by resolution	: 0
3600.07/3518.85	c number of learning phase by cutting planes	: 0
3600.07/3518.85	c number of rounding to 1 operations	: 0
3600.07/3518.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3518.85	c number of reductions of the coefficients by power 2 	: 0
3600.07/3518.85	c number of right shift for reduction by power 2 	: 0
3600.07/3518.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3518.85	c number of ending skipping 	: 0
3600.07/3518.85	c number of internal skipping 	: 0
3600.07/3518.85	c number of derivation steps 	: 12706023
3600.07/3518.85	c number of skipped derivation steps 	: 0
3600.07/3518.85	c number of remaining unassigned 	: 8667
3600.07/3518.85	c number of remaining assigned 	: 195095937
3600.07/3518.85	c number of falsified literals weakened from reason	: 0
3600.07/3518.86	c number of falsified literals weakened from conflict	: 0
3600.07/3518.86	c time for arithmetic operations	: 7492091430
3600.07/3518.86	c minimum degree of deleted constraints	: 1
3600.07/3518.86	c maximum degree of deleted constraints	: 6930
3600.07/3518.86	c number of deleted constraints	: 1420931
3600.07/3518.86	c speed (assignments/second)	: 154430.44887183668
3600.07/3518.86	c non guided choices	: 295239
3600.24/3518.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 59945
3600.24/3518.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6
3600.24/3518.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 67
3600.24/3518.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22500
3600.24/3518.98	s UNKNOWN
3600.24/3518.98	c Total wall clock time (in seconds): 3518.767

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: 63837 MiB (63134 MiB free)
  memory of node 1: 64465 MiB (54080 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503499-1751174595/watcher-4503499-1751174595 -o /tmp/evaluation-result-4503499-1751174595/solver-4503499-1751174595 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21012 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503499-1751174595 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503499-1751174595.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=21591, runsolver pid=21588

[startup+0.100071 s]*
/proc/loadavg: 4.32 4.24 4.13 7/328 21609
/proc/meminfo: memFree=119726740/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18930384 memory=49844 CPUtime=0.14 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 6143 0 0 0 12 2 0 0 20 0 18 0 33138874 19384713216 12461 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4732596 12461 5339 1 0 547277 0
[pid=21591/tid=21593] ppid=21588 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 4973 0 0 0 6 2 0 0 20 0 18 0 33138876 19384713216 12461 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33138879 19384713216 12461 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18930384 memory=58494082630061 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33138880 19384713216 12461 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49844 KiB

[startup+0.222844 s]*
/proc/loadavg: 4.32 4.24 4.13 8/328 21609
/proc/meminfo: memFree=119254252/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18930384 memory=63444 CPUtime=0.34 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 6887 0 0 0 31 3 0 0 20 0 18 0 33138874 19384713216 15861 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4732596 15861 5435 1 0 547894 0
[pid=21591/tid=21593] ppid=21588 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) S 21588 21591 21002 0 -1 4194368 5386 0 0 0 15 2 0 0 20 0 18 0 33138876 19384713216 15861 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18930384 memory=13926 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33138879 19384713216 15861 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33138880 19384713216 15861 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63444 KiB

[startup+0.319538 s]*
/proc/loadavg: 4.32 4.24 4.13 9/329 21610
/proc/meminfo: memFree=119070564/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18996948 memory=152684 CPUtime=0.53 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 7176 0 0 0 48 5 0 0 20 0 19 0 33138874 19452874752 38171 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4749237 38171 5499 1 0 548269 0
[pid=21591/tid=21593] ppid=21588 vsize=18996948 memory=-6000919472656182125 CPUtime=0.27 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 5512 0 0 0 23 4 0 0 20 0 19 0 33138876 19452874752 38171 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138879 19452874752 38171 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33138880 19452874752 38171 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152684 KiB

[startup+0.700362 s]
/proc/loadavg: 4.32 4.24 4.13 8/330 21611
/proc/meminfo: memFree=118878688/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18996948 memory=542744 CPUtime=1.19 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 9021 0 0 0 105 14 0 0 20 0 19 0 33138874 19452874752 135686 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4749237 135686 5499 1 0 549362 0
[pid=21591/tid=21593] ppid=21588 vsize=18996948 memory=17152 CPUtime=0.56 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 5719 0 0 0 44 12 0 0 20 0 19 0 33138876 19452874752 135686 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138879 19452874752 135686 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33138880 19452874752 135686 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 542744 KiB

[startup+1.50025 s]
/proc/loadavg: 4.32 4.24 4.13 8/330 21611
/proc/meminfo: memFree=116710024/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18996948 memory=1300588 CPUtime=2.77 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 15121 0 0 0 244 33 0 0 20 0 19 0 33138874 19452874752 325147 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4749237 325147 5499 1 0 551979 0
[pid=21591/tid=21593] ppid=21588 vsize=18996948 memory=3200 CPUtime=1.34 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 6191 0 0 0 106 28 0 0 20 0 19 0 33138876 19452874752 325147 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138879 19452874752 325147 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33138880 19452874752 325147 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1300588 KiB

[startup+3.11503 s]
/proc/loadavg: 4.46 4.27 4.14 7/331 21612
/proc/meminfo: memFree=115692860/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18996948 memory=2148188 CPUtime=5.01 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 21780 0 0 0 451 50 0 0 20 0 19 0 33138874 19452874752 537047 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4749237 537047 5499 1 0 766449 0
[pid=21591/tid=21593] ppid=21588 vsize=18996948 memory=11264 CPUtime=2.87 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) S 21588 21591 21002 0 -1 4194368 6735 0 0 0 243 44 0 0 20 0 19 0 33138876 19452874752 537047 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138879 19452874752 537047 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33138880 19452874752 537047 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2148188 KiB

[startup+6.30039 s]
/proc/loadavg: 4.46 4.27 4.14 6/331 21612
/proc/meminfo: memFree=114140324/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18996948 memory=3483716 CPUtime=10.18 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 23856 0 0 0 940 78 0 0 20 0 19 0 33138874 19452874752 870929 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4749237 870929 5499 1 0 1104862 0
[pid=21591/tid=21593] ppid=21588 vsize=18996948 memory=5632 CPUtime=5.92 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 7708 0 0 0 521 71 0 0 20 0 19 0 33138876 19452874752 870929 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138879 19452874752 870929 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18996948 memory=-6000919472656182125 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33138880 19452874752 870929 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3483716 KiB

[startup+12.7004 s]
/proc/loadavg: 4.66 4.31 4.16 5/332 21615
/proc/meminfo: memFree=111483948/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18996948 memory=4811876 CPUtime=16.84 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 26098 0 0 0 1579 105 0 0 20 0 19 0 33138874 19452874752 1202969 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4749237 1202969 5499 1 0 1441168 0
[pid=21591/tid=21593] ppid=21588 vsize=18996948 memory=3485864 CPUtime=11.93 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 8926 0 0 0 1097 96 0 0 20 0 19 0 33138876 19452874752 1202969 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18996948 memory=17152 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138879 19452874752 1202969 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33138880 19452874752 1202969 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 16.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4811876 KiB

[startup+25.5004 s]
/proc/loadavg: 4.81 4.36 4.18 6/331 21679
/proc/meminfo: memFree=115853404/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=18996948 memory=5686748 CPUtime=30.38 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 31921 0 0 0 2910 128 0 0 20 0 19 0 33138874 19452874752 1421687 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4749237 1421687 5531 1 0 1654249 0
[pid=21591/tid=21593] ppid=21588 vsize=18996948 memory=3485864 CPUtime=23.93 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) S 21588 21591 21002 0 -1 4194368 10872 0 0 0 2276 117 0 0 20 0 19 0 33138876 19452874752 1421687 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=18996948 memory=4828608 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33138879 19452874752 1421687 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=18996948 memory=3483716 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33138880 19452874752 1421687 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 30.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5686748 KiB

[startup+51.1151 s]
/proc/loadavg: 4.74 4.38 4.19 5/331 21680
/proc/meminfo: memFree=113932920/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19063512 memory=5723484 CPUtime=64.45 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 44357 0 0 0 6308 137 0 0 20 0 20 0 33138874 19521036288 1430871 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4765878 1430871 5531 1 0 1655108 0
[pid=21591/tid=21593] ppid=21588 vsize=19063512 memory=4828608 CPUtime=48.84 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 14098 0 0 0 4765 119 0 0 20 0 20 0 33138876 19521036288 1430871 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19063512 memory=19584 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33138879 19521036288 1430871 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19063512 memory=5726992 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 33138880 19521036288 1430871 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21680] ppid=21588 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/21591/task/21680/stat : 21680 (Timer-0) S 21588 21591 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33141895 19521036288 1430871 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 64.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5723484 KiB

[startup+102.3 s]
/proc/loadavg: 4.46 4.35 4.19 5/329 21682
/proc/meminfo: memFree=113742912/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19063512 memory=5754504 CPUtime=116.76 cores=0,2

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

[startup+3162.3 s]
/proc/loadavg: 4.31 4.34 4.29 5/330 21917
/proc/meminfo: memFree=98243896/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19130076 memory=6571372 CPUtime=3233.73 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 312741 0 0 0 322895 478 0 0 20 0 21 0 33138874 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4782519 1642843 5563 1 0 1658071 0
[pid=21591/tid=21593] ppid=21588 vsize=19130076 memory=6571116 CPUtime=3045.16 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 185035 0 0 0 304289 227 0 0 20 0 21 0 33138876 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19130076 memory=6571116 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33138879 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19130076 memory=6571116 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 2610 0 0 0 0 0 0 0 20 0 21 0 33138880 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21680] ppid=21588 vsize=19130076 memory=6571372 CPUtime=0 cores=0,2
/proc/21591/task/21680/stat : 21680 (Timer-0) S 21588 21591 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 33141895 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 3233.73 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6571372 KiB

[startup+3222.3 s]
/proc/loadavg: 4.30 4.33 4.29 5/330 21920
/proc/meminfo: memFree=97712092/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19130076 memory=6571372 CPUtime=3295.65 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 318382 0 0 0 329082 483 0 0 20 0 21 0 33138874 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4782519 1642843 5563 1 0 1658071 0
[pid=21591/tid=21593] ppid=21588 vsize=19130076 memory=6571116 CPUtime=3103.47 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 188815 0 0 0 310118 229 0 0 20 0 21 0 33138876 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19130076 memory=6571116 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33138879 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19130076 memory=4252 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 2610 0 0 0 0 0 0 0 20 0 21 0 33138880 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21680] ppid=21588 vsize=19130076 memory=6571372 CPUtime=0 cores=0,2
/proc/21591/task/21680/stat : 21680 (Timer-0) S 21588 21591 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 33141895 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 3295.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6571372 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.33 4.29 5/331 21925
/proc/meminfo: memFree=98140708/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19130076 memory=6571372 CPUtime=3357.15 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 320476 0 0 0 335226 489 0 0 20 0 21 0 33138874 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4782519 1642843 5563 1 0 1658071 0
[pid=21591/tid=21593] ppid=21588 vsize=19130076 memory=6571372 CPUtime=3161.98 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 190641 0 0 0 315967 231 0 0 20 0 21 0 33138876 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19130076 memory=6571372 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33138879 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19130076 memory=6571372 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 2649 0 0 0 0 0 0 0 20 0 21 0 33138880 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21680] ppid=21588 vsize=19130076 memory=6571372 CPUtime=0 cores=0,2
/proc/21591/task/21680/stat : 21680 (Timer-0) S 21588 21591 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 33141895 19589197824 1642843 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 3357.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6571372 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.30 4.28 5/331 21927
/proc/meminfo: memFree=97086032/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19130076 memory=6571500 CPUtime=3419.35 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 327044 0 0 0 341438 497 0 0 20 0 21 0 33138874 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4782519 1642875 5563 1 0 1658071 0
[pid=21591/tid=21593] ppid=21588 vsize=19130076 memory=17280 CPUtime=3220.51 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 195409 0 0 0 321816 235 0 0 20 0 21 0 33138876 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19130076 memory=2760 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33138879 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19130076 memory=17280 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 2703 0 0 0 0 0 0 0 20 0 21 0 33138880 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21680] ppid=21588 vsize=19130076 memory=6571500 CPUtime=0 cores=0,2
/proc/21591/task/21680/stat : 21680 (Timer-0) S 21588 21591 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 33141895 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 3419.35 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6571500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.26 4.27 6/332 21935
/proc/meminfo: memFree=97017572/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19130076 memory=6571500 CPUtime=3481.32 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 331455 0 0 0 347631 501 0 0 20 0 21 0 33138874 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4782519 1642875 5563 1 0 1658071 0
[pid=21591/tid=21593] ppid=21588 vsize=19130076 memory=6571372 CPUtime=3278.77 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 198185 0 0 0 327641 236 0 0 20 0 21 0 33138876 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19130076 memory=19584 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33138879 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19130076 memory=6571500 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 2718 0 0 0 0 0 0 0 20 0 21 0 33138880 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21680] ppid=21588 vsize=19130076 memory=6571500 CPUtime=0 cores=0,2
/proc/21591/task/21680/stat : 21680 (Timer-0) S 21588 21591 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 33141895 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 3481.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6571500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.26 4.27 5/332 21937
/proc/meminfo: memFree=96973188/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19130076 memory=6571500 CPUtime=3542.64 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 335342 0 0 0 353756 508 0 0 20 0 21 0 33138874 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4782519 1642875 5563 1 0 1658071 0
[pid=21591/tid=21593] ppid=21588 vsize=19130076 memory=6571500 CPUtime=3337.87 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 201120 0 0 0 333548 239 0 0 20 0 21 0 33138876 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19130076 memory=6571372 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33138879 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19130076 memory=6571500 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 2718 0 0 0 0 0 0 0 20 0 21 0 33138880 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21680] ppid=21588 vsize=19130076 memory=6571500 CPUtime=0 cores=0,2
/proc/21591/task/21680/stat : 21680 (Timer-0) S 21588 21591 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 33141895 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 3542.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6571500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3518.8 s]
/proc/loadavg: 4.14 4.23 4.26 6/332 21940
/proc/meminfo: memFree=96912628/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19130076 memory=6571500 CPUtime=3600.07 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 338498 0 0 0 359493 514 0 0 20 0 21 0 33138874 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4782519 1642875 5563 1 0 1658071 0
[pid=21591/tid=21593] ppid=21588 vsize=19130076 memory=6944656425122832000 CPUtime=3392.2 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) R 21588 21591 21002 0 -1 4194368 203787 0 0 0 338979 241 0 0 20 0 21 0 33138876 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19130076 memory=6571500 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33138879 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19130076 memory=6884 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 2732 0 0 0 0 0 0 0 20 0 21 0 33138880 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21680] ppid=21588 vsize=19130076 memory=6796528 CPUtime=0 cores=0,2
/proc/21591/task/21680/stat : 21680 (Timer-0) S 21588 21591 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 33141895 19589197824 1642875 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6571500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.18 s, system=5.17838 s

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

[startup+3518.9 s]
/proc/loadavg: 4.14 4.23 4.26 6/332 21940
/proc/meminfo: memFree=96912628/131382112 swapFree=33010684/33010684
[pid=21591] ppid=21588 vsize=19329768 memory=6572268 CPUtime=3600.24 cores=0,2
/proc/21591/stat : 21591 (java) S 21588 21591 21002 0 -1 4194304 341198 0 0 0 359509 515 0 0 20 0 22 0 33138874 19793682432 1643067 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
/proc/21591/statm: 4832442 1643067 5563 1 0 1658997 0
[pid=21591/tid=21593] ppid=21588 vsize=19329768 memory=6571372 CPUtime=3392.24 cores=0,2
/proc/21591/task/21593/stat : 21593 (java) S 21588 21591 21002 0 -1 4194368 204116 0 0 0 338983 241 0 0 20 0 22 0 33138876 19793682432 1643067 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21602] ppid=21588 vsize=19329768 memory=6571500 CPUtime=0 cores=0,2
/proc/21591/task/21602/stat : 21602 (Finalizer) S 21588 21591 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 33138879 19793682432 1643067 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
[pid=21591/tid=21609] ppid=21588 vsize=19329768 memory=6571500 CPUtime=0 cores=0,2
/proc/21591/task/21609/stat : 21609 (Common-Cleaner) S 21588 21591 21002 0 -1 4194368 2732 0 0 0 0 0 0 0 20 0 22 0 33138880 19793682432 1643067 18446744073709551615 94092604997632 94092605001328 140721432894384 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092605009144 94092605009936 94092634537984 140721432897837 140721432898022 140721432898022 140721432903624 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 6572268 KiB

Child status: 143

Real time (s): 3519
CPU time (s): 3600.36
CPU user time (s): 3595.18
CPU system time (s): 5.17838
CPU usage (%): 102.312
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 6572268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.18
system time used= 5.17838
maximum resident set size= 6572524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 493176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133052
involuntary context switches= 18847


# summary of solver processes directly reported to runsolver:
#   pid: 21591
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3595.18
#   total CPU system time (s): 5.17838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.92 second user time and 39.6668 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 07:23:15
IDJOB=4503499
IDBENCH=155506
IDSOLVER=3362
FILE ID=nodeC005/4503499-1751174595
RUNJOBID= nodeC005-1751171026-21012
SLURM_JOB_ID= 9587533
Free space on /tmp= 433008 MiB

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

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

MD5SUM BENCH= b4f7b6a8046a7674beacf37f098f7772
RANDOM SEED=1101928650

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120043364 kB
MemAvailable:   120974204 kB
Buffers:            3280 kB
Cached:          1740852 kB
SwapCached:            0 kB
Active:          9313996 kB
Inactive:        1495720 kB
Active(anon):    9083544 kB
Inactive(anon):        0 kB
Active(file):     230452 kB
Inactive(file):  1495720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42908 kB
Writeback:             0 kB
AnonPages:       9069032 kB
Mapped:           122252 kB
Shmem:             17960 kB
KReclaimable:      88592 kB
Slab:             170224 kB
SReclaimable:      88592 kB
SUnreclaim:        81632 kB
KernelStack:        5024 kB
PageTables:        21340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12985640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8808448 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC005 at 2025-06-29 08:21:54