Trace number 4511306

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.49 3520.78

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid3x100split.opb
MD5SUMeb6e9a4b9cb8532f79ed61cad5cbae76
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.144458
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints301
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)301
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.58/0.43	c Pseudo Boolean Optimization by upper bound
0.58/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.43	c  - never skip resolution steps
0.58/0.43	c  - Auto-division on coefficients is disabled
0.58/0.43	c  - No postprocessing
0.58/0.43	c  - Conflict is considered as is when resolving
0.58/0.43	c  - Use constraints as they come during conflict analysis
0.58/0.43	c  - Weaken first using unassigned literals
0.58/0.43	c  - Bump strategy: ALWAYS_ONE
0.58/0.43	c  - Bumper: ANY
0.58/0.43	c --- Begin Solver configuration ---
0.58/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.58/0.43	c Learn all clauses as in MiniSAT
0.58/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.43	c No reason simplification
0.58/0.43	c Armin Biere (Picosat) restarts strategy
0.58/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.58/0.43	c timeout=2147483s
0.58/0.43	c DB Simplification allowed=false
0.58/0.43	c Listener: none
0.58/0.43	c --- End Solver configuration ---
0.58/0.43	c solving HOME/instance-4511306-1751207802.opb
0.58/0.43	c reading problem ... 
0.58/0.44	c  no objective function found
0.76/0.52	c ... done. Wall clock time 0.075s.
0.76/0.52	c declared #vars     601
0.76/0.52	c #constraints  602
0.76/0.52	c constraints type 
0.76/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.76/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 600
0.76/0.52	c 602 constraints processed.
2.64/1.58	c cleaning 2428 clauses out of 5002
5.60/3.04	c cleaning 4183 clauses out of 8573
8.55/5.62	c cleaning 5673 clauses out of 11390
14.35/10.46	c cleaning 6809 clauses out of 13716
21.60/16.76	c cleaning 7917 clauses out of 15908
34.11/29.06	c cleaning 8900 clauses out of 17991
54.03/48.79	c cleaning 9981 clauses out of 20091
77.81/72.05	c cleaning 10968 clauses out of 22109
124.57/118.27	c cleaning 12021 clauses out of 24141
170.27/163.31	c cleaning 13000 clauses out of 26120
232.53/225.22	c cleaning 13980 clauses out of 28121
318.87/310.11	c cleaning 14958 clauses out of 30141
425.20/414.40	c cleaning 16005 clauses out of 32182
570.62/556.59	c cleaning 17028 clauses out of 34178
725.28/709.26	c cleaning 18036 clauses out of 36149
924.20/903.66	c cleaning 18969 clauses out of 38114
1194.33/1168.14	c cleaning 20029 clauses out of 40144
1515.51/1484.00	c cleaning 21001 clauses out of 42115
2211.19/2158.37	c cleaning 22001 clauses out of 44115
2938.62/2871.04	c cleaning 23015 clauses out of 46114
3600.03/3520.55	c starts		: 134
3600.03/3520.57	c conflicts		: 308991
3600.03/3520.57	c decisions		: 455184
3600.03/3520.57	c propagations		: 3171995
3600.03/3520.57	c inspects		: 6794131560
3600.03/3520.58	c shortcuts		: 0
3600.03/3520.58	c learnt literals	: 0
3600.03/3520.58	c learnt binary clauses	: 0
3600.03/3520.58	c learnt ternary clauses	: 0
3600.03/3520.58	c learnt constraints	: 308990
3600.03/3520.58	c ignored constraints	: 0
3600.03/3520.58	c root simplifications	: 0
3600.03/3520.58	c removed literals (reason simplification)	: 0
3600.03/3520.58	c reason swapping (by a shorter reason)	: 0
3600.03/3520.58	c Calls to reduceDB	: 20
3600.03/3520.58	c Number of update (reduction) of LBD	: 0
3600.03/3520.59	c Imported unit clauses	: 0
3600.03/3520.59	c No decision after first conflict	: false
3600.03/3520.59	c number of reductions to clauses (during analyze)	: 0
3600.03/3520.59	c number of learned constraints concerned by reduction	: 0
3600.03/3520.59	c number of learning phase by resolution	: 0
3600.03/3520.59	c number of learning phase by cutting planes	: 0
3600.03/3520.59	c number of rounding to 1 operations	: 0
3600.03/3520.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3520.59	c number of reductions of the coefficients by power 2 	: 0
3600.03/3520.59	c number of right shift for reduction by power 2 	: 0
3600.03/3520.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3520.59	c number of ending skipping 	: 0
3600.03/3520.59	c number of internal skipping 	: 0
3600.03/3520.59	c number of derivation steps 	: 1613585
3600.03/3520.60	c number of skipped derivation steps 	: 0
3600.03/3520.60	c number of remaining unassigned 	: 44360
3600.03/3520.60	c number of remaining assigned 	: 19892032
3600.03/3520.60	c number of falsified literals weakened from reason	: 0
3600.03/3520.60	c number of falsified literals weakened from conflict	: 0
3600.03/3520.60	c time for arithmetic operations	: 5005733109
3600.22/3520.61	c minimum degree of deleted constraints	: null
3600.22/3520.62	c maximum degree of deleted constraints	: null
3600.22/3520.62	c number of deleted constraints	: 0
3600.22/3520.62	c speed (assignments/second)	: 901.111647397752
3600.22/3520.62	c non guided choices	: 7922
3600.41/3520.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88
3600.41/3520.70	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 41889
3600.41/3520.70	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 111
3600.41/3520.71	s UNKNOWN
3600.41/3520.71	c Total wall clock time (in seconds): 3520.275

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (58352 MiB free)
  memory of node 1: 64507 MiB (57191 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=25664, runsolver pid=25661
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 4.26 4.29 4.28 7/325 25682
/proc/meminfo: memFree=118290960/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=18930384 memory=48100 CPUtime=0.12 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 5737 0 0 0 8 4 0 0 20 0 18 0 36459065 19384713216 12025 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4732596 12025 5303 1 0 546955 0
[pid=25664/tid=25666] ppid=25661 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 4632 0 0 0 5 2 0 0 20 0 18 0 36459067 19384713216 12025 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36459072 19384713216 12025 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36459073 19384713216 12025 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48100 KiB

[startup+0.217664 s]*
/proc/loadavg: 4.26 4.29 4.28 6/325 25682
/proc/meminfo: memFree=118289168/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=18930384 memory=53124 CPUtime=0.28 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 6446 0 0 0 23 5 0 0 20 0 18 0 36459065 19384713216 13281 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4732596 13281 5335 1 0 547532 0
[pid=25664/tid=25666] ppid=25661 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 4973 0 0 0 14 3 0 0 20 0 18 0 36459067 19384713216 13281 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36459072 19384713216 13281 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36459073 19384713216 13281 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53124 KiB

[startup+0.313239 s]*
/proc/loadavg: 4.26 4.29 4.28 7/325 25682
/proc/meminfo: memFree=118285072/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=18930384 memory=58268 CPUtime=0.42 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 6699 0 0 0 37 5 0 0 20 0 18 0 36459065 19384713216 14567 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4732596 14567 5335 1 0 547711 0
[pid=25664/tid=25666] ppid=25661 vsize=18930384 memory=-6000919502754441069 CPUtime=0.24 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 5128 0 0 0 21 3 0 0 20 0 18 0 36459067 19384713216 14567 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36459072 19384713216 14567 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36459073 19384713216 14567 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58268 KiB

[startup+0.700308 s]
/proc/loadavg: 4.26 4.29 4.28 7/325 25682
/proc/meminfo: memFree=118275872/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=18996948 memory=75652 CPUtime=1.08 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 7382 0 0 0 102 6 0 0 20 0 19 0 36459065 19452874752 18913 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4749237 18913 5431 1 0 548388 0
[pid=25664/tid=25666] ppid=25661 vsize=18996948 memory=17152 CPUtime=0.53 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 5458 0 0 0 50 3 0 0 20 0 19 0 36459067 19452874752 18913 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36459072 19452874752 18913 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36459073 19452874752 18913 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75652 KiB

[startup+1.50021 s]
/proc/loadavg: 4.26 4.29 4.28 6/327 25684
/proc/meminfo: memFree=118185132/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19063512 memory=199596 CPUtime=2.64 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 14139 0 0 0 253 11 0 0 20 0 20 0 36459065 19521036288 49899 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4765878 49899 5495 1 0 550689 0
[pid=25664/tid=25666] ppid=25661 vsize=19063512 memory=3200 CPUtime=1.29 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 5823 0 0 0 123 6 0 0 20 0 20 0 36459067 19521036288 49899 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36459072 19521036288 49899 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36459073 19521036288 49899 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36459118 19521036288 49899 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199596 KiB

[startup+3.10541 s]
/proc/loadavg: 4.40 4.32 4.29 5/327 25684
/proc/meminfo: memFree=117486392/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19063512 memory=852376 CPUtime=5.77 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 24654 0 0 0 553 24 0 0 20 0 20 0 36459065 19521036288 213094 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4765878 213094 5495 1 0 555977 0
[pid=25664/tid=25666] ppid=25661 vsize=19063512 memory=14720 CPUtime=2.85 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 7479 0 0 0 268 17 0 0 20 0 20 0 36459067 19521036288 213094 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36459072 19521036288 213094 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36459073 19521036288 213094 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36459118 19521036288 213094 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 852376 KiB

[startup+6.30023 s]
/proc/loadavg: 4.40 4.32 4.29 5/327 25684
/proc/meminfo: memFree=117003316/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19063512 memory=1312948 CPUtime=9.26 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 25139 0 0 0 891 35 0 0 20 0 20 0 36459065 19521036288 328237 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4765878 328237 5495 1 0 555995 0
[pid=25664/tid=25666] ppid=25661 vsize=19063512 memory=0 CPUtime=5.88 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 7848 0 0 0 561 27 0 0 20 0 20 0 36459067 19521036288 328237 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36459072 19521036288 328237 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36459073 19521036288 328237 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19063512 memory=282504 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36459118 19521036288 328237 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 9.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1312948 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.33 4.29 5/327 25684
/proc/meminfo: memFree=116338584/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19063512 memory=1970732 CPUtime=17.46 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 28856 0 0 0 1697 49 0 0 20 0 20 0 36459065 19521036288 492683 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4765878 492683 5495 1 0 721212 0
[pid=25664/tid=25666] ppid=25661 vsize=19063512 memory=282504 CPUtime=11.95 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 8877 0 0 0 1155 40 0 0 20 0 20 0 36459067 19521036288 492683 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19063512 memory=1970732 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36459072 19521036288 492683 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36459073 19521036288 492683 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36459118 19521036288 492683 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 17.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1970732 KiB

[startup+25.5005 s]
/proc/loadavg: 4.43 4.33 4.29 5/327 25685
/proc/meminfo: memFree=115445160/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19063512 memory=2860476 CPUtime=30.46 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 36497 0 0 0 2977 69 0 0 20 0 20 0 36459065 19521036288 715119 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4765878 715119 5495 1 0 948907 0
[pid=25664/tid=25666] ppid=25661 vsize=19063512 memory=0 CPUtime=24.18 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 11310 0 0 0 2360 58 0 0 20 0 20 0 36459067 19521036288 715119 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36459072 19521036288 715119 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19063512 memory=2860476 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36459073 19521036288 715119 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19063512 memory=2858332 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36459118 19521036288 715119 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 30.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2860476 KiB

[startup+51.1133 s]
/proc/loadavg: 4.36 4.32 4.29 5/327 25685
/proc/meminfo: memFree=114901920/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19063512 memory=3371884 CPUtime=56.45 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 41829 0 0 0 5560 85 0 0 20 0 20 0 36459065 19521036288 842971 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4765878 842971 5495 1 0 1076331 0
[pid=25664/tid=25666] ppid=25661 vsize=19063512 memory=2862552 CPUtime=49.12 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 14710 0 0 0 4841 71 0 0 20 0 20 0 36459067 19521036288 842971 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36459072 19521036288 842971 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 36459073 19521036288 842971 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19063512 memory=1970732 CPUtime=0 cores=4,6

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

Current children cumulated memory: 11513916 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.21 5/329 26045
/proc/meminfo: memFree=101536008/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19130076 memory=11515988 CPUtime=3297.46 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 247517 0 0 0 329272 474 0 0 20 0 21 0 36459065 19589197824 2878997 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4782519 2878997 5495 1 0 2995300 0
[pid=25664/tid=25666] ppid=25661 vsize=19130076 memory=11314820 CPUtime=3153.04 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 153993 0 0 0 315045 259 0 0 20 0 21 0 36459067 19589197824 2878997 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36459072 19589197824 2878997 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19130076 memory=11513916 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 2730 0 0 0 0 0 0 0 20 0 21 0 36459073 19589197824 2878997 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19130076 memory=11513916 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36459118 19589197824 2878997 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 3297.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11515988 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.21 5/329 26054
/proc/meminfo: memFree=101518772/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19130076 memory=11518036 CPUtime=3358.53 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 252928 0 0 0 335374 479 0 0 20 0 21 0 36459065 19589197824 2879509 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4782519 2879509 5495 1 0 2995325 0
[pid=25664/tid=25666] ppid=25661 vsize=19130076 memory=11518036 CPUtime=3212.14 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 158154 0 0 0 320953 261 0 0 20 0 21 0 36459067 19589197824 2879509 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36459072 19589197824 2879509 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 2801 0 0 0 0 0 0 0 20 0 21 0 36459073 19589197824 2879509 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19130076 memory=1920 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36459118 19589197824 2879509 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 3358.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11518036 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.19 5/329 26056
/proc/meminfo: memFree=101514692/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19130076 memory=11522228 CPUtime=3419.79 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 257680 0 0 0 341495 484 0 0 20 0 21 0 36459065 19589197824 2880557 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4782519 2880557 5495 1 0 2995326 0
[pid=25664/tid=25666] ppid=25661 vsize=19130076 memory=11518036 CPUtime=3271.51 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 161720 0 0 0 326890 261 0 0 20 0 21 0 36459067 19589197824 2880557 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19130076 memory=11518036 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36459072 19589197824 2880557 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19130076 memory=11518036 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 2853 0 0 0 0 0 0 0 20 0 21 0 36459073 19589197824 2880557 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19130076 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36459118 19589197824 2880557 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 3419.79 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11522228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.15 4.19 6/328 26058
/proc/meminfo: memFree=101389836/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19130076 memory=11524352 CPUtime=3480.66 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 263969 0 0 0 347577 489 0 0 20 0 21 0 36459065 19589197824 2881088 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4782519 2881088 5495 1 0 2995326 0
[pid=25664/tid=25666] ppid=25661 vsize=19130076 memory=11518036 CPUtime=3330.89 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 166878 0 0 0 332827 262 0 0 20 0 21 0 36459067 19589197824 2881088 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19130076 memory=11524352 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36459072 19589197824 2881088 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 2898 0 0 0 0 0 0 0 20 0 21 0 36459073 19589197824 2881088 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19130076 memory=11524352 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36459118 19589197824 2881088 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 3480.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11524352 KiB

[startup+3462.3 s]
/proc/loadavg: 4.73 4.31 4.24 5/328 26060
/proc/meminfo: memFree=101373484/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19130076 memory=11528448 CPUtime=3541.19 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 267971 0 0 0 353627 492 0 0 20 0 21 0 36459065 19589197824 2882112 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4782519 2882112 5495 1 0 2995326 0
[pid=25664/tid=25666] ppid=25661 vsize=19130076 memory=11518036 CPUtime=3390.46 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 169841 0 0 0 338783 263 0 0 20 0 21 0 36459067 19589197824 2882112 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19130076 memory=11264 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36459072 19589197824 2882112 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19130076 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 2951 0 0 0 0 0 0 0 20 0 21 0 36459073 19589197824 2882112 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19130076 memory=11528448 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36459118 19589197824 2882112 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 3541.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11528448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3520.5 s]
/proc/loadavg: 4.38 4.30 4.24 5/328 26061
/proc/meminfo: memFree=101327960/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19130076 memory=11530496 CPUtime=3600.03 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 273203 0 0 0 359505 498 0 0 20 0 21 0 36459065 19589197824 2882624 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4782519 2882624 5495 1 0 2995326 0
[pid=25664/tid=25666] ppid=25661 vsize=19130076 memory=11528448 CPUtime=3448.1 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 174041 0 0 0 344546 264 0 0 20 0 21 0 36459067 19589197824 2882624 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19130076 memory=11528448 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36459072 19589197824 2882624 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 2952 0 0 0 0 0 0 0 20 0 21 0 36459073 19589197824 2882624 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25683] ppid=25661 vsize=19130076 memory=11264 CPUtime=0 cores=4,6
/proc/25664/task/25683/stat : 25683 (Timer-0) S 25661 25664 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36459118 19589197824 2882624 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11530496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.46 s, system=5.0377 s

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

