Trace number 4492154

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.4 3541.71

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
MD5SUM6f51c740b20225a3e31589ba684183f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.060951
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4662
Total number of constraints31725
Number of constraints which are clauses30696
Number of constraints which are cardinality constraints (but not clauses)951
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.32	c See www.sat4j.org for details.
0.25/0.34	c version PB25.v20250606
0.25/0.36	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.36	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.36	c java.vm.version	22.0.1+8-16
0.25/0.36	c java.vm.vendor	Oracle Corporation
0.25/0.36	c sun.arch.data.model	64
0.25/0.36	c java.version		22.0.1
0.25/0.36	c os.name		Linux
0.25/0.36	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.36	c os.arch		amd64
0.25/0.37	c Free memory 		2104792832
0.25/0.37	c Max memory 		16282288128
0.25/0.37	c Total memory 		2113929216
0.25/0.38	c Number of processors 	2
0.56/0.56	c Pseudo Boolean Optimization by upper bound
0.56/0.56	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.56	c  - never skip resolution steps
0.56/0.56	c  - Auto-division on coefficients is disabled
0.56/0.56	c  - No postprocessing
0.56/0.56	c  - Conflict is considered as is when resolving
0.56/0.56	c  - Use constraints as they come during conflict analysis
0.56/0.56	c  - Weaken first using unassigned literals
0.56/0.56	c  - Bump strategy: ALWAYS_ONE
0.56/0.56	c  - Bumper: ANY
0.56/0.56	c --- Begin Solver configuration ---
0.56/0.56	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.56/0.56	c Learn all clauses as in MiniSAT
0.56/0.56	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.56	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.56	c No reason simplification
0.56/0.56	c Armin Biere (Picosat) restarts strategy
0.56/0.56	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.56/0.56	c timeout=2147483s
0.56/0.56	c DB Simplification allowed=false
0.56/0.56	c Listener: none
0.56/0.56	c --- End Solver configuration ---
0.56/0.57	c solving HOME/instance-4492154-1751146186.opb
0.56/0.57	c reading problem ... 
0.56/0.57	c  no objective function found
1.68/1.17	c ... done. Wall clock time 0.589s.
1.68/1.17	c declared #vars     4662
1.68/1.17	c #constraints  31899
1.68/1.17	c constraints type 
1.68/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.68/1.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 951
1.68/1.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30870
1.68/1.17	c 31899 constraints processed.
15.82/11.66	c cleaning 2473 clauses out of 5002
48.94/42.80	c cleaning 4262 clauses out of 8527
112.48/105.67	c cleaning 5614 clauses out of 11265
249.48/240.02	c cleaning 6811 clauses out of 13653
434.06/419.80	c cleaning 7904 clauses out of 15840
731.14/713.07	c cleaning 8947 clauses out of 17937
1261.61/1237.82	c cleaning 9975 clauses out of 19989
2065.48/2032.06	c cleaning 10996 clauses out of 22016
2937.42/2889.48	c cleaning 11989 clauses out of 24019
3600.01/3541.54	c starts		: 89
3600.01/3541.56	c conflicts		: 89059
3600.01/3541.58	c decisions		: 184347
3600.01/3541.58	c propagations		: 3404345
3600.01/3541.58	c inspects		: 4475521965
3600.01/3541.58	c shortcuts		: 0
3600.01/3541.58	c learnt literals	: 0
3600.01/3541.58	c learnt binary clauses	: 0
3600.01/3541.58	c learnt ternary clauses	: 0
3600.01/3541.58	c learnt constraints	: 89059
3600.01/3541.58	c ignored constraints	: 0
3600.01/3541.58	c root simplifications	: 0
3600.01/3541.58	c removed literals (reason simplification)	: 0
3600.01/3541.58	c reason swapping (by a shorter reason)	: 0
3600.01/3541.58	c Calls to reduceDB	: 9
3600.01/3541.58	c Number of update (reduction) of LBD	: 0
3600.01/3541.58	c Imported unit clauses	: 0
3600.01/3541.59	c No decision after first conflict	: false
3600.01/3541.59	c number of reductions to clauses (during analyze)	: 0
3600.01/3541.59	c number of learned constraints concerned by reduction	: 0
3600.01/3541.59	c number of learning phase by resolution	: 0
3600.01/3541.59	c number of learning phase by cutting planes	: 0
3600.01/3541.59	c number of rounding to 1 operations	: 0
3600.01/3541.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3541.59	c number of reductions of the coefficients by power 2 	: 0
3600.01/3541.59	c number of right shift for reduction by power 2 	: 0
3600.01/3541.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3541.59	c number of ending skipping 	: 0
3600.01/3541.59	c number of internal skipping 	: 0
3600.01/3541.59	c number of derivation steps 	: 885151
3600.01/3541.60	c number of skipped derivation steps 	: 0
3600.01/3541.60	c number of remaining unassigned 	: 93586
3600.01/3541.60	c number of remaining assigned 	: 18746679
3600.01/3541.60	c number of falsified literals weakened from reason	: 0
3600.01/3541.60	c number of falsified literals weakened from conflict	: 0
3600.01/3541.60	c time for arithmetic operations	: 1171734607
3600.21/3541.62	c minimum degree of deleted constraints	: null
3600.21/3541.63	c maximum degree of deleted constraints	: null
3600.21/3541.63	c number of deleted constraints	: 0
3600.21/3541.63	c speed (assignments/second)	: 961.5590478366689
3600.21/3541.63	c non guided choices	: 14566
3600.21/3541.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 580
3600.21/3541.67	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 19505
3600.21/3541.67	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3
3600.21/3541.68	s UNKNOWN
3600.21/3541.68	c Total wall clock time (in seconds): 3541.116

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492154-1751146186/watcher-4492154-1751146186 -o /tmp/evaluation-result-4492154-1751146186/solver-4492154-1751146186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14185 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492154-1751146186.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=14241, runsolver pid=14225

