Trace number 4498850

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.25 3440.6

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUM8bad1bf25970951ec859260299ab11f4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark74222
Best CPU time to get the best result obtained on this benchmark56.4494
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4498850-1751405431.opb
0.12/0.17	c reading problem ... 
0.12/0.18	c  objective function found
48.61/44.33	c ... done. Wall clock time 44.16s.
48.61/44.33	c declared #vars     2561998
48.61/44.33	c #constraints  14000
48.61/44.33	c constraints type 
48.61/44.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
48.61/44.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
48.61/44.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
48.61/44.33	c 14000 constraints processed.
48.61/44.34	c objective function length is 2560000 literals
938.15/843.83	c cleaning 2316 clauses out of 5000
3600.09/3440.52	c starts		: 28
3600.09/3440.53	c conflicts		: 7483
3600.09/3440.53	c decisions		: 115877867
3600.09/3440.53	c propagations		: 121991240
3600.09/3440.53	c inspects		: 386536971
3600.09/3440.53	c shortcuts		: 0
3600.09/3440.53	c learnt literals	: 0
3600.09/3440.53	c learnt binary clauses	: 0
3600.09/3440.53	c learnt ternary clauses	: 0
3600.09/3440.53	c learnt constraints	: 7482
3600.09/3440.53	c ignored constraints	: 0
3600.09/3440.53	c root simplifications	: 0
3600.09/3440.53	c removed literals (reason simplification)	: 0
3600.09/3440.53	c reason swapping (by a shorter reason)	: 0
3600.09/3440.53	c Calls to reduceDB	: 1
3600.09/3440.53	c Number of update (reduction) of LBD	: 0
3600.09/3440.53	c Imported unit clauses	: 0
3600.09/3440.53	c No decision after first conflict	: false
3600.09/3440.53	c number of reductions to clauses (during analyze)	: 0
3600.09/3440.53	c number of learned constraints concerned by reduction	: 0
3600.09/3440.53	c number of learning phase by resolution	: 0
3600.09/3440.53	c number of learning phase by cutting planes	: 0
3600.09/3440.53	c number of rounding to 1 operations	: 0
3600.09/3440.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3440.53	c number of reductions of the coefficients by power 2 	: 0
3600.09/3440.53	c number of right shift for reduction by power 2 	: 0
3600.09/3440.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3440.53	c number of ending skipping 	: 0
3600.09/3440.53	c number of internal skipping 	: 0
3600.09/3440.53	c number of derivation steps 	: 103947
3600.09/3440.53	c number of skipped derivation steps 	: 0
3600.09/3440.53	c number of remaining unassigned 	: 0
3600.09/3440.53	c number of remaining assigned 	: 153515992
3600.09/3440.53	c number of falsified literals weakened from reason	: 0
3600.09/3440.53	c number of falsified literals weakened from conflict	: 0
3600.09/3440.54	c time for arithmetic operations	: 187742310
3600.09/3440.54	c minimum degree of deleted constraints	: null
3600.09/3440.54	c maximum degree of deleted constraints	: null
3600.09/3440.54	c number of deleted constraints	: 0
3600.09/3440.54	c speed (assignments/second)	: 35921.857870558364
3600.09/3440.54	c non guided choices	: 30549193
3600.09/3440.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 56
3600.09/3440.55	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 5110
3600.09/3440.55	s UNKNOWN
3600.09/3440.55	c Total wall clock time (in seconds): 3440.383

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498850-1751405431/watcher-4498850-1751405431 -o /tmp/evaluation-result-4498850-1751405431/solver-4498850-1751405431 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751405425-55233 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4498850-1751405431.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=55475, runsolver pid=55472
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.63 1.87 2.54 6/337 55493
/proc/meminfo: memFree=120453320/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18930384 memory=55404 CPUtime=0.12 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 6502 0 0 0 10 2 0 0 20 0 18 0 56222830 19384713216 13851 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4732596 13851 5337 1 0 547573 0
[pid=55475/tid=55477] ppid=55472 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 5009 0 0 0 6 1 0 0 20 0 18 0 56222832 19384713216 13851 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56222834 19384713216 13851 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56222834 19384713216 13851 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55404 KiB

