Trace number 4505222

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 3589.95

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_ic.opb
MD5SUMc6b8715c3f6301baee7dd7835457fcc6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14682715
Best CPU time to get the best result obtained on this benchmark71179.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 149684681822
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 149684681822
Number of bits of the biggest sum of numbers38
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.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.21/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.21/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.21/0.25	c java.vm.version	22.0.1+8-16
0.21/0.25	c java.vm.vendor	Oracle Corporation
0.21/0.25	c sun.arch.data.model	64
0.21/0.25	c java.version		22.0.1
0.21/0.25	c os.name		Linux
0.21/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.21/0.25	c os.arch		amd64
0.21/0.26	c Free memory 		2104792832
0.21/0.26	c Max memory 		16282288128
0.21/0.26	c Total memory 		2113929216
0.21/0.27	c Number of processors 	2
0.48/0.45	c Pseudo Boolean Optimization by upper bound
0.48/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.45	c  - never skip resolution steps
0.48/0.45	c  - Auto-division on coefficients is disabled
0.48/0.45	c  - No postprocessing
0.48/0.45	c  - Conflict is considered as is when resolving
0.48/0.45	c  - Use constraints as they come during conflict analysis
0.48/0.45	c  - Weaken first using unassigned literals
0.48/0.45	c  - Bump strategy: ALWAYS_ONE
0.48/0.45	c  - Bumper: ANY
0.48/0.45	c --- Begin Solver configuration ---
0.48/0.45	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.48/0.45	c Learn all clauses as in MiniSAT
0.48/0.45	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.45	c No reason simplification
0.48/0.45	c Armin Biere (Picosat) restarts strategy
0.48/0.45	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.48/0.45	c timeout=2147483s
0.48/0.45	c DB Simplification allowed=false
0.48/0.45	c Listener: none
0.48/0.45	c --- End Solver configuration ---
0.48/0.45	c solving HOME/instance-4505222-1751465455.opb
0.48/0.45	c reading problem ... 
0.48/0.46	c  objective function found
17.03/12.54	c ... done. Wall clock time 12.094s.
17.03/12.54	c declared #vars     1000400
17.03/12.55	c #constraints  2030014
17.03/12.55	c constraints type 
17.03/12.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985350
17.03/12.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59500
17.03/12.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
17.03/12.55	c org.sat4j.specs.Constr$1 => 3
17.03/12.55	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
17.03/12.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
17.03/12.55	c 2030014 constraints processed.
17.03/12.56	c objective function length is 29800 literals
3600.14/3589.85	c starts		: 2
3600.14/3589.87	c conflicts		: 123
3600.14/3589.87	c decisions		: 17324
3600.14/3589.87	c propagations		: 5001398
3600.14/3589.87	c inspects		: 16868366
3600.14/3589.87	c shortcuts		: 0
3600.14/3589.87	c learnt literals	: 0
3600.14/3589.87	c learnt binary clauses	: 0
3600.14/3589.87	c learnt ternary clauses	: 0
3600.14/3589.87	c learnt constraints	: 122
3600.14/3589.87	c ignored constraints	: 0
3600.14/3589.87	c root simplifications	: 0
3600.14/3589.87	c removed literals (reason simplification)	: 0
3600.14/3589.87	c reason swapping (by a shorter reason)	: 0
3600.14/3589.87	c Calls to reduceDB	: 0
3600.14/3589.87	c Number of update (reduction) of LBD	: 0
3600.14/3589.89	c Imported unit clauses	: 0
3600.14/3589.89	c No decision after first conflict	: false
3600.14/3589.89	c number of reductions to clauses (during analyze)	: 0
3600.14/3589.89	c number of learned constraints concerned by reduction	: 0
3600.14/3589.89	c number of learning phase by resolution	: 0
3600.14/3589.89	c number of learning phase by cutting planes	: 0
3600.14/3589.89	c number of rounding to 1 operations	: 0
3600.14/3589.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.14/3589.89	c number of reductions of the coefficients by power 2 	: 0
3600.14/3589.89	c number of right shift for reduction by power 2 	: 0
3600.14/3589.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.14/3589.89	c number of ending skipping 	: 0
3600.14/3589.89	c number of internal skipping 	: 0
3600.14/3589.89	c number of derivation steps 	: 15347
3600.14/3589.89	c number of skipped derivation steps 	: 0
3600.14/3589.89	c number of remaining unassigned 	: 0
3600.14/3589.89	c number of remaining assigned 	: 1370247
3600.14/3589.89	c number of falsified literals weakened from reason	: 0
3600.14/3589.89	c number of falsified literals weakened from conflict	: 0
3600.14/3589.89	c time for arithmetic operations	: 63300884
3600.14/3589.89	c minimum degree of deleted constraints	: null
3600.14/3589.90	c maximum degree of deleted constraints	: null
3600.14/3589.90	c number of deleted constraints	: 0
3600.14/3589.90	c speed (assignments/second)	: 1398.1265867795441
3600.14/3589.90	c non guided choices	: 0
3600.14/3589.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 81
3600.34/3589.90	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 41
3600.34/3589.90	s UNKNOWN
3600.34/3589.90	c Total wall clock time (in seconds): 3589.454

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100075 s]*
/proc/loadavg: 2.05 3.57 3.98 9/335 67669
/proc/meminfo: memFree=129342620/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=18930344 memory=46988 CPUtime=0.09 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 5640 0 0 0 6 3 0 0 20 0 18 0 62225093 19384672256 11747 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4732586 11747 5078 1 0 546865 0
[pid=67629/tid=67632] ppid=67626 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 4572 0 0 0 4 2 0 0 20 0 18 0 62225096 19384672256 11747 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=18930344 memory=13926 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62225100 19384672256 11747 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=18930344 memory=57394570986489 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62225101 19384672256 11747 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46988 KiB

