Trace number 4506234

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.34 3599.47

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMdbf34b7abc88a78c4f9cfedcb1385de8
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 benchmark-451137
Best CPU time to get the best result obtained on this benchmark71743.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 596093810
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 596093810
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.16	c version PB25.v20250606
0.12/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.18	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.18	c Free memory 		2104792832
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2113929216
0.12/0.19	c Number of processors 	2
0.47/0.35	c Pseudo Boolean Optimization by upper bound
0.47/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.35	c  - never skip resolution steps
0.47/0.35	c  - Auto-division on coefficients is disabled
0.47/0.35	c  - No postprocessing
0.47/0.35	c  - Conflict is considered as is when resolving
0.47/0.35	c  - Use constraints as they come during conflict analysis
0.47/0.35	c  - Weaken first using unassigned literals
0.47/0.35	c  - Bump strategy: ALWAYS_ONE
0.47/0.35	c  - Bumper: ANY
0.47/0.35	c --- Begin Solver configuration ---
0.47/0.35	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.47/0.35	c Learn all clauses as in MiniSAT
0.47/0.35	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.35	c No reason simplification
0.47/0.35	c Armin Biere (Picosat) restarts strategy
0.47/0.35	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.47/0.35	c timeout=2147483s
0.47/0.35	c DB Simplification allowed=false
0.47/0.35	c Listener: none
0.47/0.35	c --- End Solver configuration ---
0.47/0.35	c solving HOME/instance-4506234-1751496950.opb
0.47/0.35	c reading problem ... 
0.47/0.36	c  objective function found
9.75/7.04	c ... done. Wall clock time 6.682s.
9.75/7.04	c declared #vars     399113
9.75/7.04	c #constraints  400980
9.75/7.04	c constraints type 
9.75/7.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
9.75/7.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.75/7.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
9.75/7.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
9.75/7.04	c 400980 constraints processed.
9.75/7.05	c objective function length is 306555 literals
3600.03/3599.35	c starts		: 1
3600.03/3599.38	c conflicts		: 25
3600.03/3599.38	c decisions		: 537197
3600.03/3599.38	c propagations		: 864376
3600.03/3599.38	c inspects		: 697437
3600.03/3599.38	c shortcuts		: 0
3600.03/3599.39	c learnt literals	: 0
3600.03/3599.39	c learnt binary clauses	: 0
3600.03/3599.39	c learnt ternary clauses	: 0
3600.03/3599.39	c learnt constraints	: 24
3600.03/3599.39	c ignored constraints	: 0
3600.03/3599.39	c root simplifications	: 0
3600.03/3599.39	c removed literals (reason simplification)	: 0
3600.03/3599.39	c reason swapping (by a shorter reason)	: 0
3600.03/3599.39	c Calls to reduceDB	: 0
3600.03/3599.39	c Number of update (reduction) of LBD	: 0
3600.03/3599.39	c Imported unit clauses	: 0
3600.03/3599.40	c No decision after first conflict	: false
3600.22/3599.40	c number of reductions to clauses (during analyze)	: 0
3600.22/3599.40	c number of learned constraints concerned by reduction	: 0
3600.22/3599.41	c number of learning phase by resolution	: 0
3600.22/3599.41	c number of learning phase by cutting planes	: 0
3600.22/3599.41	c number of rounding to 1 operations	: 0
3600.22/3599.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.22/3599.41	c number of reductions of the coefficients by power 2 	: 0
3600.22/3599.42	c number of right shift for reduction by power 2 	: 0
3600.22/3599.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.22/3599.42	c number of ending skipping 	: 0
3600.22/3599.42	c number of internal skipping 	: 0
3600.22/3599.42	c number of derivation steps 	: 316
3600.22/3599.42	c number of skipped derivation steps 	: 0
3600.22/3599.42	c number of remaining unassigned 	: 0
3600.22/3599.42	c number of remaining assigned 	: 166
3600.22/3599.42	c number of falsified literals weakened from reason	: 0
3600.22/3599.42	c number of falsified literals weakened from conflict	: 0
3600.22/3599.42	c time for arithmetic operations	: 729765
3600.22/3599.43	c minimum degree of deleted constraints	: null
3600.22/3599.43	c maximum degree of deleted constraints	: null
3600.22/3599.43	c number of deleted constraints	: 0
3600.22/3599.43	c speed (assignments/second)	: 240.63899723914483
3600.22/3599.44	c non guided choices	: 0
3600.22/3599.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18
3600.22/3599.44	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 2
3600.22/3599.44	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.22/3599.44	s UNKNOWN
3600.22/3599.44	c Total wall clock time (in seconds): 3599.092

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100074 s]*
/proc/loadavg: 4.12 4.12 4.15 6/302 71939
/proc/meminfo: memFree=120147920/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=18930384 memory=48320 CPUtime=0.12 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 5786 0 0 0 9 3 0 0 20 0 18 0 65374527 19384713216 12080 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4732596 12080 5317 1 0 546986 0
[pid=71921/tid=71923] ppid=71918 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 4691 0 0 0 5 2 0 0 20 0 18 0 65374529 19384713216 12080 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65374534 19384713216 12080 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=18930384 memory=58494082630061 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65374535 19384713216 12080 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48320 KiB

