Trace number 4510298

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.58 3507.63

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x90split.cnf-extracted.pb.metafix.opb
MD5SUMeff1a233a6699bb3c5bb7aec0949ea37
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.128611
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables541
Total number of constraints722
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)720
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.45/0.39	c Pseudo Boolean Optimization by upper bound
0.45/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.39	c  - never skip resolution steps
0.45/0.39	c  - Auto-division on coefficients is disabled
0.45/0.39	c  - No postprocessing
0.45/0.39	c  - Conflict is considered as is when resolving
0.45/0.39	c  - Use constraints as they come during conflict analysis
0.45/0.39	c  - Weaken first using unassigned literals
0.45/0.39	c  - Bump strategy: ALWAYS_ONE
0.45/0.39	c  - Bumper: ANY
0.45/0.39	c --- Begin Solver configuration ---
0.45/0.39	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.45/0.39	c Learn all clauses as in MiniSAT
0.45/0.39	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.39	c No reason simplification
0.45/0.39	c Armin Biere (Picosat) restarts strategy
0.45/0.39	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.45/0.39	c timeout=2147483s
0.45/0.39	c DB Simplification allowed=false
0.45/0.39	c Listener: none
0.45/0.39	c --- End Solver configuration ---
0.45/0.40	c solving HOME/instance-4510298-1751204292.opb
0.45/0.40	c reading problem ... 
0.45/0.40	c  no objective function found
0.79/0.53	c ... done. Wall clock time 0.134s.
0.79/0.54	c declared #vars     541
0.79/0.54	c #constraints  722
0.79/0.54	c constraints type 
0.79/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.79/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 720
0.79/0.54	c 722 constraints processed.
3.30/1.80	c cleaning 2466 clauses out of 5002
6.01/3.48	c cleaning 4205 clauses out of 8536
12.33/7.35	c cleaning 5612 clauses out of 11329
17.21/12.13	c cleaning 6773 clauses out of 13718
26.52/21.13	c cleaning 7884 clauses out of 15945
43.54/37.62	c cleaning 8969 clauses out of 18060
71.40/65.23	c cleaning 9961 clauses out of 20092
107.97/101.64	c cleaning 11050 clauses out of 22130
159.88/153.29	c cleaning 11957 clauses out of 24080
232.77/225.42	c cleaning 13011 clauses out of 26125
360.82/352.21	c cleaning 13998 clauses out of 28112
472.48/461.84	c cleaning 14972 clauses out of 30114
643.41/629.55	c cleaning 16003 clauses out of 32142
859.03/840.13	c cleaning 17048 clauses out of 34139
1053.47/1030.83	c cleaning 17972 clauses out of 36093
1343.27/1310.92	c cleaning 19031 clauses out of 38119
1667.07/1626.67	c cleaning 19982 clauses out of 40088
2048.63/1996.93	c cleaning 21011 clauses out of 42107
2578.99/2510.79	c cleaning 21972 clauses out of 44096
3131.51/3050.20	c cleaning 22964 clauses out of 46124
3600.05/3507.33	c starts		: 134
3600.05/3507.37	c conflicts		: 306929
3600.05/3507.38	c decisions		: 428296
3600.05/3507.38	c propagations		: 2991313
3600.05/3507.38	c inspects		: 7204360234
3600.05/3507.38	c shortcuts		: 0
3600.05/3507.38	c learnt literals	: 0
3600.05/3507.38	c learnt binary clauses	: 0
3600.05/3507.38	c learnt ternary clauses	: 0
3600.05/3507.39	c learnt constraints	: 306928
3600.05/3507.39	c ignored constraints	: 0
3600.05/3507.39	c root simplifications	: 0
3600.05/3507.39	c removed literals (reason simplification)	: 0
3600.25/3507.40	c reason swapping (by a shorter reason)	: 0
3600.25/3507.40	c Calls to reduceDB	: 20
3600.25/3507.40	c Number of update (reduction) of LBD	: 0
3600.25/3507.40	c Imported unit clauses	: 0
3600.25/3507.40	c No decision after first conflict	: false
3600.25/3507.41	c number of reductions to clauses (during analyze)	: 0
3600.25/3507.41	c number of learned constraints concerned by reduction	: 0
3600.25/3507.41	c number of learning phase by resolution	: 0
3600.25/3507.41	c number of learning phase by cutting planes	: 0
3600.25/3507.41	c number of rounding to 1 operations	: 0
3600.25/3507.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.25/3507.41	c number of reductions of the coefficients by power 2 	: 0
3600.25/3507.41	c number of right shift for reduction by power 2 	: 0
3600.25/3507.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.25/3507.41	c number of ending skipping 	: 0
3600.25/3507.41	c number of internal skipping 	: 0
3600.25/3507.41	c number of derivation steps 	: 1559600
3600.25/3507.42	c number of skipped derivation steps 	: 0
3600.25/3507.42	c number of remaining unassigned 	: 36528
3600.25/3507.42	c number of remaining assigned 	: 18114912
3600.25/3507.42	c number of falsified literals weakened from reason	: 0
3600.25/3507.42	c number of falsified literals weakened from conflict	: 0
3600.25/3507.42	c time for arithmetic operations	: 2960291674
3600.25/3507.42	c minimum degree of deleted constraints	: null
3600.25/3507.43	c maximum degree of deleted constraints	: null
3600.25/3507.43	c number of deleted constraints	: 0
3600.25/3507.43	c speed (assignments/second)	: 852.9814585055537
3600.25/3507.44	c non guided choices	: 7042
3600.43/3507.53	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 103
3600.43/3507.53	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 39883
3600.43/3507.53	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 101
3600.43/3507.54	s UNKNOWN
3600.43/3507.54	c Total wall clock time (in seconds): 3507.142

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 (60248 MiB free)
  memory of node 1: 64507 MiB (55125 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510298-1751204292/watcher-4510298-1751204292 -o /tmp/evaluation-result-4510298-1751204292/solver-4510298-1751204292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24717 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510298-1751204292.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=25222, runsolver pid=25219
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 4.13 4.17 3.91 8/323 25240
/proc/meminfo: memFree=118129248/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=18930384 memory=48456 CPUtime=0.12 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 5810 0 0 0 9 3 0 0 20 0 18 0 36108115 19384713216 12114 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4732596 12114 5305 1 0 547026 0
[pid=25222/tid=25224] ppid=25219 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 4683 0 0 0 6 1 0 0 20 0 18 0 36108117 19384713216 12114 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36108121 19384713216 12114 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36108122 19384713216 12114 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48456 KiB

[startup+0.214885 s]*
/proc/loadavg: 4.13 4.17 3.91 6/323 25240
/proc/meminfo: memFree=118124808/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=18930384 memory=55424 CPUtime=0.3 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 6518 0 0 0 27 3 0 0 20 0 18 0 36108115 19384713216 13856 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4732596 13856 5337 1 0 547588 0
[pid=25222/tid=25224] ppid=25219 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 5041 0 0 0 17 2 0 0 20 0 18 0 36108117 19384713216 13856 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36108121 19384713216 13856 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36108122 19384713216 13856 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55424 KiB

[startup+0.314041 s]*
/proc/loadavg: 4.13 4.17 3.91 8/323 25240
/proc/meminfo: memFree=118124304/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=18930384 memory=58452 CPUtime=0.45 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 6759 0 0 0 41 4 0 0 20 0 18 0 36108115 19384713216 14613 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4732596 14613 5337 1 0 547758 0
[pid=25222/tid=25224] ppid=25219 vsize=18930384 memory=-6000919468478850925 CPUtime=0.26 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 5191 0 0 0 24 2 0 0 20 0 18 0 36108117 19384713216 14613 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36108121 19384713216 14613 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36108122 19384713216 14613 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58452 KiB

[startup+0.700286 s]
/proc/loadavg: 4.13 4.17 3.91 7/323 25240
/proc/meminfo: memFree=118119200/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=18996948 memory=81756 CPUtime=1.14 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 7416 0 0 0 109 5 0 0 20 0 19 0 36108115 19452874752 20439 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4749237 20439 5401 1 0 548390 0
[pid=25222/tid=25224] ppid=25219 vsize=18996948 memory=17152 CPUtime=0.6 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 5464 0 0 0 58 2 0 0 20 0 19 0 36108117 19452874752 20439 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36108121 19452874752 20439 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36108122 19452874752 20439 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81756 KiB

[startup+1.50026 s]
/proc/loadavg: 4.13 4.17 3.91 6/325 25242
/proc/meminfo: memFree=118026400/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19063512 memory=229008 CPUtime=2.69 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 20370 0 0 0 259 10 0 0 20 0 20 0 36108115 19521036288 57252 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4765878 57252 5465 1 0 554612 0
[pid=25222/tid=25224] ppid=25219 vsize=19063512 memory=3200 CPUtime=1.32 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 5852 0 0 0 127 5 0 0 20 0 20 0 36108117 19521036288 57252 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36108121 19521036288 57252 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36108122 19521036288 57252 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36108170 19521036288 57252 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 229008 KiB

[startup+3.10543 s]
/proc/loadavg: 4.20 4.18 3.92 5/325 25242
/proc/meminfo: memFree=117055276/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19063512 memory=1217300 CPUtime=5.69 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 25438 0 0 0 538 31 0 0 20 0 20 0 36108115 19521036288 304325 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4765878 304325 5465 1 0 556061 0
[pid=25222/tid=25224] ppid=25219 vsize=19063512 memory=11264 CPUtime=2.86 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) S 25219 25222 24706 0 -1 4194368 7813 0 0 0 261 25 0 0 20 0 20 0 36108117 19521036288 304325 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36108121 19521036288 304325 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36108122 19521036288 304325 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36108170 19521036288 304325 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217300 KiB