[startup+0.100087 s]*
/proc/loadavg: 0.98 1.49 2.83 7/260 14251
/proc/meminfo: memFree=130361308/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=16932400 memory=15488 CPUtime=0.01 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 1084 0 157 0 0 1 0 0 20 0 5 0 30298310 17338777600 3872 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4233100 3872 3104 1 0 536973 0
[pid=14241/tid=14251] ppid=14225 vsize=16932400 memory=4026531960 CPUtime=0 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 527 0 77 0 0 0 0 0 20 0 5 0 30298316 17338777600 3872 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14260] ppid=14225 vsize=16932400 memory=228522721619 CPUtime=0 cores=5,7
/proc/14241/task/14260/stat : 14260 (java) R 14225 14241 14172 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 5 0 30298321 17338777600 4411 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 16932400 KiB
Current children cumulated memory: 15488 KiB

[startup+0.214905 s]*
/proc/loadavg: 0.98 1.49 2.83 12/322 14313
/proc/meminfo: memFree=130293324/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=18930344 memory=47136 CPUtime=0.1 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 5275 0 353 0 5 5 0 0 20 0 18 0 30298310 19384672256 11784 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4732586 11784 4792 1 0 546691 0
[pid=14241/tid=14251] ppid=14225 vsize=18930344 memory=3472328132922704156 CPUtime=0.07 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 4428 0 240 0 4 3 0 0 20 0 18 0 30298316 19384672256 11784 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=18930344 memory=1707 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298329 19384672256 11784 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=18930344 memory=56295059358712 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30298331 19384672256 11784 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 47136 KiB

