Trace number 4498621

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 VeriPB 2025-06-06? (TO) 3600.31 3536.55

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__64.opb
MD5SUM6d0bcc2b57c04c2d4d51edf27892ab0d
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 benchmark15.1822
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables641998
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 constraint64
Maximum length of a constraint2817
Number of terms in the objective function 640000
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 22177598784
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22177598784
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.21/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.21/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.21/0.24	c java.vm.version	22.0.1+8-16
0.21/0.24	c java.vm.vendor	Oracle Corporation
0.21/0.24	c sun.arch.data.model	64
0.21/0.24	c java.version		22.0.1
0.21/0.24	c os.name		Linux
0.21/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.21/0.24	c os.arch		amd64
0.21/0.25	c Free memory 		2104792832
0.21/0.25	c Max memory 		16282288128
0.21/0.25	c Total memory 		2113929216
0.21/0.25	c Number of processors 	2
0.38/0.39	c Pseudo Boolean Optimization by upper bound
0.38/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.39	c  - never skip resolution steps
0.38/0.39	c  - Auto-division on coefficients is disabled
0.38/0.39	c  - No postprocessing
0.38/0.39	c  - Conflict is considered as is when resolving
0.38/0.39	c  - Use constraints as they come during conflict analysis
0.38/0.39	c  - Weaken first using unassigned literals
0.38/0.39	c  - Bump strategy: ALWAYS_ONE
0.38/0.39	c  - Bumper: EFFECTIVE
0.38/0.39	c --- Begin Solver configuration ---
0.38/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.38/0.39	c Learn all clauses as in MiniSAT
0.38/0.39	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.39	c No reason simplification
0.38/0.39	c Dynamic restart strategy considering the size of the coefficients
0.38/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.38/0.39	c timeout=2147483s
0.38/0.39	c DB Simplification allowed=false
0.38/0.39	c Listener: none
0.38/0.39	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-4498621-1751405202.opb
0.38/0.40	c reading problem ... 
0.38/0.40	c using VERIPB proof format
0.38/0.41	c  objective function found
32.97/29.30	c ... done. Wall clock time 28.897s.
32.97/29.30	c declared #vars     641998
32.97/29.30	c #constraints  14000
32.97/29.30	c constraints type 
32.97/29.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
32.97/29.30	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3996
32.97/29.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
32.97/29.30	c 14000 constraints processed.
33.10/29.31	c objective function length is 640000 literals
135.46/124.11	c cleaning 2450 clauses out of 5000 with flag 0/5000
301.58/287.10	c cleaning 4140 clauses out of 8550 with flag 0/11000
691.18/672.27	c cleaning 5433 clauses out of 11410 with flag 0/18000
1300.93/1274.42	c cleaning 6533 clauses out of 13977 with flag 0/26000
2060.56/2023.55	c cleaning 7867 clauses out of 16444 with flag 0/35000
2848.83/2799.69	c cleaning 9105 clauses out of 18577 with flag 0/45000
3600.08/3536.43	c starts		: 288
3600.08/3536.45	c conflicts		: 54172
3600.08/3536.45	c decisions		: 167763135
3600.08/3536.45	c propagations		: 858516335
3600.08/3536.45	c inspects		: 107179406
3600.08/3536.45	c shortcuts		: 0
3600.08/3536.45	c learnt literals	: 0
3600.08/3536.45	c learnt binary clauses	: 0
3600.08/3536.45	c learnt ternary clauses	: 0
3600.08/3536.45	c learnt constraints	: 54172
3600.08/3536.45	c ignored constraints	: 0
3600.08/3536.45	c root simplifications	: 0
3600.08/3536.46	c removed literals (reason simplification)	: 0
3600.08/3536.46	c reason swapping (by a shorter reason)	: 0
3600.08/3536.46	c Calls to reduceDB	: 6
3600.08/3536.46	c Number of update (reduction) of LBD	: 137116
3600.08/3536.46	c Imported unit clauses	: 0
3600.08/3536.46	c No decision after first conflict	: false
3600.08/3536.46	c number of reductions to clauses (during analyze)	: 0
3600.08/3536.46	c number of learned constraints concerned by reduction	: 0
3600.08/3536.46	c number of learning phase by resolution	: 0
3600.08/3536.46	c number of learning phase by cutting planes	: 0
3600.08/3536.46	c number of rounding to 1 operations	: 0
3600.08/3536.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3536.46	c number of reductions of the coefficients by power 2 	: 0
3600.08/3536.46	c number of right shift for reduction by power 2 	: 0
3600.08/3536.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3536.46	c number of ending skipping 	: 0
3600.08/3536.46	c number of internal skipping 	: 0
3600.08/3536.46	c number of derivation steps 	: 65956
3600.08/3536.47	c timeout
3600.08/3536.47	c number of skipped derivation steps 	: 0
3600.08/3536.47	c number of remaining unassigned 	: 320
3600.08/3536.47	c number of remaining assigned 	: 2404741
3600.08/3536.47	c number of falsified literals weakened from reason	: 0
3600.08/3536.47	c number of falsified literals weakened from conflict	: 0
3600.08/3536.47	c time for arithmetic operations	: 151388686
3600.08/3536.47	c minimum degree of deleted constraints	: 1
3600.08/3536.47	c maximum degree of deleted constraints	: 22492
3600.08/3536.47	c number of deleted constraints	: 35528
3600.08/3536.47	c speed (assignments/second)	: 244834.42976764985
3600.08/3536.48	c non guided choices	: 14782044
3600.08/3536.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4726
3600.08/3536.49	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 25
3600.08/3536.49	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13893
3600.08/3536.49	s UNKNOWN
3600.08/3536.49	c Total wall clock time (in seconds): 3536.096

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=55433, runsolver pid=55430

