Trace number 4502017

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) 3584.37 3700.37

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9029_2-sat.opb
MD5SUM9dbe363344c0fe5585984e30a944da25
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23114
Total number of constraints76854
Number of constraints which are clauses76350
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint90
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 532
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.11	c version PB25.v20250606
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2104792832
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2113929216
0.13/0.15	c Number of processors 	2
0.29/0.27	c Pseudo Boolean Optimization by upper bound
0.29/0.27	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.27	c  - never skip resolution steps
0.29/0.27	c  - Auto-division on coefficients is disabled
0.29/0.27	c  - No postprocessing
0.29/0.27	c  - Conflict is considered as is when resolving
0.29/0.27	c  - Use constraints as they come during conflict analysis
0.29/0.27	c  - Weaken first using unassigned literals
0.29/0.27	c  - Bump strategy: ALWAYS_ONE
0.29/0.27	c  - Bumper: EFFECTIVE
0.29/0.27	c --- Begin Solver configuration ---
0.29/0.27	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.29/0.27	c Learn all clauses as in MiniSAT
0.29/0.27	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.27	c No reason simplification
0.29/0.27	c Dynamic restart strategy considering the size of the coefficients
0.29/0.27	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.29/0.27	c timeout=2147483s
0.29/0.27	c DB Simplification allowed=false
0.29/0.27	c Listener: none
0.29/0.27	c --- End Solver configuration ---
0.29/0.27	c solving HOME/instance-4502017-1751166072.opb
0.29/0.27	c reading problem ... 
0.29/0.27	c using VERIPB proof format
0.29/0.28	c  no objective function found
6.35/3.90	c ... done. Wall clock time 3.629s.
6.35/3.90	c declared #vars     23114
6.35/3.90	c #constraints  76854
6.35/3.90	c constraints type 
6.35/3.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 56943
6.35/3.90	c org.sat4j.specs.Constr$1 => 7398
6.35/3.90	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 504
6.35/3.90	c org.sat4j.pb.constraints.pb.UnitClausePB => 3065
6.35/3.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8944
6.35/3.90	c 76854 constraints processed.
27.38/17.92	c cleaning 2490 clauses out of 5000 with flag 0/5000
53.83/42.48	c cleaning 4246 clauses out of 8511 with flag 0/11001
96.47/83.96	c cleaning 5625 clauses out of 11266 with flag 0/18002
139.02/125.61	c cleaning 6813 clauses out of 13642 with flag 0/26003
190.34/175.83	c cleaning 7904 clauses out of 15826 with flag 0/35000
250.42/235.00	c cleaning 8949 clauses out of 17922 with flag 0/45000
337.47/320.12	c cleaning 9980 clauses out of 19974 with flag 0/56001
424.15/405.82	c cleaning 10996 clauses out of 21996 with flag 0/68003
521.82/506.82	c cleaning 11991 clauses out of 23997 with flag 0/81000
650.22/633.29	c cleaning 12989 clauses out of 26006 with flag 0/95000
771.16/759.13	c cleaning 13989 clauses out of 28017 with flag 0/110000
901.73/888.63	c cleaning 14999 clauses out of 30028 with flag 0/126000
1080.52/1075.12	c cleaning 16005 clauses out of 32031 with flag 0/143002
1214.18/1224.70	c cleaning 17000 clauses out of 34025 with flag 0/161001
1430.86/1437.97	c cleaning 17984 clauses out of 36027 with flag 0/180003
1668.69/1674.80	c cleaning 19003 clauses out of 38040 with flag 0/200000
1963.30/1965.04	c cleaning 20000 clauses out of 40037 with flag 0/221000
2277.59/2353.22	c cleaning 20996 clauses out of 42037 with flag 0/243000
2605.49/2733.07	c cleaning 22003 clauses out of 44042 with flag 0/266001
2960.44/3087.97	c cleaning 22992 clauses out of 46039 with flag 0/290001
3325.72/3445.01	c cleaning 24003 clauses out of 48048 with flag 0/315002
3584.13/3700.03	c timeout
3584.13/3700.07	c starts		: 21
3584.13/3700.07	c conflicts		: 332848
3584.13/3700.07	c decisions		: 404060
3584.13/3700.07	c propagations		: 146346790
3584.13/3700.08	c inspects		: 1987145088
3584.13/3700.08	c shortcuts		: 0
3584.13/3700.08	c learnt literals	: 0
3584.13/3700.08	c learnt binary clauses	: 0
3584.13/3700.08	c learnt ternary clauses	: 119
3584.13/3700.08	c learnt constraints	: 332847
3584.13/3700.08	c ignored constraints	: 0
3584.13/3700.08	c root simplifications	: 0
3584.13/3700.08	c removed literals (reason simplification)	: 0
3584.13/3700.08	c reason swapping (by a shorter reason)	: 0
3584.13/3700.08	c Calls to reduceDB	: 21
3584.13/3700.08	c Number of update (reduction) of LBD	: 331098
3584.13/3700.08	c Imported unit clauses	: 0
3584.13/3700.08	c No decision after first conflict	: false
3584.13/3700.08	c number of reductions to clauses (during analyze)	: 0
3584.13/3700.08	c number of learned constraints concerned by reduction	: 0
3584.13/3700.08	c number of learning phase by resolution	: 0
3584.13/3700.08	c number of learning phase by cutting planes	: 0
3584.13/3700.09	c number of rounding to 1 operations	: 0
3584.13/3700.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3584.13/3700.09	c number of reductions of the coefficients by power 2 	: 0
3584.13/3700.09	c number of right shift for reduction by power 2 	: 0
3584.13/3700.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3584.13/3700.09	c number of ending skipping 	: 0
3584.13/3700.09	c number of internal skipping 	: 0
3584.13/3700.09	c number of derivation steps 	: 15297061
3584.13/3700.09	c number of skipped derivation steps 	: 0
3584.13/3700.09	c number of remaining unassigned 	: 964281
3584.13/3700.09	c number of remaining assigned 	: 86550618
3584.13/3700.10	c number of falsified literals weakened from reason	: 0
3584.13/3700.10	c number of falsified literals weakened from conflict	: 0
3584.13/3700.10	c time for arithmetic operations	: 31623616503
3584.13/3700.10	c minimum degree of deleted constraints	: 407
3584.13/3700.10	c maximum degree of deleted constraints	: 2316023315579001179908528190567240797524094811998773753345848511971899982401462254367894100680020131442705217628647007624953472907193994938600134236211828333727148342047291229961357297153810407756981053774766587248364176498677642944606999425032615947037617409070
3584.13/3700.10	c number of deleted constraints	: 290957
3584.13/3700.10	c speed (assignments/second)	: 39594.15038044766
3584.13/3700.10	c non guided choices	: 117
3584.28/3700.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128
3584.28/3700.17	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 41762
3584.28/3700.18	s UNKNOWN
3584.28/3700.18	c Total wall clock time (in seconds): 3699.907

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=17528, runsolver pid=17525