[startup+6.30023 s]
/proc/loadavg: 4.20 4.18 3.92 6/325 25242
/proc/meminfo: memFree=116858908/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19063512 memory=1320380 CPUtime=10.99 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 26073 0 0 0 1065 34 0 0 20 0 20 0 36108115 19521036288 330095 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4765878 330095 5465 1 0 556085 0
[pid=25222/tid=25224] ppid=25219 vsize=19063512 memory=0 CPUtime=5.93 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 7936 0 0 0 566 27 0 0 20 0 20 0 36108117 19521036288 330095 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36108121 19521036288 330095 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36108122 19521036288 330095 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19063512 memory=304180 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36108170 19521036288 330095 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 10.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320380 KiB

[startup+12.7005 s]
/proc/loadavg: 4.25 4.19 3.93 5/325 25242
/proc/meminfo: memFree=116230456/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19063512 memory=1950792 CPUtime=17.8 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 27447 0 0 0 1730 50 0 0 20 0 20 0 36108115 19521036288 487698 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4765878 487698 5465 1 0 714834 0
[pid=25222/tid=25224] ppid=25219 vsize=19063512 memory=11264 CPUtime=12.03 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 8717 0 0 0 1162 41 0 0 20 0 20 0 36108117 19521036288 487698 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19063512 memory=304180 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36108121 19521036288 487698 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36108122 19521036288 487698 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19063512 memory=1950792 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36108170 19521036288 487698 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 17.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1950792 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.20 3.93 5/325 25242
/proc/meminfo: memFree=115180384/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19063512 memory=2948788 CPUtime=31.06 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 35583 0 0 0 3035 71 0 0 20 0 20 0 36108115 19521036288 737197 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4765878 737197 5465 1 0 967596 0
[pid=25222/tid=25224] ppid=25219 vsize=19063512 memory=1950792 CPUtime=24.1 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 11044 0 0 0 2350 60 0 0 20 0 20 0 36108117 19521036288 737197 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19063512 memory=2946716 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36108121 19521036288 737197 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36108122 19521036288 737197 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19063512 memory=2944592 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36108170 19521036288 737197 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 31.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2948788 KiB