[startup+0.218312 s]*
/proc/loadavg: 2.05 3.57 3.98 9/335 67669
/proc/meminfo: memFree=129333232/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=18930384 memory=51768 CPUtime=0.21 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 6095 0 0 0 17 4 0 0 20 0 18 0 62225093 19384713216 12942 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4732596 12942 5334 1 0 547211 0
[pid=67629/tid=67632] ppid=67626 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 4942 0 0 0 13 2 0 0 20 0 18 0 62225096 19384713216 12942 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62225100 19384713216 12942 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62225101 19384713216 12942 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51768 KiB

[startup+0.315358 s]*
/proc/loadavg: 2.05 3.57 3.98 11/335 67669
/proc/meminfo: memFree=129265240/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=18930384 memory=57984 CPUtime=0.33 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 6644 0 0 0 29 4 0 0 20 0 18 0 62225093 19384713216 14496 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4732596 14496 5334 1 0 547659 0
[pid=67629/tid=67632] ppid=67626 vsize=18930384 memory=-6000919507099739497 CPUtime=0.23 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 5100 0 0 0 20 3 0 0 20 0 18 0 62225096 19384713216 14496 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62225100 19384713216 14496 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62225101 19384713216 14496 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57984 KiB

[startup+0.700352 s]
/proc/loadavg: 2.05 3.57 3.98 10/335 67669
/proc/meminfo: memFree=129133036/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=18930384 memory=142556 CPUtime=0.99 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 8889 0 0 0 91 8 0 0 20 0 18 0 62225093 19384713216 35639 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4732596 35639 5430 1 0 549121 0
[pid=67629/tid=67632] ppid=67626 vsize=18930384 memory=18944 CPUtime=0.55 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 5409 0 0 0 50 5 0 0 20 0 18 0 62225096 19384713216 35639 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62225100 19384713216 35639 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62225101 19384713216 35639 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 142556 KiB

[startup+1.50024 s]
/proc/loadavg: 2.05 3.57 3.98 9/338 67672
/proc/meminfo: memFree=128636280/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=18996948 memory=284804 CPUtime=2.51 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 17578 0 0 0 237 14 0 0 20 0 19 0 62225093 19452874752 71201 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4749237 71201 5462 1 0 554939 0
[pid=67629/tid=67632] ppid=67626 vsize=18996948 memory=3200 CPUtime=1.13 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) S 67626 67629 67529 0 -1 4194368 5483 0 0 0 106 7 0 0 20 0 19 0 62225096 19452874752 71201 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 62225100 19452874752 71201 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 62225101 19452874752 71201 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 284804 KiB

[startup+3.10588 s]
/proc/loadavg: 2.05 3.57 3.98 6/339 67673
/proc/meminfo: memFree=126893192/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=18996948 memory=807392 CPUtime=5.23 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 19978 0 0 0 497 26 0 0 20 0 19 0 62225093 19452874752 201848 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4749237 201848 5462 1 0 2261502 0
[pid=67629/tid=67632] ppid=67626 vsize=18996948 memory=11264 CPUtime=2.2 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) S 67626 67629 67529 0 -1 4194368 5598 0 0 0 208 12 0 0 20 0 19 0 62225096 19452874752 201848 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 62225100 19452874752 201848 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 62225101 19452874752 201848 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 807392 KiB

