Trace number 4505130

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_8_ic.opb
MD5SUMa4e6307a32e39171940a0b0a520e3b91
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.27516
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.19	c See www.sat4j.org for details.
0.11/0.21	c version PB25.v20250606
0.26/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.25	c java.vm.version	22.0.1+8-16
0.26/0.25	c java.vm.vendor	Oracle Corporation
0.26/0.25	c sun.arch.data.model	64
0.26/0.25	c java.version		22.0.1
0.26/0.25	c os.name		Linux
0.26/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.25	c os.arch		amd64
0.26/0.26	c Free memory 		2106806208
0.26/0.26	c Max memory 		16282288128
0.26/0.26	c Total memory 		2113929216
0.26/0.27	c Number of processors 	2
0.57/0.46	c Pseudo Boolean Optimization by upper bound
0.57/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.46	c  - never skip resolution steps
0.57/0.46	c  - Auto-division on coefficients is disabled
0.57/0.46	c  - No postprocessing
0.57/0.46	c  - Conflict is considered as is when resolving
0.57/0.46	c  - Use constraints as they come during conflict analysis
0.57/0.46	c  - Weaken first using unassigned literals
0.57/0.46	c  - Bump strategy: ALWAYS_ONE
0.57/0.46	c  - Bumper: ANY
0.57/0.46	c --- Begin Solver configuration ---
0.57/0.46	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.57/0.46	c Learn all clauses as in MiniSAT
0.57/0.46	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.46	c No reason simplification
0.57/0.46	c Armin Biere (Picosat) restarts strategy
0.57/0.46	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.57/0.46	c timeout=2147483s
0.57/0.46	c DB Simplification allowed=false
0.57/0.46	c Listener: none
0.57/0.46	c --- End Solver configuration ---
0.57/0.47	c solving HOME/instance-4505130-1751465455.opb
0.57/0.47	c reading problem ... 
0.57/0.47	c  objective function found
1.88/1.14	c ... done. Wall clock time 0.668s.
1.88/1.14	c declared #vars     15725
1.88/1.14	c #constraints  33139
1.88/1.14	c constraints type 
1.88/1.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.88/1.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.88/1.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.88/1.15	c org.sat4j.specs.Constr$1 => 3
1.88/1.15	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.88/1.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.88/1.15	c 33139 constraints processed.
1.88/1.17	c objective function length is 1825 literals
137.64/129.67	c cleaning 2501 clauses out of 5010
451.20/438.71	c cleaning 4246 clauses out of 8500
1221.58/1199.94	c cleaning 5623 clauses out of 11253
2733.44/2693.76	c cleaning 6814 clauses out of 13632
3600.07/3547.54	c starts		: 55
3600.07/3547.55	c conflicts		: 30397
3600.07/3547.56	c decisions		: 100928
3600.07/3547.56	c propagations		: 22186061
3600.07/3547.57	c inspects		: 4744369398
3600.07/3547.57	c shortcuts		: 0
3600.07/3547.57	c learnt literals	: 0
3600.07/3547.57	c learnt binary clauses	: 0
3600.07/3547.57	c learnt ternary clauses	: 0
3600.07/3547.58	c learnt constraints	: 30396
3600.07/3547.58	c ignored constraints	: 0
3600.07/3547.58	c root simplifications	: 0
3600.07/3547.58	c removed literals (reason simplification)	: 0
3600.07/3547.58	c reason swapping (by a shorter reason)	: 0
3600.07/3547.58	c Calls to reduceDB	: 4
3600.07/3547.58	c Number of update (reduction) of LBD	: 0
3600.07/3547.58	c Imported unit clauses	: 0
3600.07/3547.58	c No decision after first conflict	: false
3600.07/3547.58	c number of reductions to clauses (during analyze)	: 0
3600.07/3547.59	c number of learned constraints concerned by reduction	: 0
3600.07/3547.59	c number of learning phase by resolution	: 0
3600.07/3547.59	c number of learning phase by cutting planes	: 0
3600.07/3547.59	c number of rounding to 1 operations	: 0
3600.07/3547.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3547.59	c number of reductions of the coefficients by power 2 	: 0
3600.07/3547.59	c number of right shift for reduction by power 2 	: 0
3600.07/3547.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3547.59	c number of ending skipping 	: 0
3600.07/3547.59	c number of internal skipping 	: 0
3600.07/3547.59	c number of derivation steps 	: 368798
3600.07/3547.60	c number of skipped derivation steps 	: 0
3600.07/3547.60	c number of remaining unassigned 	: 12367
3600.07/3547.60	c number of remaining assigned 	: 5168400
3600.07/3547.60	c number of falsified literals weakened from reason	: 0
3600.07/3547.60	c number of falsified literals weakened from conflict	: 0
3600.07/3547.60	c time for arithmetic operations	: 395576352
3600.28/3547.61	c minimum degree of deleted constraints	: null
3600.28/3547.61	c maximum degree of deleted constraints	: null
3600.28/3547.61	c number of deleted constraints	: 0
3600.28/3547.61	c speed (assignments/second)	: 6255.908710115026
3600.28/3547.61	c non guided choices	: 0
3600.28/3547.64	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 11161
3600.28/3547.64	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 51
3600.28/3547.64	s UNKNOWN
3600.28/3547.64	c Total wall clock time (in seconds): 3547.178

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: 63837 MiB (63054 MiB free)
  memory of node 1: 64465 MiB (63806 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100073 s]*