[startup+0.205922 s]*
/proc/loadavg: 1.63 1.87 2.54 7/337 55493
/proc/meminfo: memFree=120329948/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18930384 memory=135940 CPUtime=0.29 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 7126 0 0 0 25 4 0 0 20 0 18 0 56222830 19384713216 33985 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4732596 33985 5433 1 0 547986 0
[pid=55475/tid=55477] ppid=55472 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 5361 0 0 0 13 3 0 0 20 0 18 0 56222832 19384713216 33985 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18930384 memory=16912 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56222834 19384713216 33985 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56222834 19384713216 33985 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 135940 KiB

[startup+0.30587 s]*
/proc/loadavg: 1.63 1.87 2.54 8/337 55493
/proc/meminfo: memFree=120229628/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18930384 memory=162716 CPUtime=0.47 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 8746 0 0 0 43 4 0 0 20 0 18 0 56222830 19384713216 40679 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4732596 40679 5433 1 0 549012 0
[pid=55475/tid=55477] ppid=55472 vsize=18930384 memory=-6000919498442827626 CPUtime=0.25 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 5375 0 0 0 22 3 0 0 20 0 18 0 56222832 19384713216 40679 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56222834 19384713216 40679 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56222834 19384713216 40679 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 162716 KiB

[startup+0.700246 s]
/proc/loadavg: 1.63 1.87 2.54 6/338 55494
/proc/meminfo: memFree=120011800/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18996948 memory=257792 CPUtime=1.02 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 8979 0 0 0 95 7 0 0 20 0 19 0 56222830 19452874752 64448 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4749237 64448 5465 1 0 549323 0
[pid=55475/tid=55477] ppid=55472 vsize=18996948 memory=17792 CPUtime=0.6 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 5407 0 0 0 55 5 0 0 20 0 19 0 56222832 19452874752 64448 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 64448 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 64448 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 257792 KiB

[startup+1.50024 s]
/proc/loadavg: 1.63 1.87 2.54 5/338 55494
/proc/meminfo: memFree=119532316/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18996948 memory=551972 CPUtime=1.92 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 9979 0 0 0 179 13 0 0 20 0 19 0 56222830 19452874752 137993 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4749237 137993 5465 1 0 1075723 0
[pid=55475/tid=55477] ppid=55472 vsize=18996948 memory=3200 CPUtime=1.3 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 5525 0 0 0 121 9 0 0 20 0 19 0 56222832 19452874752 137993 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 137993 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 137993 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 551972 KiB

[startup+3.10593 s]
/proc/loadavg: 1.63 1.87 2.54 6/338 55494
/proc/meminfo: memFree=117383900/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18996948 memory=1108428 CPUtime=4.29 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 13645 0 0 0 404 25 0 0 20 0 19 0 56222830 19452874752 277107 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4749237 277107 5465 1 0 1679173 0
[pid=55475/tid=55477] ppid=55472 vsize=18996948 memory=11008 CPUtime=2.67 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) S 55472 55475 55220 0 -1 4194368 5888 0 0 0 250 17 0 0 20 0 19 0 56222832 19452874752 277107 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 277107 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 277107 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1108428 KiB

[startup+6.30022 s]
/proc/loadavg: 1.90 1.93 2.56 6/339 55495
/proc/meminfo: memFree=115701124/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18996948 memory=2594368 CPUtime=8.63 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 16172 0 0 0 806 57 0 0 20 0 19 0 56222830 19452874752 648592 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4749237 648592 5465 1 0 3014087 0
[pid=55475/tid=55477] ppid=55472 vsize=18996948 memory=5760 CPUtime=4.79 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 6223 0 0 0 450 29 0 0 20 0 19 0 56222832 19452874752 648592 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 648592 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18996948 memory=-6000919498442827626 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 648592 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2594368 KiB

[startup+12.7002 s]
/proc/loadavg: 2.06 1.96 2.56 5/339 55495
/proc/meminfo: memFree=108924956/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18996948 memory=7592300 CPUtime=16.2 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 19611 0 0 0 1467 153 0 0 20 0 19 0 56222830 19452874752 1898075 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4749237 1898075 5497 1 0 3386061 0
[pid=55475/tid=55477] ppid=55472 vsize=18996948 memory=2903620 CPUtime=10.1 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 8493 0 0 0 902 108 0 0 20 0 19 0 56222832 19452874752 1898075 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18996948 memory=17792 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 1898075 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18996948 memory=14464 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 1898075 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 16.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7592300 KiB