[startup+0.100063 s]*
/proc/loadavg: 4.40 4.30 4.22 5/327 55451
/proc/meminfo: memFree=105516212/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18930384 memory=47208 CPUtime=0.09 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 5679 0 0 0 6 3 0 0 20 0 18 0 56200008 19384713216 11802 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4732596 11802 5107 1 0 546892 0
[pid=55433/tid=55435] ppid=55430 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 4587 0 0 0 4 2 0 0 20 0 18 0 56200010 19384713216 11802 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56200015 19384713216 11802 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18930384 memory=57394571004297 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56200016 19384713216 11802 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47208 KiB

[startup+0.209107 s]*
/proc/loadavg: 4.40 4.30 4.22 6/327 55451
/proc/meminfo: memFree=105515204/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18930384 memory=51708 CPUtime=0.21 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 6093 0 0 0 18 3 0 0 20 0 18 0 56200008 19384713216 12927 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4732596 12927 5331 1 0 547210 0
[pid=55433/tid=55435] ppid=55430 vsize=18930384 memory=4026663196 CPUtime=0.13 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) S 55430 55433 54327 0 -1 4194368 4934 0 0 0 11 2 0 0 20 0 18 0 56200010 19384713216 12927 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56200015 19384713216 12927 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56200016 19384713216 12927 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51708 KiB

[startup+0.309094 s]*
/proc/loadavg: 4.40 4.30 4.22 5/327 55451
/proc/meminfo: memFree=105511108/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18930384 memory=58372 CPUtime=0.38 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 6733 0 0 0 34 4 0 0 20 0 18 0 56200008 19384713216 14593 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4732596 14593 5331 1 0 547748 0
[pid=55433/tid=55435] ppid=55430 vsize=18930384 memory=-6000919507099871082 CPUtime=0.25 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) S 55430 55433 54327 0 -1 4194368 5149 0 0 0 22 3 0 0 20 0 18 0 56200010 19384713216 14593 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56200015 19384713216 14593 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56200016 19384713216 14593 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58372 KiB