[startup+0.100068 s]*
/proc/loadavg: 4.09 4.18 4.18 5/326 17546
/proc/meminfo: memFree=123400620/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=18930384 memory=51788 CPUtime=0.13 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 6112 0 0 0 10 3 0 0 20 0 18 0 32286021 19384713216 12947 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4732596 12947 5336 1 0 547228 0
[pid=17528/tid=17530] ppid=17525 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 4963 0 0 0 6 1 0 0 20 0 18 0 32286023 19384713216 12947 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32286025 19384713216 12947 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=18930384 memory=55195547748946 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32286025 19384713216 12947 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51788 KiB

[startup+0.214285 s]*
/proc/loadavg: 4.09 4.18 4.18 7/326 17546
/proc/meminfo: memFree=123394508/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=18930384 memory=58476 CPUtime=0.29 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 6745 0 0 0 26 3 0 0 20 0 18 0 32286021 19384713216 14619 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4732596 14619 5336 1 0 547747 0
[pid=17528/tid=17530] ppid=17525 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 5156 0 0 0 15 2 0 0 20 0 18 0 32286023 19384713216 14619 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=18930384 memory=2576 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32286025 19384713216 14619 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=18930384 memory=54096036103158 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32286025 19384713216 14619 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58476 KiB

[startup+0.314266 s]*
/proc/loadavg: 4.09 4.18 4.18 7/326 17546
/proc/meminfo: memFree=123377116/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=18930384 memory=92740 CPUtime=0.47 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 7039 0 0 0 43 4 0 0 20 0 18 0 32286021 19384713216 23185 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4732596 23185 5432 1 0 547943 0
[pid=17528/tid=17530] ppid=17525 vsize=18930384 memory=-6000919485641745774 CPUtime=0.26 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 5387 0 0 0 24 2 0 0 20 0 18 0 32286023 19384713216 23185 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32286025 19384713216 23185 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32286025 19384713216 23185 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 92740 KiB