[startup+51.1177 s]
/proc/loadavg: 4.33 4.22 3.95 6/325 25243
/proc/meminfo: memFree=114578636/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19063512 memory=3546520 CPUtime=57.27 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 40716 0 0 0 5641 86 0 0 20 0 20 0 36108115 19521036288 886630 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4765878 886630 5465 1 0 1115908 0
[pid=25222/tid=25224] ppid=25219 vsize=19063512 memory=3544424 CPUtime=48.88 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 13899 0 0 0 4816 72 0 0 20 0 20 0 36108117 19521036288 886630 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19063512 memory=3535900 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36108121 19521036288 886630 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 36108122 19521036288 886630 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19063512 memory=3540176 CPUtime=0 cores=4,6

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

Current children cumulated memory: 10178320 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.26 4.27 5/326 25603
/proc/meminfo: memFree=108357972/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19130076 memory=10182424 CPUtime=3306.22 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 191088 0 0 0 330181 441 0 0 20 0 21 0 36108115 19589197824 2545606 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4782519 2545606 5465 1 0 2663051 0
[pid=25222/tid=25224] ppid=25219 vsize=19130076 memory=10161824 CPUtime=3152.02 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 115741 0 0 0 314970 232 0 0 20 0 21 0 36108117 19589197824 2545606 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19130076 memory=10163952 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36108121 19589197824 2545606 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19130076 memory=10180372 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 21 0 36108122 19589197824 2545606 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19130076 memory=10182424 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36108170 19589197824 2545606 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 3306.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10182424 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.28 4.28 5/326 25605
/proc/meminfo: memFree=108312436/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19130076 memory=10194740 CPUtime=3366.9 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 196163 0 0 0 336243 447 0 0 20 0 21 0 36108115 19589197824 2548685 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4782519 2548685 5465 1 0 2663053 0
[pid=25222/tid=25224] ppid=25219 vsize=19130076 memory=10194740 CPUtime=3210.61 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 118934 0 0 0 320827 234 0 0 20 0 21 0 36108117 19589197824 2548685 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19130076 memory=10186528 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36108121 19589197824 2548685 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19130076 memory=10182424 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 2537 0 0 0 0 0 0 0 20 0 21 0 36108122 19589197824 2548685 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19130076 memory=10194740 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36108170 19589197824 2548685 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 3366.9 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10194740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.30 4.28 5/326 25607
/proc/meminfo: memFree=108024976/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19130076 memory=10436964 CPUtime=3427.85 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 200739 0 0 0 342329 456 0 0 20 0 21 0 36108115 19589197824 2609241 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4782519 2609241 5465 1 0 2721547 0
[pid=25222/tid=25224] ppid=25219 vsize=19130076 memory=14720 CPUtime=3269.27 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 122317 0 0 0 326687 240 0 0 20 0 21 0 36108117 19589197824 2609241 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19130076 memory=3200 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36108121 19589197824 2609241 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 2596 0 0 0 0 0 0 0 20 0 21 0 36108122 19589197824 2609241 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36108170 19589197824 2609241 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 3427.85 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10436964 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.31 4.28 5/327 25610
/proc/meminfo: memFree=107548956/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19130076 memory=10872324 CPUtime=3490.79 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 204881 0 0 0 348609 470 0 0 20 0 21 0 36108115 19589197824 2718081 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4782519 2718081 5465 1 0 2828115 0
[pid=25222/tid=25224] ppid=25219 vsize=19130076 memory=3200 CPUtime=3326.32 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 125209 0 0 0 332381 251 0 0 20 0 21 0 36108117 19589197824 2718081 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19130076 memory=10866168 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36108121 19589197824 2718081 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19130076 memory=10866168 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 2641 0 0 0 0 0 0 0 20 0 21 0 36108122 19589197824 2718081 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36108170 19589197824 2718081 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 3490.79 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10872324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.31 4.28 5/327 25612
/proc/meminfo: memFree=107207732/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19130076 memory=11170008 CPUtime=3553.91 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 208547 0 0 0 354908 483 0 0 20 0 21 0 36108115 19589197824 2792502 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4782519 2792502 5465 1 0 2903316 0
[pid=25222/tid=25224] ppid=25219 vsize=19130076 memory=3200 CPUtime=3384.54 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 128500 0 0 0 338194 260 0 0 20 0 21 0 36108117 19589197824 2792502 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19130076 memory=10866168 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36108121 19589197824 2792502 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19130076 memory=11170008 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 2666 0 0 0 0 0 0 0 20 0 21 0 36108122 19589197824 2792502 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19130076 memory=11170008 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36108170 19589197824 2792502 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 3553.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11170008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3507.3 s]
/proc/loadavg: 4.26 4.29 4.28 5/328 25617
/proc/meminfo: memFree=107170144/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19130076 memory=11178224 CPUtime=3600.05 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 214101 0 0 0 359518 487 0 0 20 0 21 0 36108115 19589197824 2794556 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4782519 2794556 5465 1 0 2903319 0
[pid=25222/tid=25224] ppid=25219 vsize=19130076 memory=11170008 CPUtime=3428.5 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 132708 0 0 0 342588 262 0 0 20 0 21 0 36108117 19589197824 2794556 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19130076 memory=11170008 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36108121 19589197824 2794556 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19130076 memory=11178224 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 2743 0 0 0 0 0 0 0 20 0 21 0 36108122 19589197824 2794556 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25241] ppid=25219 vsize=19130076 memory=11178224 CPUtime=0 cores=4,6
/proc/25222/task/25241/stat : 25241 (Timer-0) S 25219 25222 24706 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 36108170 19589197824 2794556 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11178224 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.64 s, system=4.93344 s

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