/proc/loadavg: 2.05 3.57 3.98 7/270 67585
/proc/meminfo: memFree=129862516/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=18930384 memory=47300 CPUtime=0.11 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 5727 0 0 0 8 3 0 0 20 0 18 0 62224951 19384713216 11825 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4732596 11825 5098 1 0 546939 0
[pid=67567/tid=67569] ppid=67564 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 4588 0 0 0 5 2 0 0 20 0 18 0 62224953 19384713216 11825 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=18930384 memory=215637833027 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62224958 19384713216 11825 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=18930384 memory=17772 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62224959 19384713216 11825 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47300 KiB

[startup+0.214977 s]*
/proc/loadavg: 2.05 3.57 3.98 6/273 67590
/proc/meminfo: memFree=129844912/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=18930384 memory=49988 CPUtime=0.26 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 6157 0 0 0 21 5 0 0 20 0 18 0 62224951 19384713216 12497 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4732596 12497 5354 1 0 547275 0
[pid=67567/tid=67569] ppid=67564 vsize=18930384 memory=4026748169 CPUtime=0.16 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 4940 0 0 0 12 4 0 0 20 0 18 0 62224953 19384713216 12497 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62224958 19384713216 12497 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=18930384 memory=62887834173854 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62224959 19384713216 12497 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49988 KiB

[startup+0.318307 s]*
/proc/loadavg: 2.05 3.57 3.98 7/283 67603
/proc/meminfo: memFree=129816500/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=18930384 memory=55804 CPUtime=0.41 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 6619 0 0 0 35 6 0 0 20 0 18 0 62224951 19384713216 13951 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4732596 13951 5354 1 0 547660 0
[pid=67567/tid=67569] ppid=67564 vsize=18930384 memory=-6000919502704174441 CPUtime=0.24 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4456512 5103 0 0 0 20 4 0 0 20 0 18 0 62224953 19384713216 13951 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62224958 19384713216 13951 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62224959 19384713216 13951 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55804 KiB

[startup+0.700412 s]
/proc/loadavg: 2.05 3.57 3.98 7/292 67612
/proc/meminfo: memFree=129763236/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=18930604 memory=70244 CPUtime=1.07 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 7526 0 0 0 99 8 0 0 20 0 18 0 62224951 19384938496 17561 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4732651 17561 5450 1 0 548368 0
[pid=67567/tid=67569] ppid=67564 vsize=18930604 memory=18944 CPUtime=0.51 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 5378 0 0 0 46 5 0 0 20 0 18 0 62224953 19384938496 17561 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=18930604 memory=11264 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62224958 19384938496 17561 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=18930604 memory=3200 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62224959 19384938496 17561 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18930604 KiB
Current children cumulated memory: 70244 KiB

[startup+1.50024 s]
/proc/loadavg: 2.05 3.57 3.98 7/290 67612
/proc/meminfo: memFree=129549576/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=183508 CPUtime=2.63 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 17114 0 0 0 248 15 0 0 20 0 20 0 62224951 19521036288 45877 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 45877 5514 1 0 553025 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=0 CPUtime=1.15 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 5890 0 0 0 107 8 0 0 20 0 20 0 62224953 19521036288 45909 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 45909 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=33 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 45909 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183508 KiB

[startup+3.10639 s]
/proc/loadavg: 2.05 3.57 3.98 9/339 67673
/proc/meminfo: memFree=128411764/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=239256 CPUtime=5.81 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 25026 0 0 0 562 19 0 0 20 0 20 0 62224951 19521036288 59814 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 59814 5514 1 0 666634 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=11264 CPUtime=2.61 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 6677 0 0 0 252 9 0 0 20 0 20 0 62224953 19521036288 59814 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=198340509722 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 59814 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 59814 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 59814 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 239256 KiB

[startup+6.30044 s]
/proc/loadavg: 2.37 3.61 3.99 6/339 67673
/proc/meminfo: memFree=125459672/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=800024 CPUtime=10.11 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 26086 0 0 0 981 30 0 0 20 0 20 0 62224951 19521036288 200006 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 200006 5514 1 0 904775 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=0 CPUtime=5.53 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 6952 0 0 0 535 18 0 0 20 0 20 0 62224953 19521036288 200006 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 200006 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 200006 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=660464 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 200006 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 10.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 800024 KiB