[startup+0.700374 s]
/proc/loadavg: 4.09 4.18 4.18 6/327 17547
/proc/meminfo: memFree=123260412/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=18996948 memory=455460 CPUtime=1.1 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 9349 0 0 0 97 13 0 0 20 0 19 0 32286021 19452874752 113865 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4749237 113865 5464 1 0 549593 0
[pid=17528/tid=17530] ppid=17525 vsize=18996948 memory=17024 CPUtime=0.59 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 5581 0 0 0 49 10 0 0 20 0 19 0 32286023 19452874752 113865 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32286025 19452874752 113865 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32286025 19452874752 113865 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 455460 KiB

[startup+1.50027 s]
/proc/loadavg: 4.09 4.18 4.18 6/327 17547
/proc/meminfo: memFree=122271740/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=18996948 memory=1724900 CPUtime=2.65 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 21457 0 0 0 224 41 0 0 20 0 19 0 32286021 19452874752 431225 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4749237 431225 5464 1 0 661345 0
[pid=17528/tid=17530] ppid=17525 vsize=18996948 memory=3200 CPUtime=1.32 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 6255 0 0 0 97 35 0 0 20 0 19 0 32286023 19452874752 431225 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32286025 19452874752 431225 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32286025 19452874752 431225 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1724900 KiB

[startup+3.10587 s]
/proc/loadavg: 4.09 4.18 4.18 5/327 17547
/proc/meminfo: memFree=121608332/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=18996948 memory=2213008 CPUtime=5.29 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 22497 0 0 0 478 51 0 0 20 0 19 0 32286021 19452874752 553252 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4749237 553252 5464 1 0 788980 0
[pid=17528/tid=17530] ppid=17525 vsize=18996948 memory=11264 CPUtime=2.85 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 6632 0 0 0 240 45 0 0 20 0 19 0 32286023 19452874752 553252 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32286025 19452874752 553252 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=18996948 memory=5504 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32286025 19452874752 553252 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2213008 KiB

[startup+6.30024 s]
/proc/loadavg: 4.32 4.22 4.20 6/328 17548
/proc/meminfo: memFree=121213920/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=2234640 CPUtime=11.09 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 24223 0 0 0 1055 54 0 0 20 0 20 0 32286021 19521036288 558660 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 558660 5464 1 0 790107 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=5504 CPUtime=5.94 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 7120 0 0 0 548 46 0 0 20 0 20 0 32286023 19521036288 558660 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 558660 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 558660 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 558660 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 11.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2234640 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.22 4.19 6/328 17548
/proc/meminfo: memFree=121190912/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=2230068 CPUtime=20.03 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 35045 0 0 0 1943 60 0 0 20 0 20 0 32286021 19521036288 557517 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 557517 5464 1 0 790605 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=11264 CPUtime=12.07 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) S 17525 17528 15550 0 -1 4194368 9430 0 0 0 1157 50 0 0 20 0 20 0 32286023 19521036288 557517 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=2230068 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 557517 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 557517 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 557517 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 20.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2230068 KiB

[startup+25.5005 s]
/proc/loadavg: 4.30 4.22 4.20 5/328 17548
/proc/meminfo: memFree=120574360/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=2803076 CPUtime=35.73 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 40521 0 0 0 3494 79 0 0 20 0 20 0 32286021 19521036288 700769 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 700769 5464 1 0 924473 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=2230068 CPUtime=24.39 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 11123 0 0 0 2373 66 0 0 20 0 20 0 32286023 19521036288 700769 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=2803076 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 700769 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 700769 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=2234640 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 700769 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 35.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2803076 KiB