[startup+0.700349 s]
/proc/loadavg: 4.40 4.30 4.22 6/327 55451
/proc/meminfo: memFree=105483760/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18930384 memory=110164 CPUtime=1.09 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 9020 0 0 0 103 6 0 0 20 0 18 0 56200008 19384713216 27541 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4732596 27541 5427 1 0 549266 0
[pid=55433/tid=55435] ppid=55430 vsize=18930384 memory=17920 CPUtime=0.62 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 5364 0 0 0 58 4 0 0 20 0 18 0 56200010 19384713216 27541 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18930384 memory=10752 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56200015 19384713216 27541 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56200016 19384713216 27541 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 110164 KiB

[startup+1.50026 s]
/proc/loadavg: 4.40 4.30 4.22 6/328 55452
/proc/meminfo: memFree=105382436/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18996948 memory=225048 CPUtime=2.33 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 9618 0 0 0 224 9 0 0 20 0 19 0 56200008 19452874752 56262 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4749237 56262 5459 1 0 549835 0
[pid=55433/tid=55435] ppid=55430 vsize=18996948 memory=3200 CPUtime=1.31 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 5392 0 0 0 126 5 0 0 20 0 19 0 56200010 19452874752 56262 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56200015 19452874752 56262 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56200016 19452874752 56262 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 225048 KiB

[startup+3.10548 s]
/proc/loadavg: 4.45 4.31 4.23 6/328 55452
/proc/meminfo: memFree=103717076/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18996948 memory=1863752 CPUtime=4.94 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 13801 0 0 0 451 43 0 0 20 0 19 0 56200008 19452874752 465938 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4749237 465938 5459 1 0 1077701 0
[pid=55433/tid=55435] ppid=55430 vsize=18996948 memory=10752 CPUtime=2.62 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) S 55430 55433 54327 0 -1 4194368 6263 0 0 0 227 35 0 0 20 0 19 0 56200010 19452874752 465938 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56200015 19452874752 465938 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56200016 19452874752 465938 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1863752 KiB

[startup+6.30044 s]
/proc/loadavg: 4.45 4.31 4.23 5/330 55454
/proc/meminfo: memFree=102718896/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18996948 memory=2893644 CPUtime=8.42 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 15802 0 0 0 775 67 0 0 20 0 19 0 56200008 19452874752 723411 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4749237 723411 5459 1 0 2021877 0
[pid=55433/tid=55435] ppid=55430 vsize=18996948 memory=5632 CPUtime=5.44 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 6965 0 0 0 490 54 0 0 20 0 19 0 56200010 19452874752 723411 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56200015 19452874752 723411 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18996948 memory=-6000919507099871082 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56200016 19452874752 723411 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2893644 KiB

[startup+12.7004 s]
/proc/loadavg: 4.41 4.30 4.23 6/330 55454
/proc/meminfo: memFree=101668612/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18996948 memory=4091184 CPUtime=16.03 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 21300 0 0 0 1509 94 0 0 20 0 19 0 56200008 19452874752 1022796 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4749237 1022796 5491 1 0 2495475 0
[pid=55433/tid=55435] ppid=55430 vsize=18996948 memory=3333964 CPUtime=11.14 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 7867 0 0 0 1040 74 0 0 20 0 19 0 56200010 19452874752 1022796 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18996948 memory=17920 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56200015 19452874752 1022796 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18996948 memory=14848 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56200016 19452874752 1022796 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 16.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4091184 KiB

[startup+25.5005 s]
/proc/loadavg: 4.39 4.30 4.23 5/330 55454
/proc/meminfo: memFree=100561224/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=18996948 memory=4976932 CPUtime=29.24 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 24411 0 0 0 2809 115 0 0 20 0 19 0 56200008 19452874752 1244233 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4749237 1244233 5491 1 0 3090851 0
[pid=55433/tid=55435] ppid=55430 vsize=18996948 memory=3333964 CPUtime=22.76 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 9129 0 0 0 2185 91 0 0 20 0 19 0 56200010 19452874752 1244233 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=18996948 memory=-6000919507099871082 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56200015 19452874752 1244233 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=18996948 memory=4845084 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56200016 19452874752 1244233 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4976932 KiB