[startup+0.31801 s]*
/proc/loadavg: 0.98 1.49 2.83 5/324 14315
/proc/meminfo: memFree=130284004/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=18930384 memory=51104 CPUtime=0.25 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 5859 0 353 0 19 6 0 0 20 0 18 0 30298310 19384713216 12776 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4732596 12776 5272 1 0 547170 0
[pid=14241/tid=14251] ppid=14225 vsize=18930384 memory=-6000919485641943150 CPUtime=0.15 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 4767 0 240 0 12 3 0 0 20 0 18 0 30298316 19384713216 12776 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=18930384 memory=-4421386491936335718 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298329 19384713216 12776 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30298331 19384713216 12776 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51104 KiB

[startup+0.700381 s]
/proc/loadavg: 0.98 1.49 2.83 13/324 14315
/proc/meminfo: memFree=130263560/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=18930384 memory=67508 CPUtime=0.9 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 6830 0 353 0 82 8 0 0 20 0 18 0 30298310 19384713216 16877 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4732596 16877 5368 1 0 548002 0
[pid=14241/tid=14251] ppid=14225 vsize=18930384 memory=17152 CPUtime=0.44 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 5268 0 240 0 40 4 0 0 20 0 18 0 30298316 19384713216 16877 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=18930384 memory=5632 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298329 19384713216 16877 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=18930384 memory=219899232313 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30298331 19384713216 16877 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67508 KiB

[startup+1.50031 s]
/proc/loadavg: 0.98 1.49 2.83 5/288 14330
/proc/meminfo: memFree=130220120/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=169836 CPUtime=2.43 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 14745 0 358 0 229 14 0 0 20 0 20 0 30298310 19521036288 42427 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 42427 5400 1 0 552151 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=0 CPUtime=1.1 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 5616 0 240 0 102 8 0 0 20 0 20 0 30298316 19521036288 42459 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 42459 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=211309297979 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 42459 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169836 KiB

[startup+3.10594 s]
/proc/loadavg: 1.47 1.58 2.85 10/328 14449
/proc/meminfo: memFree=129819248/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=405740 CPUtime=5.49 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 19766 0 358 0 521 28 0 0 20 0 20 0 30298310 19521036288 101435 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 101435 5432 1 0 956554 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=0 CPUtime=2.43 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 6217 0 240 0 226 17 0 0 20 0 20 0 30298316 19521036288 101435 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 101435 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=211309297979 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 46 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 101435 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=95472 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 101435 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 405740 KiB

[startup+6.30024 s]
/proc/loadavg: 1.47 1.58 2.85 9/331 14518
/proc/meminfo: memFree=127570248/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=1254684 CPUtime=10.1 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 21129 0 358 0 962 48 0 0 20 0 20 0 30298310 19521036288 313671 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 313671 5432 1 0 1171892 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=0 CPUtime=5.42 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 6600 0 240 0 509 33 0 0 20 0 20 0 30298316 19521036288 313671 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=95472 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 313671 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 46 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 313671 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=-6000919485641943150 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 313671 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 10.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1254684 KiB

[startup+12.7003 s]
/proc/loadavg: 1.75 1.63 2.87 6/332 14520
/proc/meminfo: memFree=123619512/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=1610928 CPUtime=17.6 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 27191 0 358 0 1700 60 0 0 20 0 20 0 30298310 19521036288 402732 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 402732 5432 1 0 1291640 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=-6000919485641943150 CPUtime=11.47 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 7579 0 240 0 1106 41 0 0 20 0 20 0 30298316 19521036288 402732 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 402732 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 52 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 402732 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=1525084 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 402732 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 17.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610928 KiB

[startup+25.5005 s]
/proc/loadavg: 2.46 1.80 2.90 5/332 14716
/proc/meminfo: memFree=120390624/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=3191688 CPUtime=30.81 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 33465 0 358 0 2981 100 0 0 20 0 20 0 30298310 19521036288 797922 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 797922 5432 1 0 1291660 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=0 CPUtime=23.88 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 10237 0 240 0 2311 77 0 0 20 0 20 0 30298316 19521036288 797922 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=-6000919485641943150 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 797922 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 52 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 797922 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 797922 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 30.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3191688 KiB