[startup+25.5003 s]
/proc/loadavg: 2.65 2.09 2.60 5/339 55495
/proc/meminfo: memFree=106720004/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=18996948 memory=7629944 CPUtime=29.33 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 22054 0 0 0 2777 156 0 0 20 0 19 0 56222830 19452874752 1907486 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4749237 1907486 5497 1 0 3415449 0
[pid=55475/tid=55477] ppid=55472 vsize=18996948 memory=2903620 CPUtime=22 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 9771 0 0 0 2089 111 0 0 20 0 19 0 56222832 19452874752 1907486 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=18996948 memory=-6000919498442827626 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 1907486 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=18996948 memory=7631968 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56222834 19452874752 1907486 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 29.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7629944 KiB

[startup+51.1056 s]
/proc/loadavg: 3.25 2.28 2.65 5/340 55497
/proc/meminfo: memFree=104454132/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19063512 memory=8379960 CPUtime=57.53 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 38496 0 0 0 5575 178 0 0 20 0 20 0 56222830 19521036288 2094990 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4765878 2094990 5561 1 0 3475692 0
[pid=55475/tid=55477] ppid=55472 vsize=19063512 memory=17792 CPUtime=46.21 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 16895 0 0 0 4492 129 0 0 20 0 20 0 56222832 19521036288 2094990 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19063512 memory=7907824 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56222834 19521036288 2094990 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19063512 memory=7784056 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 56222834 19521036288 2094990 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19063512 memory=-6000919498442827626 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 56227283 19521036288 2094990 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 57.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8379960 KiB

[startup+102.3 s]
/proc/loadavg: 3.76 2.56 2.73 5/341 55504
/proc/meminfo: memFree=103508328/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=9241952 CPUtime=110.39 cores=5,7

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

/proc/meminfo: memFree=91785996/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=16026852 CPUtime=3262.39 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 572449 0 0 0 325477 762 0 0 20 0 21 0 56222830 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4782519 4006713 5593 1 0 4032798 0
[pid=55475/tid=55477] ppid=55472 vsize=19130076 memory=16026852 CPUtime=3072.06 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 265489 0 0 0 306754 452 0 0 20 0 21 0 56222832 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19130076 memory=17792 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19130076 memory=16026852 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 3353 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19130076 memory=16026852 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56227283 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 3262.39 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16026852 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.16 4.15 5/343 55676
/proc/meminfo: memFree=91776540/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=16026852 CPUtime=3322.28 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 577147 0 0 0 331465 763 0 0 20 0 21 0 56222830 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4782519 4006713 5593 1 0 4032798 0
[pid=55475/tid=55477] ppid=55472 vsize=19130076 memory=16026852 CPUtime=3131.92 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 268143 0 0 0 312740 452 0 0 20 0 21 0 56222832 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19130076 memory=-6000919498442827626 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19130076 memory=14464 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 3442 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19130076 memory=-6000919498442827626 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56227283 19589197824 4006713 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 3322.28 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16026852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.16 4.15 5/342 55678
/proc/meminfo: memFree=91493264/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3382.34 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 585941 0 0 0 337470 764 0 0 20 0 21 0 56222830 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4782519 4006745 5593 1 0 4032846 0
[pid=55475/tid=55477] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3191.66 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 269983 0 0 0 318714 452 0 0 20 0 21 0 56222832 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 3478 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56227283 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 3382.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16026980 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.16 4.15 5/342 55680
/proc/meminfo: memFree=91493044/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3442.21 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 589629 0 0 0 343456 765 0 0 20 0 21 0 56222830 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4782519 4006745 5593 1 0 4032846 0
[pid=55475/tid=55477] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3251.53 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 273192 0 0 0 324700 453 0 0 20 0 21 0 56222832 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 3567 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56227283 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 3442.21 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16026980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/343 55683
/proc/meminfo: memFree=91480324/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3502.09 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 594143 0 0 0 349443 766 0 0 20 0 21 0 56222830 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4782519 4006745 5593 1 0 4032846 0
[pid=55475/tid=55477] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3311.39 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 276459 0 0 0 330686 453 0 0 20 0 21 0 56222832 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 3655 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19130076 memory=-6000919498442827626 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56227283 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 3502.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16026980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/341 55685
/proc/meminfo: memFree=91480588/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3561.96 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 598010 0 0 0 355430 766 0 0 20 0 21 0 56222830 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4782519 4006745 5593 1 0 4032846 0
[pid=55475/tid=55477] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3371.25 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 279429 0 0 0 336672 453 0 0 20 0 21 0 56222832 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 3744 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56227283 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 3561.96 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16026980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3440.5 s]
/proc/loadavg: 4.12 4.14 4.15 5/342 55690
/proc/meminfo: memFree=91481340/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3600.09 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 600636 0 0 0 359242 767 0 0 20 0 21 0 56222830 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4782519 4006745 5593 1 0 4032846 0
[pid=55475/tid=55477] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3409.36 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 281026 0 0 0 340483 453 0 0 20 0 21 0 56222832 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 3833 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56227283 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16026980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.52 s, system=7.72565 s

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