[startup+3507.4 s]
/proc/loadavg: 4.26 4.29 4.28 5/328 25617
/proc/meminfo: memFree=107170144/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19329768 memory=11178736 CPUtime=3600.25 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 216747 0 0 0 359537 488 0 0 20 0 22 0 36108115 19793682432 2794684 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4832442 2794684 5465 1 0 2904255 0
[pid=25222/tid=25224] ppid=25219 vsize=19329768 memory=11178224 CPUtime=3428.6 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 132797 0 0 0 342598 262 0 0 20 0 22 0 36108117 19793682432 2794684 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19329768 memory=17152 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 36108121 19793682432 2794684 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19329768 memory=4252 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 2743 0 0 0 0 0 0 0 20 0 22 0 36108122 19793682432 2794684 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 11178736 KiB

[startup+3507.5 s]
/proc/loadavg: 4.26 4.29 4.28 5/328 25617
/proc/meminfo: memFree=107170144/131382112 swapFree=33010684/33010684
[pid=25222] ppid=25219 vsize=19329768 memory=11178864 CPUtime=3600.43 cores=4,6
/proc/25222/stat : 25222 (java) S 25219 25222 24706 0 -1 4194304 217021 0 0 0 359555 488 0 0 20 0 22 0 36108115 19793682432 2794716 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
/proc/25222/statm: 4832442 2794716 5465 1 0 2904271 0
[pid=25222/tid=25224] ppid=25219 vsize=19329768 memory=11170008 CPUtime=3428.7 cores=4,6
/proc/25222/task/25224/stat : 25224 (java) R 25219 25222 24706 0 -1 4194368 132919 0 0 0 342608 262 0 0 20 0 22 0 36108117 19793682432 2794716 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25233] ppid=25219 vsize=19329768 memory=11170008 CPUtime=0 cores=4,6
/proc/25222/task/25233/stat : 25233 (Finalizer) S 25219 25222 24706 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 36108121 19793682432 2794716 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
[pid=25222/tid=25240] ppid=25219 vsize=19329768 memory=11178224 CPUtime=0 cores=4,6
/proc/25222/task/25240/stat : 25240 (Common-Cleaner) S 25219 25222 24706 0 -1 4194368 2743 0 0 0 0 0 0 0 20 0 22 0 36108122 19793682432 2794716 18446744073709551615 94221976813568 94221976817264 140736414603392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94221976825080 94221976825872 94221978963968 140736414607742 140736414607846 140736414607846 140736414613448 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 11178864 KiB