[startup+12.7002 s]
/proc/loadavg: 2.66 3.65 4.00 7/341 67675
/proc/meminfo: memFree=121411168/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=1601184 CPUtime=18.22 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 27937 0 0 0 1777 45 0 0 20 0 20 0 62224951 19521036288 400296 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 400296 5514 1 0 904786 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=14720 CPUtime=11.71 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 7624 0 0 0 1139 32 0 0 20 0 20 0 62224953 19521036288 400296 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 400296 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=1601184 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 400296 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 400296 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 18.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1601184 KiB

[startup+25.5005 s]
/proc/loadavg: 3.10 3.71 4.02 6/344 67678
/proc/meminfo: memFree=118052784/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=2293704 CPUtime=31.91 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 34882 0 0 0 3131 60 0 0 20 0 20 0 62224951 19521036288 573426 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 573426 5514 1 0 904809 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=0 CPUtime=24.08 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 9900 0 0 0 2365 43 0 0 20 0 20 0 62224953 19521036288 573426 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=1601184 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 573426 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 573426 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=2293704 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 573426 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 31.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2293704 KiB

[startup+51.1142 s]
/proc/loadavg: 3.57 3.77 4.03 5/344 67679
/proc/meminfo: memFree=115015604/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=4535484 CPUtime=57.64 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 41020 0 0 0 5658 106 0 0 20 0 20 0 62224951 19521036288 1133871 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 1133871 5514 1 0 1475087 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=4535484 CPUtime=49.45 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 13735 0 0 0 4859 86 0 0 20 0 20 0 62224953 19521036288 1133871 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=4535484 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 1133871 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=4535484 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 1133871 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 1133871 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 57.64 s

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

[startup+3222.3 s]
/proc/loadavg: 4.20 4.35 4.35 5/329 67841
/proc/meminfo: memFree=90957784/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=5695824 CPUtime=3270.07 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 195590 0 0 0 326682 325 0 0 20 0 20 0 62224951 19521036288 1423956 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 1423956 5546 1 0 1476001 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=5648720 CPUtime=3180.94 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 121583 0 0 0 317983 111 0 0 20 0 20 0 62224953 19521036288 1423956 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=5644624 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 1423956 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=5691728 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 2287 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 1423956 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=5695824 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 1423956 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 3270.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5695824 KiB

[startup+3282.3 s]
/proc/loadavg: 4.44 4.38 4.36 5/327 67909
/proc/meminfo: memFree=101388612/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=5701968 CPUtime=3330.98 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 198547 0 0 0 332765 333 0 0 20 0 20 0 62224951 19521036288 1425492 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 1425492 5546 1 0 1476001 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=5697872 CPUtime=3240.3 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 123682 0 0 0 323916 114 0 0 20 0 20 0 62224953 19521036288 1425492 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 1425492 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 1425492 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=22684 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 1425492 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 3330.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5701968 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.34 4.35 5/329 67913
/proc/meminfo: memFree=98992116/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=5714256 CPUtime=3391.96 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 200027 0 0 0 338860 336 0 0 20 0 20 0 62224951 19521036288 1428564 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 1428564 5546 1 0 1476001 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=0 CPUtime=3299.72 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 125061 0 0 0 329858 114 0 0 20 0 20 0 62224953 19521036288 1428564 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=5710160 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 1428564 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=5712208 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 2365 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 1428564 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 1428564 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 3391.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5714256 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.34 4.35 5/328 67915
/proc/meminfo: memFree=100060820/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=5720400 CPUtime=3452.71 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 202381 0 0 0 344932 339 0 0 20 0 20 0 62224951 19521036288 1430100 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 1430100 5546 1 0 1476001 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=5712208 CPUtime=3359.35 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 126771 0 0 0 335821 114 0 0 20 0 20 0 62224953 19521036288 1430100 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 1430100 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 2404 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 1430100 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=5720400 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 1430100 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 3452.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5720400 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.33 4.35 5/328 67917
/proc/meminfo: memFree=100119988/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=5728596 CPUtime=3513.54 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 205686 0 0 0 351011 343 0 0 20 0 20 0 62224951 19521036288 1432149 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 1432149 5546 1 0 1476001 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=5712208 CPUtime=3418.51 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 129323 0 0 0 341736 115 0 0 20 0 20 0 62224953 19521036288 1432149 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 1432149 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 2404 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 1432149 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=5728596 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 1432149 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 3513.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5728596 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.29 4.33 5/328 67919
/proc/meminfo: memFree=99810912/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=5738840 CPUtime=3574.46 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 208365 0 0 0 357100 346 0 0 20 0 20 0 62224951 19521036288 1434710 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 1434710 5546 1 0 1476001 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=14720 CPUtime=3477.93 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 131154 0 0 0 347678 115 0 0 20 0 20 0 62224953 19521036288 1434710 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=5736788 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 1434710 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=5736788 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 1434710 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=5736788 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 1434710 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 3574.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5738840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3547.5 s]
/proc/loadavg: 4.19 4.28 4.33 5/328 67919
/proc/meminfo: memFree=99798640/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19063512 memory=5742936 CPUtime=3600.07 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 208458 0 0 0 359660 347 0 0 20 0 20 0 62224951 19521036288 1435734 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4765878 1435734 5546 1 0 1476001 0
[pid=67567/tid=67569] ppid=67564 vsize=19063512 memory=5732692 CPUtime=3502.87 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 131193 0 0 0 350172 115 0 0 20 0 20 0 62224953 19521036288 1435734 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19063512 memory=5728596 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62224958 19521036288 1435734 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 62224959 19521036288 1435734 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67615] ppid=67564 vsize=19063512 memory=5740888 CPUtime=0 cores=1,3
/proc/67567/task/67615/stat : 67615 (Timer-0) S 67564 67567 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62225071 19521036288 1435734 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5742936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.9 s, system=3.50472 s

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