[startup+51.1143 s]
/proc/loadavg: 4.32 4.24 4.20 5/330 17551
/proc/meminfo: memFree=119125536/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=4201564 CPUtime=63.17 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 52622 0 0 0 6194 123 0 0 20 0 20 0 32286021 19521036288 1050391 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 1050391 5496 1 0 1267141 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=211309297979 CPUtime=49.34 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 14993 0 0 0 4830 104 0 0 20 0 20 0 32286023 19521036288 1050391 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=3769436 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1050391 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1050391 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 1050391 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 63.17 s
Current children cumulated vsize: 19063512 KiB

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

Current children cumulated memory: 5028108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.24 4.22 5/330 18384
/proc/meminfo: memFree=101132048/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=5028108 CPUtime=3282.38 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 203109 0 0 0 327252 986 0 0 20 0 20 0 32286021 19521036288 1257027 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 1257027 5496 1 0 1270798 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=19968 CPUtime=3125.24 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 99878 0 0 0 311789 735 0 0 20 0 20 0 32286023 19521036288 1257027 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=5028108 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257027 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=5028108 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 2412 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257027 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=5028108 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 1257027 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 3282.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5028108 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.24 4.22 6/331 18388
/proc/meminfo: memFree=100992184/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=5029516 CPUtime=3343.46 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 205705 0 0 0 333345 1001 0 0 20 0 20 0 32286021 19521036288 1257379 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 1257379 5496 1 0 1270798 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=19968 CPUtime=3183.9 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 101614 0 0 0 317644 746 0 0 20 0 20 0 32286023 19521036288 1257379 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=5029516 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257379 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 2474 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257379 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=5029516 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 1257379 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 3343.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5029516 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.23 4.22 5/331 18390
/proc/meminfo: memFree=100863328/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=5031692 CPUtime=3403.79 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 206264 0 0 0 339365 1014 0 0 20 0 20 0 32286021 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 1257923 5496 1 0 1270802 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=5029516 CPUtime=3242.06 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 101989 0 0 0 323450 756 0 0 20 0 20 0 32286023 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=5031692 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=5031692 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 2474 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=5031692 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 3403.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5031692 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.25 4.22 5/331 18394
/proc/meminfo: memFree=100690876/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=5031692 CPUtime=3464.89 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 208582 0 0 0 345461 1028 0 0 20 0 20 0 32286021 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 1257923 5496 1 0 1270802 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=5031692 CPUtime=3300.63 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 103867 0 0 0 329297 766 0 0 20 0 20 0 32286023 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=2888 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 2475 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 3464.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5031692 KiB

[startup+3642.3 s]
/proc/loadavg: 4.39 4.28 4.24 5/332 18412
/proc/meminfo: memFree=100549456/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=5031692 CPUtime=3525.71 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 210606 0 0 0 351531 1040 0 0 20 0 20 0 32286021 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 1257923 5496 1 0 1270802 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=17024 CPUtime=3359.44 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) D 17525 17528 15550 0 -1 4194368 105541 0 0 0 335170 774 0 0 20 0 20 0 32286023 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=5031692 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=5031692 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 2537 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=-6000919485641745774 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 3525.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5031692 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.27 4.26 4.23 5/330 18414
/proc/meminfo: memFree=100451700/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19063512 memory=5031692 CPUtime=3584.13 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 211311 0 0 0 357362 1051 0 0 20 0 20 0 32286021 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4765878 1257923 5496 1 0 1270827 0
[pid=17528/tid=17530] ppid=17525 vsize=19063512 memory=-6000919485658719342 CPUtime=3415.84 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) R 17525 17528 15550 0 -1 4194368 106133 0 0 0 340803 781 0 0 20 0 20 0 32286023 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19063512 memory=-4050210904893801874 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 2547 0 0 0 0 0 0 0 20 0 20 0 32286025 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17548] ppid=17525 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/17528/task/17548/stat : 17548 (Timer-0) S 17525 17528 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32286414 19521036288 1257923 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 3584.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5031692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3573.83 s, system=10.5373 s

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