Child status: 143

Real time (s): 3507.63
CPU time (s): 3600.58
CPU user time (s): 3595.64
CPU system time (s): 4.93344
CPU usage (%): 102.65
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 11178864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.64
system time used= 4.93344
maximum resident set size= 11179120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217410
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125569
involuntary context switches= 17592


# summary of solver processes directly reported to runsolver:
#   pid: 25222
#   total CPU time (s): 3600.58
#   total CPU user time (s): 3595.64
#   total CPU system time (s): 4.93344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7091 second user time and 35.0233 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 15:38:12
IDJOB=4510298
IDBENCH=160351
IDSOLVER=3361
FILE ID=nodeC001/4510298-1751204292
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/ECGRID-FromCNF/normalized-ECgrid3x90split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510298-1751204292/watcher-4510298-1751204292 -o /tmp/evaluation-result-4510298-1751204292/solver-4510298-1751204292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751202826-24717 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510298-1751204292.opb

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

MD5SUM BENCH= eff1a233a6699bb3c5bb7aec0949ea37
RANDOM SEED=156159454

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		: 3661.535
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		: 3548.283
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.981
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		: 1197.754
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.168
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		: 3661.483
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.681
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.162
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:        118142192 kB
MemAvailable:   117787816 kB
Buffers:            3280 kB
Cached:           455236 kB
SwapCached:            0 kB
Active:         12489424 kB
Inactive:         210264 kB
Active(anon):   12259132 kB
Inactive(anon):        0 kB
Active(file):     230292 kB
Inactive(file):   210264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:      12244300 kB
Mapped:           122044 kB
Shmem:             17960 kB
KReclaimable:      86172 kB
Slab:             167688 kB
SReclaimable:      86172 kB
SUnreclaim:        81516 kB
KernelStack:        5004 kB
PageTables:        27720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12845796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11954176 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= 433052 MiB
End job on nodeC001 at 2025-06-29 16:36:40