[startup+6.3003 s]
/proc/loadavg: 2.37 3.61 3.99 8/339 67673
/proc/meminfo: memFree=123969628/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=18996948 memory=1806544 CPUtime=9.19 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 22288 0 0 0 871 48 0 0 20 0 19 0 62225093 19452874752 451636 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4749237 451636 5462 1 0 2959743 0
[pid=67629/tid=67632] ppid=67626 vsize=18996948 memory=5632 CPUtime=4.59 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 5933 0 0 0 434 25 0 0 20 0 19 0 62225096 19452874752 451636 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 62225100 19452874752 451636 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=18996948 memory=-6000919481346712937 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 62225101 19452874752 451636 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1806544 KiB

[startup+12.7004 s]
/proc/loadavg: 2.66 3.65 4.00 6/342 67676
/proc/meminfo: memFree=120465308/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19063512 memory=3109524 CPUtime=17.37 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 24071 0 0 0 1655 82 0 0 20 0 20 0 62225093 19521036288 777381 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4765878 777381 5494 1 0 3186137 0
[pid=67629/tid=67632] ppid=67626 vsize=19063512 memory=14720 CPUtime=9.81 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 6837 0 0 0 930 51 0 0 20 0 20 0 62225096 19521036288 777381 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62225100 19521036288 777381 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19063512 memory=893448 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 62225101 19521036288 777381 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 17.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109524 KiB

[startup+25.5005 s]
/proc/loadavg: 3.25 3.73 4.02 5/344 67678
/proc/meminfo: memFree=118028468/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19130076 memory=4025688 CPUtime=36.97 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 33875 0 0 0 3594 103 0 0 20 0 21 0 62225093 19589197824 1006422 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 1006422 5494 1 0 3189583 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=2372728 CPUtime=21.68 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 8903 0 0 0 2104 64 0 0 20 0 21 0 62225096 19589197824 1006422 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=3122740 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 1006422 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=3164832 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 1006422 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=0 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 1006422 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 36.97 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4025688 KiB

[startup+51.1147 s]
/proc/loadavg: 3.57 3.77 4.03 5/344 67679
/proc/meminfo: memFree=115015352/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19130076 memory=4025816 CPUtime=62.55 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 34429 0 0 0 6151 104 0 0 20 0 21 0 62225093 19589197824 1006454 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 1006454 5494 1 0 3189583 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=4025816 CPUtime=47.23 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 9324 0 0 0 4659 64 0 0 20 0 21 0 62225096 19589197824 1006454 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=14720 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 1006454 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=-6000919481346712937 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 1006454 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=4025816 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 1006454 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 62.55 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4025816 KiB

[startup+102.3 s]
/proc/loadavg: 4.33 3.95 4.08 5/345 67683

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

[startup+3282.3 s]
/proc/loadavg: 4.44 4.38 4.36 5/327 67909
/proc/meminfo: memFree=101109896/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3290.83 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 106455 0 0 0 328692 391 0 0 20 0 21 0 62225093 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 2405371 5494 1 0 3189622 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3268.56 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 44040 0 0 0 326670 186 0 0 20 0 21 0 62225096 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 2893 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=11264 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 3290.83 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9621484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.34 4.35 5/329 67913
/proc/meminfo: memFree=98963444/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3350.73 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 107258 0 0 0 334680 393 0 0 20 0 21 0 62225093 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 2405371 5494 1 0 3189622 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=14720 CPUtime=3328.43 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 44758 0 0 0 332656 187 0 0 20 0 21 0 62225096 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 2918 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 3350.73 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9621484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.34 4.35 5/328 67915
/proc/meminfo: memFree=100052628/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3410.64 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 108171 0 0 0 340668 396 0 0 20 0 21 0 62225093 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 2405371 5494 1 0 3189622 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3388.29 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 45627 0 0 0 338642 187 0 0 20 0 21 0 62225096 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=14720 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 2939 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 3410.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9621484 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.33 4.35 5/328 67917
/proc/meminfo: memFree=100119996/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3470.55 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 108838 0 0 0 346656 399 0 0 20 0 21 0 62225093 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 2405371 5494 1 0 3189622 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3448.15 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 46254 0 0 0 344628 187 0 0 20 0 21 0 62225096 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=0 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 2953 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 3470.55 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9621484 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=67629] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3530.43 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 109384 0 0 0 352641 402 0 0 20 0 21 0 62225093 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 2405371 5494 1 0 3189622 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3507.98 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 46755 0 0 0 350610 188 0 0 20 0 21 0 62225096 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 2967 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 3530.43 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9621484 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.30 4.33 6/327 68119
/proc/meminfo: memFree=109758800/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19130076 memory=9621484 CPUtime=3590.52 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 114352 0 0 0 358644 408 0 0 20 0 21 0 62225093 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 2405371 5494 1 0 3189622 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=14720 CPUtime=3567.49 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 49900 0 0 0 356559 190 0 0 20 0 21 0 62225096 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 2981 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=9621484 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 2405371 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 3590.52 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9621484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.8 s]
/proc/loadavg: 4.43 4.32 4.34 5/327 68119
/proc/meminfo: memFree=108479848/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19130076 memory=9621612 CPUtime=3600.14 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 118447 0 0 0 359605 409 0 0 20 0 21 0 62225093 19589197824 2405403 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4782519 2405403 5494 1 0 3189622 0
[pid=67629/tid=67632] ppid=67626 vsize=19130076 memory=-6000919481346712937 CPUtime=3574.55 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 51017 0 0 0 357265 190 0 0 20 0 21 0 62225096 19589197824 2405403 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19130076 memory=4760 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62225100 19589197824 2405403 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19130076 memory=2760 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 2981 0 0 0 0 0 0 0 20 0 21 0 62225101 19589197824 2405403 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67677] ppid=67626 vsize=19130076 memory=19584 CPUtime=0 cores=5,7
/proc/67629/task/67677/stat : 67677 (Timer-0) S 67626 67629 67529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 62226361 19589197824 2405403 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9621612 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.26 s, system=4.14069 s

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