[startup+3440.5 s]
/proc/loadavg: 4.12 4.14 4.15 5/342 55690
/proc/meminfo: memFree=91481340/131249996 swapFree=33010416/33010684
[pid=55475] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3600.09 cores=5,7
/proc/55475/stat : 55475 (java) S 55472 55475 55220 0 -1 4194304 600636 0 0 0 359242 767 0 0 20 0 21 0 56222830 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
/proc/55475/statm: 4782519 4006745 5593 1 0 4032846 0
[pid=55475/tid=55477] ppid=55472 vsize=19130076 memory=16026980 CPUtime=3409.36 cores=5,7
/proc/55475/task/55477/stat : 55477 (java) R 55472 55475 55220 0 -1 4194368 281026 0 0 0 340483 453 0 0 20 0 21 0 56222832 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55486] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55486/stat : 55486 (Finalizer) S 55472 55475 55220 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55493] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55493/stat : 55493 (Common-Cleaner) S 55472 55475 55220 0 -1 4194368 3833 0 0 0 0 0 0 0 20 0 21 0 56222834 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
[pid=55475/tid=55497] ppid=55472 vsize=19130076 memory=16026980 CPUtime=0 cores=5,7
/proc/55475/task/55497/stat : 55497 (Timer-0) S 55472 55475 55220 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56227283 19589197824 4006745 18446744073709551615 94799886876672 94799886880368 140737354117536 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799886888184 94799886888976 94799906549760 140737354119550 140737354119654 140737354119654 140737354125256 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16026980 KiB

Child status: 143

Real time (s): 3440.6
CPU time (s): 3600.25
CPU user time (s): 3592.52
CPU system time (s): 7.72565
CPU usage (%): 104.64
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 16043488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.52
system time used= 7.72565
maximum resident set size= 16043488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 603909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118130
involuntary context switches= 12964


# summary of solver processes directly reported to runsolver:
#   pid: 55475
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3592.52
#   total CPU system time (s): 7.72565

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.95153 second user time and 14.9988 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-01 23:30:32
IDJOB=4498850
IDBENCH=148738
IDSOLVER=3361
FILE ID=nodeC030/4498850-1751405431
RUNJOBID= nodeC030-1751405425-55233
SLURM_JOB_ID= 9598293
Free space on /tmp= 432880 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498850-1751405431/watcher-4498850-1751405431 -o /tmp/evaluation-result-4498850-1751405431/solver-4498850-1751405431 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751405425-55233 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4498850-1751405431.opb

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

MD5SUM BENCH= 8bad1bf25970951ec859260299ab11f4
RANDOM SEED=1899913671

nodeC030 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	: 0xb00002a
cpu MHz		: 3600.339
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.343
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3562.613
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.330
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.321
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3546.499
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.678
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.334
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120620284 kB
MemAvailable:   120551684 kB
Buffers:            2564 kB
Cached:           724576 kB
SwapCached:           16 kB
Active:          9692212 kB
Inactive:         292104 kB
Active(anon):    9270676 kB
Inactive(anon):     4548 kB
Active(file):     421536 kB
Inactive(file):   287556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            151792 kB
Writeback:             0 kB
AnonPages:       9260576 kB
Mapped:           123284 kB
Shmem:             18048 kB
KReclaimable:     122696 kB
Slab:             211144 kB
SReclaimable:     122696 kB
SUnreclaim:        88448 kB
KernelStack:        5168 kB
PageTables:        21728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   21614516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9033728 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC030 at 2025-07-02 00:27:53