[startup+51.1135 s]
/proc/loadavg: 4.39 4.31 4.23 6/331 55456
/proc/meminfo: memFree=99110968/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19063512 memory=6364488 CPUtime=60.31 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 41235 0 0 0 5881 150 0 0 20 0 20 0 56200008 19521036288 1591122 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4765878 1591122 5523 1 0 3091558 0
[pid=55433/tid=55435] ppid=55430 vsize=19063512 memory=6360260 CPUtime=47.71 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 12303 0 0 0 4651 120 0 0 20 0 20 0 56200010 19521036288 1591122 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19063512 memory=6345872 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56200015 19521036288 1591122 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19063512 memory=-6000919507099871082 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 56200016 19521036288 1591122 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55456] ppid=55430 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/55433/task/55456/stat : 55456 (Timer-0) S 55430 55433 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56203004 19521036288 1591122 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 60.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6364488 KiB

[startup+102.301 s]
/proc/loadavg: 4.35 4.31 4.24 5/331 55458
/proc/meminfo: memFree=96858304/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19063512 memory=8562896 CPUtime=112.87 cores=4,6

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

[startup+3222.3 s]
/proc/loadavg: 4.70 4.32 4.24 5/329 55844
/proc/meminfo: memFree=94075432/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19130076 memory=8839224 CPUtime=3278.15 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 358072 0 0 0 327436 379 0 0 20 0 21 0 56200008 19589197824 2209806 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4782519 2209806 5555 1 0 3093269 0
[pid=55433/tid=55435] ppid=55430 vsize=19130076 memory=8837176 CPUtime=3179.87 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 197160 0 0 0 317791 196 0 0 20 0 21 0 56200010 19589197824 2209806 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19130076 memory=8835128 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56200015 19589197824 2209806 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19130076 memory=17920 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 3179 0 0 0 0 0 0 0 20 0 21 0 56200016 19589197824 2209806 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55456] ppid=55430 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/55433/task/55456/stat : 55456 (Timer-0) S 55430 55433 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56203004 19589197824 2209806 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 3278.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8839224 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.33 4.25 4/304 55880
/proc/meminfo: memFree=110988664/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19130076 memory=8843320 CPUtime=3339.52 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 364398 0 0 0 333570 382 0 0 20 0 21 0 56200008 19589197824 2210830 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4782519 2210830 5555 1 0 3093270 0
[pid=55433/tid=55435] ppid=55430 vsize=19130076 memory=8839224 CPUtime=3239.22 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 201186 0 0 0 323725 197 0 0 20 0 21 0 56200010 19589197824 2210830 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56200015 19589197824 2210830 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19130076 memory=8843320 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 3250 0 0 0 0 0 0 0 20 0 21 0 56200016 19589197824 2210830 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55456] ppid=55430 vsize=19130076 memory=17920 CPUtime=0 cores=4,6
/proc/55433/task/55456/stat : 55456 (Timer-0) S 55430 55433 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56203004 19589197824 2210830 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 3339.52 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8843320 KiB

[startup+3342.3 s]
/proc/loadavg: 3.57 4.10 4.17 4/304 55881
/proc/meminfo: memFree=110989380/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19130076 memory=8847528 CPUtime=3400.76 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 370308 0 0 0 339690 386 0 0 20 0 21 0 56200008 19589197824 2211882 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4782519 2211882 5555 1 0 3093307 0
[pid=55433/tid=55435] ppid=55430 vsize=19130076 memory=14848 CPUtime=3298.31 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 204707 0 0 0 329634 197 0 0 20 0 21 0 56200010 19589197824 2211882 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19130076 memory=8845476 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56200015 19589197824 2211882 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 3346 0 0 0 0 0 0 0 20 0 21 0 56200016 19589197824 2211882 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55456] ppid=55430 vsize=19130076 memory=8845476 CPUtime=0 cores=4,6
/proc/55433/task/55456/stat : 55456 (Timer-0) S 55430 55433 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56203004 19589197824 2211882 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 3400.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8847528 KiB