[startup+3547.61 s]
/proc/loadavg: 4.19 4.28 4.33 5/328 67919
/proc/meminfo: memFree=99798640/131382112 swapFree=33010416/33010684
[pid=67567] ppid=67564 vsize=19263204 memory=5743832 CPUtime=3600.28 cores=1,3
/proc/67567/stat : 67567 (java) S 67564 67567 67529 0 -1 4194304 210806 0 0 0 359681 347 0 0 20 0 21 0 62224951 19725520896 1435958 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
/proc/67567/statm: 4815801 1435958 5578 1 0 1476936 0
[pid=67567/tid=67569] ppid=67564 vsize=19263204 memory=14720 CPUtime=3502.97 cores=1,3
/proc/67567/task/67569/stat : 67569 (java) R 67564 67567 67529 0 -1 4194368 131242 0 0 0 350182 115 0 0 20 0 21 0 62224953 19725520896 1435958 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67578] ppid=67564 vsize=19263204 memory=18944 CPUtime=0 cores=1,3
/proc/67567/task/67578/stat : 67578 (Finalizer) S 67564 67567 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62224958 19725520896 1435958 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
[pid=67567/tid=67585] ppid=67564 vsize=19263204 memory=2760 CPUtime=0 cores=1,3
/proc/67567/task/67585/stat : 67585 (Common-Cleaner) S 67564 67567 67529 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 21 0 62224959 19725520896 1435958 18446744073709551615 94747135115264 94747135118960 140723342526912 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94747135126776 94747135127568 94747144601600 140723342535038 140723342535142 140723342535142 140723342540744 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5743832 KiB

Child status: 143

Real time (s): 3547.68
CPU time (s): 3600.4
CPU user time (s): 3596.9
CPU system time (s): 3.50472
CPU usage (%): 101.486
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5743832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.9
system time used= 3.50473
maximum resident set size= 5744088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210963
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120960
involuntary context switches= 8441


# summary of solver processes directly reported to runsolver:
#   pid: 67567
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.9
#   total CPU system time (s): 3.50472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5364 second user time and 36.8482 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-02 16:10:56
IDJOB=4505130
IDBENCH=155741
IDSOLVER=3361
FILE ID=nodeC005/4505130-1751465455
RUNJOBID= nodeC005-1751465455-67541
SLURM_JOB_ID= 9598480
Free space on /tmp= 429480 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_8_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505130-1751465455/watcher-4505130-1751465455 -o /tmp/evaluation-result-4505130-1751465455/solver-4505130-1751465455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751465455-67541 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4505130-1751465455.opb

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

MD5SUM BENCH= a4e6307a32e39171940a0b0a520e3b91
RANDOM SEED=1185947677

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.243
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.408
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.90
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.549
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.90
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.238
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.90
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.246
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.241
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.90
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		: 3700.000
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.90
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.810
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129923020 kB
MemAvailable:   129893336 kB
Buffers:            2128 kB
Cached:           759736 kB
SwapCached:           24 kB
Active:           737524 kB
Inactive:         113340 kB
Active(anon):     103772 kB
Inactive(anon):     3164 kB
Active(file):     633752 kB
Inactive(file):   110176 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14920 kB
Writeback:             0 kB
AnonPages:         91724 kB
Mapped:           103060 kB
Shmem:             17936 kB
KReclaimable:     132028 kB
Slab:             220524 kB
SReclaimable:     132028 kB
SUnreclaim:        88496 kB
KernelStack:        4068 kB
PageTables:         2444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     366200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429312 MiB
End job on nodeC005 at 2025-07-02 17:10:04