[startup+3589.9 s]
/proc/loadavg: 4.43 4.32 4.34 5/327 68119
/proc/meminfo: memFree=108479848/131382112 swapFree=33010416/33010684
[pid=67629] ppid=67626 vsize=19329768 memory=9622636 CPUtime=3600.34 cores=5,7
/proc/67629/stat : 67629 (java) S 67626 67629 67529 0 -1 4194304 120679 0 0 0 359625 409 0 0 20 0 22 0 62225093 19793682432 2405659 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
/proc/67629/statm: 4832442 2405659 5526 1 0 3190559 0
[pid=67629/tid=67632] ppid=67626 vsize=19329768 memory=5148 CPUtime=3574.63 cores=5,7
/proc/67629/task/67632/stat : 67632 (java) R 67626 67629 67529 0 -1 4194368 51038 0 0 0 357273 190 0 0 20 0 22 0 62225096 19793682432 2405659 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67653] ppid=67626 vsize=19329768 memory=9621612 CPUtime=0 cores=5,7
/proc/67629/task/67653/stat : 67653 (Finalizer) S 67626 67629 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 62225100 19793682432 2405659 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
[pid=67629/tid=67669] ppid=67626 vsize=19329768 memory=2824 CPUtime=0 cores=5,7
/proc/67629/task/67669/stat : 67669 (Common-Cleaner) S 67626 67629 67529 0 -1 4194368 2981 0 0 0 0 0 0 0 20 0 22 0 62225101 19793682432 2405659 18446744073709551615 94257363226624 94257363230320 140720486716992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94257363238136 94257363238928 94257392521216 140720486726014 140720486726118 140720486726118 140720486731720 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 9622636 KiB

Child status: 143

Real time (s): 3589.95
CPU time (s): 3600.4
CPU user time (s): 3596.26
CPU system time (s): 4.14069
CPU usage (%): 100.291
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 9622636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.26
system time used= 4.14069
maximum resident set size= 9622764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108639
involuntary context switches= 5549


# summary of solver processes directly reported to runsolver:
#   pid: 67629
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.26
#   total CPU system time (s): 4.14069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2491 second user time and 38.1067 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-02 16:10:57
IDJOB=4505222
IDBENCH=155746
IDSOLVER=3361
FILE ID=nodeC005/4505222-1751465455
RUNJOBID= nodeC005-1751465455-67542
SLURM_JOB_ID= 9598480
Free space on /tmp= 429276 MiB

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

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

MD5SUM BENCH= c6b8715c3f6301baee7dd7835457fcc6
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		: 2893.308
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		: 2394.482
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.260
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		: 2594.005
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		: 2294.694
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		: 2892.623
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		: 2294.704
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.241
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:        129444908 kB
MemAvailable:   129619624 kB
Buffers:            2128 kB
Cached:           964120 kB
SwapCached:           24 kB
Active:          1024392 kB
Inactive:         317716 kB
Active(anon):     390632 kB
Inactive(anon):     3164 kB
Active(file):     633760 kB
Inactive(file):   314552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            215844 kB
Writeback:             0 kB
AnonPages:        379036 kB
Mapped:           123452 kB
Shmem:             17936 kB
KReclaimable:     132060 kB
Slab:             220420 kB
SReclaimable:     132060 kB
SUnreclaim:        88360 kB
KernelStack:        4784 kB
PageTables:         4044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4793756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150120 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 429324 MiB
End job on nodeC005 at 2025-07-02 17:10:47