[startup+0.214795 s]*
/proc/loadavg: 4.12 4.12 4.15 5/302 71939
/proc/meminfo: memFree=120130088/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=18930384 memory=57832 CPUtime=0.3 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 6610 0 0 0 26 4 0 0 20 0 18 0 65374527 19384713216 14458 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4732596 14458 5349 1 0 547658 0
[pid=71921/tid=71923] ppid=71918 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 5131 0 0 0 16 2 0 0 20 0 18 0 65374529 19384713216 14458 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65374534 19384713216 14458 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65374535 19384713216 14458 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57832 KiB

[startup+0.316575 s]*
/proc/loadavg: 4.12 4.12 4.15 7/302 71939
/proc/meminfo: memFree=120126056/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=18930384 memory=59496 CPUtime=0.47 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 6925 0 0 0 43 4 0 0 20 0 18 0 65374527 19384713216 14874 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4732596 14874 5445 1 0 547880 0
[pid=71921/tid=71923] ppid=71918 vsize=18930384 memory=-6000919472773360488 CPUtime=0.28 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 5314 0 0 0 25 3 0 0 20 0 18 0 65374529 19384713216 14874 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65374534 19384713216 14874 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65374535 19384713216 14874 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59496 KiB

[startup+0.700325 s]
/proc/loadavg: 4.12 4.12 4.15 6/302 71939
/proc/meminfo: memFree=120060460/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=18930384 memory=129200 CPUtime=1.16 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 9161 0 0 0 109 7 0 0 20 0 18 0 65374527 19384713216 32300 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4732596 32300 5445 1 0 549297 0
[pid=71921/tid=71923] ppid=71918 vsize=18930384 memory=19072 CPUtime=0.58 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 5388 0 0 0 54 4 0 0 20 0 18 0 65374529 19384713216 32300 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65374534 19384713216 32300 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65374535 19384713216 32300 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 129200 KiB

[startup+1.50563 s]
/proc/loadavg: 4.28 4.15 4.16 7/312 71956
/proc/meminfo: memFree=119945552/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=18996948 memory=232644 CPUtime=2.62 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 10687 0 0 0 251 11 0 0 20 0 19 0 65374527 19452874752 58161 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4749237 58161 5477 1 0 1061547 0
[pid=71921/tid=71923] ppid=71918 vsize=18996948 memory=3200 CPUtime=1.21 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 5461 0 0 0 116 5 0 0 20 0 19 0 65374529 19452874752 58161 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65374534 19452874752 58161 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 65374535 19452874752 58161 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 232644 KiB

[startup+3.1057 s]
/proc/loadavg: 4.28 4.15 4.16 8/324 71968
/proc/meminfo: memFree=117588512/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=18996948 memory=2189328 CPUtime=5.06 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 19122 0 0 0 452 54 0 0 20 0 19 0 65374527 19452874752 547332 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4749237 547332 5509 1 0 1714833 0
[pid=71921/tid=71923] ppid=71918 vsize=18996948 memory=11264 CPUtime=2.52 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 6375 0 0 0 208 44 0 0 20 0 19 0 65374529 19452874752 547332 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65374534 19452874752 547332 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 65374535 19452874752 547332 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 5.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2189328 KiB

[startup+6.30032 s]
/proc/loadavg: 4.41 4.18 4.17 7/326 71970
/proc/meminfo: memFree=115740360/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19063512 memory=3566192 CPUtime=8.64 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 20908 0 0 0 777 87 0 0 20 0 20 0 65374527 19521036288 891548 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4765878 891548 5509 1 0 2320970 0
[pid=71921/tid=71923] ppid=71918 vsize=19063512 memory=5632 CPUtime=5.15 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 6975 0 0 0 442 73 0 0 20 0 20 0 65374529 19521036288 891548 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65374534 19521036288 891548 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19063512 memory=-6000919472773360488 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 65374535 19521036288 891548 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3566192 KiB