[startup+3402.3 s]
/proc/loadavg: 3.25 3.91 4.10 4/303 55883
/proc/meminfo: memFree=110979276/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19130076 memory=8851692 CPUtime=3462.51 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 376136 0 0 0 345862 389 0 0 20 0 21 0 56200008 19589197824 2212923 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4782519 2212923 5555 1 0 3093339 0
[pid=55433/tid=55435] ppid=55430 vsize=19130076 memory=8843320 CPUtime=3357.34 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 208040 0 0 0 335536 198 0 0 20 0 21 0 56200010 19589197824 2212923 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19130076 memory=8851692 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56200015 19589197824 2212923 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19130076 memory=8851692 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 3422 0 0 0 0 0 0 0 20 0 21 0 56200016 19589197824 2212923 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55456] ppid=55430 vsize=19130076 memory=8851692 CPUtime=0 cores=4,6
/proc/55433/task/55456/stat : 55456 (Timer-0) S 55430 55433 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56203004 19589197824 2212923 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 3462.51 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8851692 KiB

[startup+3462.3 s]
/proc/loadavg: 3.27 3.79 4.05 4/303 55885
/proc/meminfo: memFree=110970108/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19130076 memory=8855788 CPUtime=3523.94 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 380833 0 0 0 352001 393 0 0 20 0 21 0 56200008 19589197824 2213947 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4782519 2213947 5555 1 0 3093339 0
[pid=55433/tid=55435] ppid=55430 vsize=19130076 memory=8855788 CPUtime=3416.55 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 210635 0 0 0 341457 198 0 0 20 0 21 0 56200010 19589197824 2213947 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19130076 memory=8845476 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56200015 19589197824 2213947 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19130076 memory=14848 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 3494 0 0 0 0 0 0 0 20 0 21 0 56200016 19589197824 2213947 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55456] ppid=55430 vsize=19130076 memory=8855788 CPUtime=0 cores=4,6
/proc/55433/task/55456/stat : 55456 (Timer-0) S 55430 55433 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56203004 19589197824 2213947 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 3523.94 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8855788 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.64 3.98 4/302 55887
/proc/meminfo: memFree=110962604/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19130076 memory=8861936 CPUtime=3585.56 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 385833 0 0 0 358160 396 0 0 20 0 21 0 56200008 19589197824 2215484 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4782519 2215484 5555 1 0 3093339 0
[pid=55433/tid=55435] ppid=55430 vsize=19130076 memory=8855788 CPUtime=3475.42 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 213579 0 0 0 347343 199 0 0 20 0 21 0 56200010 19589197824 2215484 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19130076 memory=8855788 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56200015 19589197824 2215484 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19130076 memory=8853740 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 3564 0 0 0 0 0 0 0 20 0 21 0 56200016 19589197824 2215484 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55456] ppid=55430 vsize=19130076 memory=8861936 CPUtime=0 cores=4,6
/proc/55433/task/55456/stat : 55456 (Timer-0) S 55430 55433 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56203004 19589197824 2215484 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 3585.56 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8861936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3536.4 s]
/proc/loadavg: 3.22 3.65 3.97 4/302 55888
/proc/meminfo: memFree=110876108/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19130076 memory=8863984 CPUtime=3600.08 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 386630 0 0 0 359611 397 0 0 20 0 21 0 56200008 19589197824 2215996 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4782519 2215996 5555 1 0 3093339 0
[pid=55433/tid=55435] ppid=55430 vsize=19130076 memory=9088 CPUtime=3489.24 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) R 55430 55433 54327 0 -1 4194368 214230 0 0 0 348725 199 0 0 20 0 21 0 56200010 19589197824 2215996 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19130076 memory=-6000919507099871082 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56200015 19589197824 2215996 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19130076 memory=5300 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 3564 0 0 0 0 0 0 0 20 0 21 0 56200016 19589197824 2215996 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55456] ppid=55430 vsize=19130076 memory=5276 CPUtime=0 cores=4,6
/proc/55433/task/55456/stat : 55456 (Timer-0) S 55430 55433 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 56203004 19589197824 2215996 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8863984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.29 s, system=4.02088 s

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