[startup+51.1095 s]
/proc/loadavg: 3.06 1.99 2.94 6/332 14716
/proc/meminfo: memFree=116252384/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=3317672 CPUtime=57.39 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 42597 0 358 0 5633 106 0 0 20 0 20 0 30298310 19521036288 829418 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 829418 5432 1 0 1291874 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=3317672 CPUtime=48.6 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 12905 0 240 0 4783 77 0 0 20 0 20 0 30298316 19521036288 829418 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 829418 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=-6000919485641943150 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 52 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 829418 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 829418 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 57.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3317672 KiB

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

[startup+3222.3 s]
/proc/loadavg: 4.23 4.23 4.19 5/327 15237
/proc/meminfo: memFree=109882440/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=4744948 CPUtime=3276.13 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 156000 0 358 0 327225 388 0 0 20 0 20 0 30298310 19521036288 1186237 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 1186237 5464 1 0 1292520 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=4744948 CPUtime=3169.27 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 87215 0 240 0 316814 113 0 0 20 0 20 0 30298316 19521036288 1186237 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1186237 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=4744948 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 2247 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 1186237 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=4744948 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 1186237 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 3276.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4744948 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.21 4.18 5/328 15240
/proc/meminfo: memFree=109821440/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=4779384 CPUtime=3337.62 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 159184 0 358 0 333368 394 0 0 20 0 20 0 30298310 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 1194846 5464 1 0 1292597 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=4779384 CPUtime=3227.99 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 89529 0 240 0 322685 114 0 0 20 0 20 0 30298316 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 2283 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 3337.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4779384 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.22 4.18 5/328 15242
/proc/meminfo: memFree=109755156/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=4779384 CPUtime=3398.44 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 161423 0 358 0 339445 399 0 0 20 0 20 0 30298310 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 1194846 5464 1 0 1292597 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=17152 CPUtime=3287.2 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 91501 0 240 0 328605 115 0 0 20 0 20 0 30298316 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 2357 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 1194846 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 3398.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4779384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.24 4.19 5/328 15244
/proc/meminfo: memFree=109743976/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=4783480 CPUtime=3459.43 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 161503 0 358 0 345540 403 0 0 20 0 20 0 30298310 19521036288 1195870 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 1195870 5464 1 0 1292597 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=4779384 CPUtime=3346.61 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 91521 0 240 0 334546 115 0 0 20 0 20 0 30298316 19521036288 1195870 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1195870 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 2396 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 1195870 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=6784 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 1195870 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 3459.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4783480 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.24 4.19 5/328 15246
/proc/meminfo: memFree=109719188/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=4801916 CPUtime=3520.1 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 163316 0 358 0 351601 409 0 0 20 0 20 0 30298310 19521036288 1200479 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 1200479 5464 1 0 1292597 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=4779384 CPUtime=3405.86 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 93101 0 240 0 340470 116 0 0 20 0 20 0 30298316 19521036288 1200479 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1200479 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=4801916 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 2396 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 1200479 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=4801916 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 1200479 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 3520.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4801916 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.24 4.19 5/327 15248
/proc/meminfo: memFree=109702612/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=4810108 CPUtime=3580.59 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 165405 0 358 0 357645 414 0 0 20 0 20 0 30298310 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 1202527 5464 1 0 1292597 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=4795768 CPUtime=3465.27 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 95003 0 240 0 346410 117 0 0 20 0 20 0 30298316 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=4779384 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=4810108 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 2435 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 3580.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4810108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3541.5 s]
/proc/loadavg: 4.27 4.24 4.19 5/328 15249
/proc/meminfo: memFree=109698524/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19063512 memory=4810108 CPUtime=3600.01 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 166194 0 358 0 359586 415 0 0 20 0 20 0 30298310 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4765878 1202527 5464 1 0 1292597 0
[pid=14241/tid=14251] ppid=14225 vsize=19063512 memory=4806012 CPUtime=3484.22 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 95771 0 240 0 348305 117 0 0 20 0 20 0 30298316 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19063512 memory=4810108 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 2435 0 1 0 0 0 0 0 20 0 20 0 30298331 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14340] ppid=14225 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/14241/task/14340/stat : 14340 (Timer-0) S 14225 14241 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298428 19521036288 1202527 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4810108 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.22 s, system=4.18126 s

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