[startup+12.7005 s]
/proc/loadavg: 4.46 4.19 4.17 6/327 71972
/proc/meminfo: memFree=115213332/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=3870136 CPUtime=17.25 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 22258 0 0 0 1631 94 0 0 20 0 21 0 65374527 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 967534 5541 1 0 2718423 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=14720 CPUtime=11.09 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 7204 0 0 0 1033 76 0 0 20 0 21 0 65374529 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=0 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=3870136 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 17.25 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3870136 KiB

[startup+25.5005 s]
/proc/loadavg: 4.46 4.20 4.18 6/327 71972
/proc/meminfo: memFree=114585952/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=3870136 CPUtime=30.14 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 22401 0 0 0 2919 95 0 0 20 0 21 0 65374527 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 967534 5541 1 0 2718423 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=5632 CPUtime=23.86 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 7247 0 0 0 2310 76 0 0 20 0 21 0 65374529 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=3456 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=3870136 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=3566320 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 30.14 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3870136 KiB

[startup+51.1145 s]
/proc/loadavg: 4.41 4.22 4.18 7/327 72038
/proc/meminfo: memFree=114982332/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=3870136 CPUtime=55.71 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 22605 0 0 0 5471 100 0 0 20 0 21 0 65374527 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 967534 5541 1 0 2718423 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=3870136 CPUtime=49.38 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 7301 0 0 0 4860 78 0 0 20 0 21 0 65374529 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=3566320 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=140000230473777 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=3870136 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 967534 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 55.71 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3870136 KiB

[startup+102.301 s]

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

[startup+3282.3 s]
/proc/loadavg: 3.32 3.62 3.98 4/302 72236
/proc/meminfo: memFree=106040036/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3283.62 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 39271 0 0 0 327985 377 0 0 20 0 21 0 65374527 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 1082389 5541 1 0 2718458 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3270.82 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 10086 0 0 0 326989 93 0 0 20 0 21 0 65374529 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=19072 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=14720 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 1721 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 3283.62 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4329556 KiB

[startup+3342.3 s]
/proc/loadavg: 3.33 3.56 3.93 5/302 72238
/proc/meminfo: memFree=106014988/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3343.53 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 39373 0 0 0 333971 382 0 0 20 0 21 0 65374527 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 1082389 5541 1 0 2718458 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3330.63 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 10094 0 0 0 332970 93 0 0 20 0 21 0 65374529 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=11264 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 1752 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=14720 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 3343.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4329556 KiB

[startup+3402.3 s]
/proc/loadavg: 3.27 3.50 3.89 4/302 72240
/proc/meminfo: memFree=105794856/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3403.44 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 39419 0 0 0 339959 385 0 0 20 0 21 0 65374527 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 1082389 5541 1 0 2718458 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=11264 CPUtime=3390.45 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 10132 0 0 0 338952 93 0 0 20 0 21 0 65374529 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 1754 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 3403.44 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4329556 KiB

[startup+3462.3 s]
/proc/loadavg: 2.60 3.28 3.79 3/278 72279
/proc/meminfo: memFree=118900652/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3463.32 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 39463 0 0 0 345943 389 0 0 20 0 21 0 65374527 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 1082389 5541 1 0 2718458 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=11264 CPUtime=3450.24 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 10134 0 0 0 344931 93 0 0 20 0 21 0 65374529 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=14720 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=14720 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 3463.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4329556 KiB

[startup+3522.3 s]
/proc/loadavg: 2.27 3.06 3.68 3/278 72281
/proc/meminfo: memFree=118862912/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3523.19 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 39557 0 0 0 351926 393 0 0 20 0 21 0 65374527 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 1082389 5541 1 0 2718458 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3510.02 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 10135 0 0 0 350909 93 0 0 20 0 21 0 65374529 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=14720 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=0 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 1838 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 3523.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4329556 KiB