[startup+3520.6 s]
/proc/loadavg: 4.38 4.30 4.24 5/328 26061
/proc/meminfo: memFree=101327960/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19329768 memory=11531136 CPUtime=3600.22 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 275510 0 0 0 359524 498 0 0 20 0 22 0 36459065 19793682432 2882784 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4832442 2882784 5495 1 0 2996229 0
[pid=25664/tid=25666] ppid=25661 vsize=19329768 memory=6784 CPUtime=3448.19 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 174099 0 0 0 344555 264 0 0 20 0 22 0 36459067 19793682432 2882784 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19329768 memory=4992 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 36459072 19793682432 2882784 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19329768 memory=5084 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 2952 0 0 0 0 0 0 0 20 0 22 0 36459073 19793682432 2882784 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 11531136 KiB

[startup+3520.7 s]
/proc/loadavg: 4.38 4.30 4.24 5/328 26061
/proc/meminfo: memFree=101327960/131382112 swapFree=33010684/33010684
[pid=25664] ppid=25661 vsize=19329768 memory=11531264 CPUtime=3600.41 cores=4,6
/proc/25664/stat : 25664 (java) S 25661 25664 24706 0 -1 4194304 275685 0 0 0 359543 498 0 0 20 0 22 0 36459065 19793682432 2882816 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
/proc/25664/statm: 4832442 2882816 5495 1 0 2996245 0
[pid=25664/tid=25666] ppid=25661 vsize=19329768 memory=11528448 CPUtime=3448.28 cores=4,6
/proc/25664/task/25666/stat : 25666 (java) R 25661 25664 24706 0 -1 4194368 174111 0 0 0 344564 264 0 0 20 0 22 0 36459067 19793682432 2882816 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25675] ppid=25661 vsize=19329768 memory=11528448 CPUtime=0 cores=4,6
/proc/25664/task/25675/stat : 25675 (Finalizer) S 25661 25664 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 36459072 19793682432 2882816 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
[pid=25664/tid=25682] ppid=25661 vsize=19329768 memory=17152 CPUtime=0 cores=4,6
/proc/25664/task/25682/stat : 25682 (Common-Cleaner) S 25661 25664 24706 0 -1 4194368 2952 0 0 0 0 0 0 0 20 0 22 0 36459073 19793682432 2882816 18446744073709551615 94601003401216 94601003404912 140724401172080 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94601003412728 94601003413520 94601009688576 140724401179006 140724401179110 140724401179110 140724401184712 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 11531264 KiB