[startup+3541.61 s]
/proc/loadavg: 4.27 4.24 4.19 5/328 15249
/proc/meminfo: memFree=109698524/131382112 swapFree=33010684/33010684
[pid=14241] ppid=14225 vsize=19263204 memory=4810876 CPUtime=3600.21 cores=5,7
/proc/14241/stat : 14241 (java) S 14225 14241 14172 0 -1 4194304 168235 0 358 0 359605 416 0 0 20 0 21 0 30298310 19725520896 1202719 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
/proc/14241/statm: 4815801 1202719 5464 1 0 1293517 0
[pid=14241/tid=14251] ppid=14225 vsize=19263204 memory=5888 CPUtime=3484.33 cores=5,7
/proc/14241/task/14251/stat : 14251 (java) R 14225 14241 14172 0 -1 4194368 95813 0 240 0 348316 117 0 0 20 0 21 0 30298316 19725520896 1202719 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14285] ppid=14225 vsize=19263204 memory=4810108 CPUtime=0 cores=5,7
/proc/14241/task/14285/stat : 14285 (Finalizer) S 14225 14241 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 30298329 19725520896 1202719 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
[pid=14241/tid=14312] ppid=14225 vsize=19263204 memory=10752 CPUtime=0 cores=5,7
/proc/14241/task/14312/stat : 14312 (Common-Cleaner) S 14225 14241 14172 0 -1 4194368 2435 0 1 0 0 0 0 0 20 0 21 0 30298331 19725520896 1202719 18446744073709551615 94665843970048 94665843973744 140722731257488 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94665843981560 94665843982352 94665874518016 140722731260286 140722731260390 140722731260390 140722731265992 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4810876 KiB

Child status: 143

Real time (s): 3541.71
CPU time (s): 3600.4
CPU user time (s): 3596.22
CPU system time (s): 4.18126
CPU usage (%): 101.657
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4810876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.22
system time used= 4.18126
maximum resident set size= 4811132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168627
page faults= 358
swaps= 0
block input operations= 19104
block output operations= 5696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122992
involuntary context switches= 18234


# summary of solver processes directly reported to runsolver:
#   pid: 14241
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.22
#   total CPU system time (s): 4.18126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8855 second user time and 35.6727 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 23:29:46
IDJOB=4492154
IDBENCH=147760
IDSOLVER=3361
FILE ID=nodeC012/4492154-1751146186
RUNJOBID= nodeC012-1751146186-14185
SLURM_JOB_ID= 9587456
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492154-1751146186/watcher-4492154-1751146186 -o /tmp/evaluation-result-4492154-1751146186/solver-4492154-1751146186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14185 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492154-1751146186.opb

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

MD5SUM BENCH= 6f51c740b20225a3e31589ba684183f5
RANDOM SEED=1131032299

nodeC012 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		: 1197.149
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.39
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		: 1197.141
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.39
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.046
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.39
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.169
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.39
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.205
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.39
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		: 1197.148
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.39
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.139
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.39
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.297
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130332736 kB
MemAvailable:   129932256 kB
Buffers:            3280 kB
Cached:           365592 kB
SwapCached:            0 kB
Active:           265364 kB
Inactive:         167612 kB
Active(anon):      82064 kB
Inactive(anon):        0 kB
Active(file):     183300 kB
Inactive(file):   167612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4668 kB
Writeback:            12 kB
AnonPages:         67268 kB
Mapped:           101720 kB
Shmem:             17960 kB
KReclaimable:      83616 kB
Slab:             162788 kB
SReclaimable:      83616 kB
SUnreclaim:        79172 kB
KernelStack:        3840 kB
PageTables:         2808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC012 at 2025-06-29 00:28:48