[startup+3582.3 s]
/proc/loadavg: 2.14 2.88 3.57 3/278 72283
/proc/meminfo: memFree=118863968/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3583.07 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 39659 0 0 0 357908 399 0 0 20 0 21 0 65374527 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 1082389 5541 1 0 2718458 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=19072 CPUtime=3569.8 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 10139 0 0 0 356887 93 0 0 20 0 21 0 65374529 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 3583.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4329556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.3 s]
/proc/loadavg: 2.02 2.82 3.54 2/253 72317
/proc/meminfo: memFree=125485128/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19130076 memory=4329556 CPUtime=3600.03 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 39661 0 0 0 359602 401 0 0 20 0 21 0 65374527 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4782519 1082389 5541 1 0 2718458 0
[pid=71921/tid=71923] ppid=71918 vsize=19130076 memory=19072 CPUtime=3586.72 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 10139 0 0 0 358579 93 0 0 20 0 21 0 65374529 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65374534 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19130076 memory=3200 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 21 0 65374535 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71971] ppid=71918 vsize=19130076 memory=4329556 CPUtime=0 cores=5,7
/proc/71921/task/71971/stat : 71971 (Timer-0) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65375271 19589197824 1082389 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4329556 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.3 s, system=4.03486 s

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

[startup+3599.41 s]
/proc/loadavg: 2.02 2.82 3.54 2/253 72317
/proc/meminfo: memFree=125485128/131382112 swapFree=33010416/33010684
[pid=71921] ppid=71918 vsize=19329768 memory=4330196 CPUtime=3600.22 cores=5,7
/proc/71921/stat : 71921 (java) S 71918 71921 70908 0 -1 4194304 42886 0 0 0 359621 401 0 0 20 0 22 0 65374527 19793682432 1082549 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
/proc/71921/statm: 4832442 1082549 5541 1 0 2719377 0
[pid=71921/tid=71923] ppid=71918 vsize=19329768 memory=-6000919472773360488 CPUtime=3586.83 cores=5,7
/proc/71921/task/71923/stat : 71923 (java) R 71918 71921 70908 0 -1 4194368 10139 0 0 0 358590 93 0 0 20 0 22 0 65374529 19793682432 1082549 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71932] ppid=71918 vsize=19329768 memory=-6000919472773360488 CPUtime=0 cores=5,7
/proc/71921/task/71932/stat : 71932 (Finalizer) S 71918 71921 70908 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 65374534 19793682432 1082549 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
[pid=71921/tid=71939] ppid=71918 vsize=19329768 memory=-4421386496180971872 CPUtime=0 cores=5,7
/proc/71921/task/71939/stat : 71939 (Common-Cleaner) S 71918 71921 70908 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 22 0 65374535 19793682432 1082549 18446744073709551615 94702697562112 94702697565808 140727257496816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94702697573624 94702697574416 94702728978432 140727257500030 140727257500134 140727257500134 140727257505736 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 4330196 KiB

Child status: 143

Real time (s): 3599.47
CPU time (s): 3600.34
CPU user time (s): 3596.3
CPU system time (s): 4.03486
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 4330196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.3
system time used= 4.03486
maximum resident set size= 4330452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169449
involuntary context switches= 3478


# summary of solver processes directly reported to runsolver:
#   pid: 71921
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3596.3
#   total CPU system time (s): 4.03486

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.1021 second user time and 36.9168 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-03 00:55:51
IDJOB=4506234
IDBENCH=157926
IDSOLVER=3361
FILE ID=nodeC005/4506234-1751496950
RUNJOBID= nodeC005-1751489761-70921
SLURM_JOB_ID= 9598552
Free space on /tmp= 429396 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506234-1751496950/watcher-4506234-1751496950 -o /tmp/evaluation-result-4506234-1751496950/solver-4506234-1751496950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751489761-70921 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4506234-1751496950.opb

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

MD5SUM BENCH= dbf34b7abc88a78c4f9cfedcb1385de8
RANDOM SEED=1074750177

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		: 3662.336
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.497
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.412
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.251
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		: 3662.352
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		: 1895.633
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		: 1197.493
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.442
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:        120163948 kB
MemAvailable:   120309904 kB
Buffers:            2128 kB
Cached:           935308 kB
SwapCached:           24 kB
Active:         10322832 kB
Inactive:         288896 kB
Active(anon):    9689064 kB
Inactive(anon):     3164 kB
Active(file):     633768 kB
Inactive(file):   285732 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60448 kB
Writeback:            12 kB
AnonPages:       9677412 kB
Mapped:           123728 kB
Shmem:             17936 kB
KReclaimable:     132164 kB
Slab:             219864 kB
SReclaimable:     132164 kB
SUnreclaim:        87700 kB
KernelStack:        4592 kB
PageTables:        22372 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20490600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149960 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9484288 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= 429456 MiB
End job on nodeC005 at 2025-07-03 01:55:51