Child status: 143

Real time (s): 3520.78
CPU time (s): 3600.49
CPU user time (s): 3595.46
CPU system time (s): 5.0377
CPU usage (%): 102.264
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 11531264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.46
system time used= 5.0377
maximum resident set size= 11531392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122453
involuntary context switches= 17201


# summary of solver processes directly reported to runsolver:
#   pid: 25664
#   total CPU time (s): 3600.49
#   total CPU user time (s): 3595.46
#   total CPU system time (s): 5.0377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9475 second user time and 33.6716 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 16:36:42
IDJOB=4511306
IDBENCH=160436
IDSOLVER=3361
FILE ID=nodeC001/4511306-1751207802
RUNJOBID= nodeC001-1751202826-24717
SLURM_JOB_ID= 9587614
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid3x100split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511306-1751207802/watcher-4511306-1751207802 -o /tmp/evaluation-result-4511306-1751207802/solver-4511306-1751207802 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24717 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4511306-1751207802.opb

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

MD5SUM BENCH= eb6e9a4b9cb8532f79ed61cad5cbae76
RANDOM SEED=909963736

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118316872 kB
MemAvailable:   117963564 kB
Buffers:            3280 kB
Cached:           457332 kB
SwapCached:            0 kB
Active:         12321260 kB
Inactive:         212360 kB
Active(anon):   12090968 kB
Inactive(anon):        0 kB
Active(file):     230292 kB
Inactive(file):   212360 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               760 kB
Writeback:             0 kB
AnonPages:      12076112 kB
Mapped:           121956 kB
Shmem:             17960 kB
KReclaimable:      86216 kB
Slab:             167948 kB
SReclaimable:      86216 kB
SUnreclaim:        81732 kB
KernelStack:        4992 kB
PageTables:        27440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   14225752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11823104 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432904 MiB
End job on nodeC001 at 2025-06-29 17:35:23