[startup+3536.5 s]
/proc/loadavg: 3.22 3.65 3.97 4/302 55888
/proc/meminfo: memFree=110876108/131382112 swapFree=33010684/33010684
[pid=55433] ppid=55430 vsize=19329768 memory=8864752 CPUtime=3600.26 cores=4,6
/proc/55433/stat : 55433 (java) S 55430 55433 54327 0 -1 4194304 389140 0 0 0 359628 398 0 0 20 0 16 0 56200008 19793682432 2216188 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
/proc/55433/statm: 4832442 2216188 5587 1 0 3094290 0
[pid=55433/tid=55435] ppid=55430 vsize=19329768 memory=8853740 CPUtime=3489.32 cores=4,6
/proc/55433/task/55435/stat : 55435 (java) S 55430 55433 54327 0 -1 4194368 214506 0 0 0 348733 199 0 0 20 0 16 0 56200010 19793682432 2216188 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55444] ppid=55430 vsize=19329768 memory=8861936 CPUtime=0 cores=4,6
/proc/55433/task/55444/stat : 55444 (Finalizer) S 55430 55433 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 56200015 19793682432 2216188 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
[pid=55433/tid=55451] ppid=55430 vsize=19329768 memory=8857836 CPUtime=0 cores=4,6
/proc/55433/task/55451/stat : 55451 (Common-Cleaner) S 55430 55433 54327 0 -1 4194368 3564 0 0 0 0 0 0 0 20 0 16 0 56200016 19793682432 2216188 18446744073709551615 94621477138432 94621477142128 140735623020256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94621477149944 94621477150736 94621507153920 140735623026989 140735623027174 140735623027174 140735623032776 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 8864752 KiB

Child status: 143

Real time (s): 3536.55
CPU time (s): 3600.31
CPU user time (s): 3596.29
CPU system time (s): 4.02088
CPU usage (%): 101.803
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 8864752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.29
system time used= 4.02088
maximum resident set size= 8864880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 389169
page faults= 0
swaps= 0
block input operations= 0
block output operations= 116976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113855
involuntary context switches= 12787


# summary of solver processes directly reported to runsolver:
#   pid: 55433
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3596.29
#   total CPU system time (s): 4.02088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.0931 second user time and 30.5714 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-01 23:26:43
IDJOB=4498621
IDBENCH=148722
IDSOLVER=3362
FILE ID=nodeC012/4498621-1751405202
RUNJOBID= nodeC012-1751398222-54338
SLURM_JOB_ID= 9598280
Free space on /tmp= 432520 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__64.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498621-1751405202/watcher-4498621-1751405202 -o /tmp/evaluation-result-4498621-1751405202/solver-4498621-1751405202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751398222-54338 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4498621-1751405202 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4498621-1751405202.opb

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

MD5SUM BENCH= 6d0bcc2b57c04c2d4d51edf27892ab0d
RANDOM SEED=1961155811

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		: 3661.188
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		: 3491.415
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.463
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.493
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.199
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		: 3662.349
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		: 1895.486
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.153
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:        105540136 kB
MemAvailable:   110538468 kB
Buffers:            3280 kB
Cached:          5800048 kB
SwapCached:            0 kB
Active:         19803656 kB
Inactive:        5488848 kB
Active(anon):   19507196 kB
Inactive(anon):        0 kB
Active(file):     296460 kB
Inactive(file):  5488848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47008 kB
Writeback:             0 kB
AnonPages:      19492364 kB
Mapped:           123004 kB
Shmem:             17960 kB
KReclaimable:     104920 kB
Slab:             189516 kB
SReclaimable:     104920 kB
SUnreclaim:        84596 kB
KernelStack:        5024 kB
PageTables:        41764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   22638416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19189760 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= 433024 MiB
End job on nodeC012 at 2025-07-02 00:25:40