[startup+3700.2 s]
/proc/loadavg: 4.27 4.26 4.23 5/330 18414
/proc/meminfo: memFree=100451700/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19263204 memory=5032212 CPUtime=3584.35 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 213639 0 0 0 357383 1052 0 0 20 0 15 0 32286021 19725520896 1258053 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4815801 1258053 5528 1 0 1271795 0
[pid=17528/tid=17530] ppid=17525 vsize=19263204 memory=4896 CPUtime=3415.88 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) D 17525 17528 15550 0 -1 4194368 106488 0 0 0 340806 782 0 0 20 0 15 0 32286023 19725520896 1258053 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19263204 memory=2888 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 32286025 19725520896 1258053 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19263204 memory=-6000919485641745774 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 2547 0 0 0 0 0 0 0 20 0 15 0 32286025 19725520896 1258053 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 3584.35 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5032212 KiB

[startup+3700.3 s]
/proc/loadavg: 4.27 4.26 4.23 5/330 18414
/proc/meminfo: memFree=100451700/131382120 swapFree=33010684/33010684
[pid=17528] ppid=17525 vsize=19263204 memory=5032212 CPUtime=3584.35 cores=1,3
/proc/17528/stat : 17528 (java) S 17525 17528 15550 0 -1 4194304 213639 0 0 0 357383 1052 0 0 20 0 15 0 32286021 19725520896 1258053 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
/proc/17528/statm: 4815801 1258053 5528 1 0 1271795 0
[pid=17528/tid=17530] ppid=17525 vsize=19263204 memory=5031692 CPUtime=3415.88 cores=1,3
/proc/17528/task/17530/stat : 17530 (java) D 17525 17528 15550 0 -1 4194368 106488 0 0 0 340806 782 0 0 20 0 15 0 32286023 19725520896 1258053 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17539] ppid=17525 vsize=19263204 memory=5031692 CPUtime=0 cores=1,3
/proc/17528/task/17539/stat : 17539 (Finalizer) S 17525 17528 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 32286025 19725520896 1258053 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
[pid=17528/tid=17546] ppid=17525 vsize=19263204 memory=17024 CPUtime=0 cores=1,3
/proc/17528/task/17546/stat : 17546 (Common-Cleaner) S 17525 17528 15550 0 -1 4194368 2547 0 0 0 0 0 0 0 20 0 15 0 32286025 19725520896 1258053 18446744073709551615 93830362779648 93830362783344 140731965517248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830362791160 93830362791952 93830391001088 140731965524269 140731965524454 140731965524454 140731965530056 0
Current children cumulated CPU time: 3584.35 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5032212 KiB

Child status: 143

Real time (s): 3700.37
CPU time (s): 3584.37
CPU user time (s): 3573.83
CPU system time (s): 10.5373
CPU usage (%): 96.8652
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5032844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.83
system time used= 10.5373
maximum resident set size= 5032844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7765592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134525
involuntary context switches= 14105


# summary of solver processes directly reported to runsolver:
#   pid: 17528
#   total CPU time (s): 3584.37
#   total CPU user time (s): 3573.83
#   total CPU system time (s): 10.5373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.7086 second user time and 38.7464 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 05:01:12
IDJOB=4502017
IDBENCH=153060
IDSOLVER=3362
FILE ID=nodeC002/4502017-1751166072
RUNJOBID= nodeC002-1751158906-15562
SLURM_JOB_ID= 9587497
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9029_2-sat.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502017-1751166072/watcher-4502017-1751166072 -o /tmp/evaluation-result-4502017-1751166072/solver-4502017-1751166072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15562 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4502017-1751166072 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4502017-1751166072.opb

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

MD5SUM BENCH= 9dbe363344c0fe5585984e30a944da25
RANDOM SEED=1983291463

nodeC002 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		: 3591.671
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.81
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		: 3493.036
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.248
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.81
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		: 3491.899
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.81
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		: 3591.695
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        123429916 kB
MemAvailable:   123359080 kB
Buffers:            3280 kB
Cached:           741024 kB
SwapCached:            0 kB
Active:          6911360 kB
Inactive:         508852 kB
Active(anon):    6693956 kB
Inactive(anon):        0 kB
Active(file):     217404 kB
Inactive(file):   508852 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4180 kB
Writeback:             0 kB
AnonPages:       6679100 kB
Mapped:           122168 kB
Shmem:             17960 kB
KReclaimable:      85068 kB
Slab:             166476 kB
SReclaimable:      85068 kB
SUnreclaim:        81408 kB
KernelStack:        5056 kB
PageTables:        16864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    8401508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6459392 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC002 at 2025-06-29 06:02:53