Trace number 4517080

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.36 3580.59

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq5/normalized-16array_alg_ineq5.opb
MD5SUM2e54c08f901c8d3e55b254d9ae7919ac
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.034052
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables656
Total number of constraints1651
Number of constraints which are clauses1632
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint288
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.24/0.23	c version PB25.v20250606
0.24/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.25	c java.vm.version	22.0.1+8-16
0.24/0.25	c java.vm.vendor	Oracle Corporation
0.24/0.25	c sun.arch.data.model	64
0.24/0.25	c java.version		22.0.1
0.24/0.25	c os.name		Linux
0.24/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.25	c os.arch		amd64
0.24/0.26	c Free memory 		2106806208
0.24/0.26	c Max memory 		16282288128
0.24/0.27	c Total memory 		2113929216
0.24/0.27	c Number of processors 	2
0.41/0.44	c Pseudo Boolean Optimization by upper bound
0.41/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.44	c  - never skip resolution steps
0.41/0.44	c  - Auto-division on coefficients is disabled
0.41/0.44	c  - No postprocessing
0.41/0.44	c  - Conflict is considered as is when resolving
0.41/0.44	c  - Use constraints as they come during conflict analysis
0.41/0.44	c  - Weaken first using unassigned literals
0.41/0.44	c  - Bump strategy: ALWAYS_ONE
0.41/0.44	c  - Bumper: ANY
0.41/0.44	c --- Begin Solver configuration ---
0.41/0.44	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.41/0.44	c Learn all clauses as in MiniSAT
0.41/0.44	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.44	c No reason simplification
0.41/0.44	c Armin Biere (Picosat) restarts strategy
0.41/0.44	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.41/0.44	c timeout=2147483s
0.41/0.44	c DB Simplification allowed=false
0.41/0.44	c Listener: none
0.41/0.44	c --- End Solver configuration ---
0.60/0.45	c solving HOME/instance-4517080-1751244204.opb
0.60/0.45	c reading problem ... 
0.60/0.45	c  no objective function found
0.91/0.62	c ... done. Wall clock time 0.171s.
0.91/0.62	c declared #vars     656
0.91/0.62	c #constraints  1669
0.91/0.63	c constraints type 
0.91/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1088
0.91/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
0.91/0.63	c org.sat4j.specs.Constr$1 => 16
0.91/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 544
0.91/0.63	c org.sat4j.pb.constraints.pb.UnitClausePB => 16
0.91/0.63	c 1669 constraints processed.
200.52/196.06	c cleaning 2493 clauses out of 5000
877.12/870.97	c cleaning 4250 clauses out of 8507
2131.88/2121.49	c cleaning 5622 clauses out of 11258
3600.01/3580.43	c starts		: 53
3600.01/3580.44	c conflicts		: 25060
3600.01/3580.45	c decisions		: 43828
3600.01/3580.45	c propagations		: 1627977
3600.01/3580.45	c inspects		: 4000821570
3600.01/3580.46	c shortcuts		: 0
3600.01/3580.46	c learnt literals	: 0
3600.01/3580.46	c learnt binary clauses	: 0
3600.01/3580.46	c learnt ternary clauses	: 0
3600.01/3580.46	c learnt constraints	: 25059
3600.01/3580.46	c ignored constraints	: 0
3600.01/3580.46	c root simplifications	: 0
3600.01/3580.46	c removed literals (reason simplification)	: 0
3600.01/3580.46	c reason swapping (by a shorter reason)	: 0
3600.01/3580.46	c Calls to reduceDB	: 3
3600.01/3580.46	c Number of update (reduction) of LBD	: 0
3600.01/3580.46	c Imported unit clauses	: 0
3600.01/3580.47	c No decision after first conflict	: false
3600.01/3580.47	c number of reductions to clauses (during analyze)	: 0
3600.01/3580.47	c number of learned constraints concerned by reduction	: 0
3600.01/3580.47	c number of learning phase by resolution	: 0
3600.01/3580.47	c number of learning phase by cutting planes	: 0
3600.01/3580.47	c number of rounding to 1 operations	: 0
3600.01/3580.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3580.47	c number of reductions of the coefficients by power 2 	: 0
3600.01/3580.47	c number of right shift for reduction by power 2 	: 0
3600.01/3580.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3580.47	c number of ending skipping 	: 0
3600.01/3580.47	c number of internal skipping 	: 0
3600.01/3580.48	c number of derivation steps 	: 610065
3600.01/3580.48	c number of skipped derivation steps 	: 0
3600.01/3580.49	c number of remaining unassigned 	: 1486
3600.01/3580.49	c number of remaining assigned 	: 12379667
3600.01/3580.49	c number of falsified literals weakened from reason	: 0
3600.01/3580.49	c number of falsified literals weakened from conflict	: 0
3600.01/3580.49	c time for arithmetic operations	: 3027078030
3600.01/3580.50	c minimum degree of deleted constraints	: null
3600.21/3580.50	c maximum degree of deleted constraints	: null
3600.21/3580.50	c number of deleted constraints	: 0
3600.21/3580.52	c speed (assignments/second)	: 454.7603437790951
3600.21/3580.52	c non guided choices	: 18
3600.21/3580.55	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 12694
3600.21/3580.56	s UNKNOWN
3600.21/3580.56	c Total wall clock time (in seconds): 3580.109

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (60806 MiB free)
  memory of node 1: 64507 MiB (59739 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517080-1751244204/watcher-4517080-1751244204 -o /tmp/evaluation-result-4517080-1751244204/solver-4517080-1751244204 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751244204-35305 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4517080-1751244204.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
Starting watchdog thread
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
Current StackSize limit: 8192 KiB

solver pid=35356, runsolver pid=35345

[startup+0.100447 s]*
/proc/loadavg: 1.09 2.26 3.33 16/319 35428
/proc/meminfo: memFree=123363720/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=18930288 memory=47400 CPUtime=0.08 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 5408 0 0 0 4 4 0 0 20 0 18 0 40100177 19384614912 11850 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4732572 11850 4882 1 0 546685 0
[pid=35356/tid=35374] ppid=35345 vsize=18930288 memory=4026532124 CPUtime=0.05 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) D 35345 35356 34514 0 -1 4456512 4541 0 0 0 3 2 0 0 20 0 18 0 40100181 19384614912 11850 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=18930288 memory=16142 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40100186 19384614912 11850 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=18930288 memory=58494082614266 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40100187 19384614912 11850 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930288 KiB
Current children cumulated memory: 47400 KiB

[startup+0.213741 s]*
/proc/loadavg: 1.09 2.26 3.33 9/320 35429
/proc/meminfo: memFree=123356712/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=18930384 memory=51496 CPUtime=0.24 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 6043 0 0 0 19 5 0 0 20 0 18 0 40100177 19384713216 12874 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4732596 12874 5330 1 0 547210 0
[pid=35356/tid=35374] ppid=35345 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 4934 0 0 0 12 3 0 0 20 0 18 0 40100181 19384713216 12874 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40100186 19384713216 12874 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40100187 19384713216 12874 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51496 KiB

[startup+0.316494 s]*
/proc/loadavg: 1.09 2.26 3.33 14/320 35429
/proc/meminfo: memFree=123337872/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=18930384 memory=57612 CPUtime=0.41 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 6536 0 0 0 35 6 0 0 20 0 18 0 40100177 19384713216 14403 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4732596 14403 5330 1 0 547678 0
[pid=35356/tid=35374] ppid=35345 vsize=18930384 memory=-6000919498493224812 CPUtime=0.23 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 5104 0 0 0 20 3 0 0 20 0 18 0 40100181 19384713216 14403 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40100186 19384713216 14403 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40100187 19384713216 14403 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57612 KiB

[startup+0.700365 s]
/proc/loadavg: 1.09 2.26 3.33 13/320 35429
/proc/meminfo: memFree=123326404/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=18996948 memory=66128 CPUtime=1.08 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 7051 0 0 0 101 7 0 0 20 0 19 0 40100177 19452874752 16532 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4749237 16532 5426 1 0 548362 0
[pid=35356/tid=35374] ppid=35345 vsize=18996948 memory=17536 CPUtime=0.54 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 5435 0 0 0 50 4 0 0 20 0 19 0 40100181 19452874752 16532 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40100186 19452874752 16532 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40100187 19452874752 16532 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66128 KiB

[startup+1.50029 s]
/proc/loadavg: 1.09 2.26 3.33 6/280 35450
/proc/meminfo: memFree=123299100/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19063512 memory=162036 CPUtime=2.6 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 13405 0 0 0 247 13 0 0 20 0 20 0 40100177 19521036288 40509 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4765878 40509 5490 1 0 550396 0
[pid=35356/tid=35374] ppid=35345 vsize=19063512 memory=3200 CPUtime=1.19 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 5752 0 0 0 111 8 0 0 20 0 20 0 40100181 19521036288 40509 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40100186 19521036288 40509 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 40100187 19521036288 40509 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40100242 19521036288 40509 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162036 KiB

[startup+3.10573 s]
/proc/loadavg: 1.09 2.26 3.33 10/324 35563
/proc/meminfo: memFree=122743744/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19063512 memory=230628 CPUtime=5.55 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 20250 0 0 0 531 24 0 0 20 0 20 0 40100177 19521036288 57657 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4765878 57657 5490 1 0 554091 0
[pid=35356/tid=35374] ppid=35345 vsize=19063512 memory=10624 CPUtime=2.64 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 6076 0 0 0 253 11 0 0 20 0 20 0 40100181 19521036288 57657 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40100186 19521036288 57657 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 40100187 19521036288 57657 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40100242 19521036288 57657 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 230628 KiB

[startup+6.30037 s]
/proc/loadavg: 1.32 2.29 3.34 11/324 35823
/proc/meminfo: memFree=121414908/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19063512 memory=687364 CPUtime=8.89 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 21255 0 0 0 845 44 0 0 20 0 20 0 40100177 19521036288 171841 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4765878 171841 5490 1 0 848615 0
[pid=35356/tid=35374] ppid=35345 vsize=19063512 memory=0 CPUtime=5.66 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 6283 0 0 0 539 27 0 0 20 0 20 0 40100181 19521036288 171841 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40100186 19521036288 171841 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 40100187 19521036288 171841 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19063512 memory=625908 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40100242 19521036288 171841 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 687364 KiB

[startup+12.7004 s]
/proc/loadavg: 1.46 2.30 3.34 5/278 35961
/proc/meminfo: memFree=120906364/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19063512 memory=902452 CPUtime=15.41 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 25426 0 0 0 1488 53 0 0 20 0 20 0 40100177 19521036288 225613 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4765878 225613 5490 1 0 848615 0
[pid=35356/tid=35374] ppid=35345 vsize=19063512 memory=10624 CPUtime=11.54 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 7392 0 0 0 1121 33 0 0 20 0 20 0 40100181 19521036288 225613 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40100186 19521036288 225613 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 40100187 19521036288 225613 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19063512 memory=808216 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40100242 19521036288 225613 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 15.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 902452 KiB

[startup+25.5005 s]
/proc/loadavg: 1.64 2.31 3.32 4/278 35961
/proc/meminfo: memFree=118698680/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19063512 memory=2308748 CPUtime=29.1 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 30843 0 0 0 2825 85 0 0 20 0 20 0 40100177 19521036288 577187 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4765878 577187 5490 1 0 1153645 0
[pid=35356/tid=35374] ppid=35345 vsize=19063512 memory=222340 CPUtime=24.14 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 8561 0 0 0 2352 62 0 0 20 0 20 0 40100181 19521036288 577187 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40100186 19521036288 577187 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 40100187 19521036288 577187 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40100242 19521036288 577187 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 29.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2308748 KiB

[startup+51.105 s]
/proc/loadavg: 1.77 2.28 3.28 4/279 35963
/proc/meminfo: memFree=118132428/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19063512 memory=2835268 CPUtime=54.6 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 34747 0 0 0 5360 100 0 0 20 0 20 0 40100177 19521036288 708817 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4765878 708817 5490 1 0 1153648 0
[pid=35356/tid=35374] ppid=35345 vsize=19063512 memory=0 CPUtime=48.88 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 11187 0 0 0 4815 73 0 0 20 0 20 0 40100181 19521036288 708817 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40100186 19521036288 708817 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19063512 memory=2835268 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 40100187 19521036288 708817 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0

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

[startup+3222.3 s]
/proc/loadavg: 2.13 2.15 2.18 4/277 36132
/proc/meminfo: memFree=114078040/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19130076 memory=6130572 CPUtime=3239.83 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 186043 0 0 0 323538 445 0 0 20 0 21 0 40100177 19589197824 1532643 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4782519 1532643 5490 1 0 1674724 0
[pid=35356/tid=35374] ppid=35345 vsize=19130076 memory=0 CPUtime=3159.21 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 101077 0 0 0 315763 158 0 0 20 0 21 0 40100181 19589197824 1532643 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19130076 memory=6126352 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 40100186 19589197824 1532643 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19130076 memory=6128400 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 1833 0 0 0 0 0 0 0 20 0 21 0 40100187 19589197824 1532643 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19130076 memory=14560 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 40100242 19589197824 1532643 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 3239.83 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6130572 KiB

[startup+3282.3 s]
/proc/loadavg: 2.22 2.17 2.19 4/277 36134
/proc/meminfo: memFree=112992856/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19130076 memory=7191900 CPUtime=3300.41 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 192543 0 0 0 329567 474 0 0 20 0 21 0 40100177 19589197824 1797975 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4782519 1797975 5490 1 0 1940012 0
[pid=35356/tid=35374] ppid=35345 vsize=19130076 memory=7185740 CPUtime=3216.82 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 105380 0 0 0 321501 181 0 0 20 0 21 0 40100181 19589197824 1797975 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19130076 memory=7187796 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 40100186 19589197824 1797975 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19130076 memory=7191900 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 1834 0 0 0 0 0 0 0 20 0 21 0 40100187 19589197824 1797975 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19130076 memory=10624 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 40100242 19589197824 1797975 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 3300.41 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7191900 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.15 2.18 4/276 36136
/proc/meminfo: memFree=112976724/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19130076 memory=7208288 CPUtime=3360.6 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 196561 0 0 0 335581 479 0 0 20 0 21 0 40100177 19589197824 1802072 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4782519 1802072 5490 1 0 1940012 0
[pid=35356/tid=35374] ppid=35345 vsize=19130076 memory=7206240 CPUtime=3275.62 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 108429 0 0 0 327380 182 0 0 20 0 21 0 40100181 19589197824 1802072 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19130076 memory=7206240 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 40100186 19589197824 1802072 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19130076 memory=7206240 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 1879 0 0 0 0 0 0 0 20 0 21 0 40100187 19589197824 1802072 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19130076 memory=326521 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 40100242 19589197824 1802072 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 3360.6 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7208288 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.14 2.17 4/277 36139
/proc/meminfo: memFree=112968280/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19130076 memory=7218716 CPUtime=3420.84 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 197883 0 0 0 341600 484 0 0 20 0 21 0 40100177 19589197824 1804679 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4782519 1804679 5490 1 0 1940045 0
[pid=35356/tid=35374] ppid=35345 vsize=19130076 memory=7206240 CPUtime=3333.44 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 109468 0 0 0 333162 182 0 0 20 0 21 0 40100181 19589197824 1804679 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19130076 memory=7206240 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 40100186 19589197824 1804679 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19130076 memory=7214616 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 1944 0 0 0 0 0 0 0 20 0 21 0 40100187 19589197824 1804679 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19130076 memory=7214616 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 40100242 19589197824 1804679 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 3420.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7218716 KiB

[startup+3462.3 s]
/proc/loadavg: 2.07 2.13 2.17 4/278 36144
/proc/meminfo: memFree=112945816/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19130076 memory=7237156 CPUtime=3481.24 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 201488 0 0 0 347634 490 0 0 20 0 21 0 40100177 19589197824 1809289 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4782519 1809289 5490 1 0 1940045 0
[pid=35356/tid=35374] ppid=35345 vsize=19130076 memory=7206240 CPUtime=3391.67 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 112319 0 0 0 338985 182 0 0 20 0 21 0 40100181 19589197824 1809289 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19130076 memory=7206240 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 40100186 19589197824 1809289 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19130076 memory=7214616 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 21 0 40100187 19589197824 1809289 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19130076 memory=5760 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 40100242 19589197824 1809289 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 3481.24 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7237156 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.12 2.16 4/278 36146
/proc/meminfo: memFree=112852280/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19130076 memory=7315016 CPUtime=3541.5 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 205252 0 0 0 353653 497 0 0 20 0 21 0 40100177 19589197824 1828754 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4782519 1828754 5490 1 0 1940045 0
[pid=35356/tid=35374] ppid=35345 vsize=19130076 memory=7237156 CPUtime=3450.06 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 115353 0 0 0 344822 184 0 0 20 0 21 0 40100181 19589197824 1828754 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19130076 memory=-6000919485608322924 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 40100186 19589197824 1828754 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19130076 memory=7315016 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 21 0 40100187 19589197824 1828754 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19130076 memory=7315016 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 40100242 19589197824 1828754 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 3541.5 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7315016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.4 s]
/proc/loadavg: 2.07 2.11 2.16 4/278 36148
/proc/meminfo: memFree=112470896/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19130076 memory=7680348 CPUtime=3600.01 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 208549 0 0 0 359492 509 0 0 20 0 21 0 40100177 19589197824 1920087 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4782519 1920087 5490 1 0 2027774 0
[pid=35356/tid=35374] ppid=35345 vsize=19130076 memory=4352 CPUtime=3506.06 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 118277 0 0 0 350414 192 0 0 20 0 21 0 40100181 19589197824 1920087 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19130076 memory=1792 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 40100186 19589197824 1920087 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19130076 memory=1920 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 21 0 40100187 19589197824 1920087 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35432] ppid=35345 vsize=19130076 memory=5888 CPUtime=0 cores=5,7
/proc/35356/task/35432/stat : 35432 (Timer-0) S 35345 35356 34514 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 40100242 19589197824 1920087 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7680348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.23 s, system=5.12724 s

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

[startup+3580.5 s]
/proc/loadavg: 2.07 2.11 2.16 4/278 36148
/proc/meminfo: memFree=112470896/131382112 swapFree=33010684/33010684
[pid=35356] ppid=35345 vsize=19329768 memory=7681244 CPUtime=3600.21 cores=5,7
/proc/35356/stat : 35356 (java) S 35345 35356 34514 0 -1 4194304 210892 0 0 0 359511 510 0 0 20 0 22 0 40100177 19793682432 1920311 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
/proc/35356/statm: 4832442 1920311 5522 1 0 2028693 0
[pid=35356/tid=35374] ppid=35345 vsize=19329768 memory=7315016 CPUtime=3506.16 cores=5,7
/proc/35356/task/35374/stat : 35374 (java) R 35345 35356 34514 0 -1 4194368 118347 0 0 0 350424 192 0 0 20 0 22 0 40100181 19793682432 1920311 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35413] ppid=35345 vsize=19329768 memory=7672152 CPUtime=0 cores=5,7
/proc/35356/task/35413/stat : 35413 (Finalizer) S 35345 35356 34514 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 40100186 19793682432 1920311 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
[pid=35356/tid=35428] ppid=35345 vsize=19329768 memory=7672152 CPUtime=0 cores=5,7
/proc/35356/task/35428/stat : 35428 (Common-Cleaner) S 35345 35356 34514 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 22 0 40100187 19793682432 1920311 18446744073709551615 94924235206656 94924235210352 140727971185344 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94924235218168 94924235218960 94924261642240 140727971191166 140727971191270 140727971191270 140727971196872 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 7681244 KiB

Child status: 143

Real time (s): 3580.59
CPU time (s): 3600.36
CPU user time (s): 3595.23
CPU system time (s): 5.12724
CPU usage (%): 100.552
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 7681244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.23
system time used= 5.12724
maximum resident set size= 7681500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125493
involuntary context switches= 35702


# summary of solver processes directly reported to runsolver:
#   pid: 35356
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3595.23
#   total CPU system time (s): 5.12724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.214 second user time and 29.3005 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-30 02:43:24
IDJOB=4517080
IDBENCH=175980
IDSOLVER=3361
FILE ID=nodeC009/4517080-1751244204
RUNJOBID= nodeC009-1751244204-35305
SLURM_JOB_ID= 9587727
Free space on /tmp= 432660 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq5/normalized-16array_alg_ineq5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517080-1751244204/watcher-4517080-1751244204 -o /tmp/evaluation-result-4517080-1751244204/solver-4517080-1751244204 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751244204-35305 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4517080-1751244204.opb

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

MD5SUM BENCH= 2e54c08f901c8d3e55b254d9ae7919ac
RANDOM SEED=1472170756

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123414464 kB
MemAvailable:   129887704 kB
Buffers:            3280 kB
Cached:          7246780 kB
SwapCached:            0 kB
Active:           366596 kB
Inactive:        6949488 kB
Active(anon):      83016 kB
Inactive(anon):      968 kB
Active(file):     283580 kB
Inactive(file):  6948520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2912 kB
Writeback:             8 kB
AnonPages:         69140 kB
Mapped:           103020 kB
Shmem:             17960 kB
KReclaimable:     161152 kB
Slab:             243864 kB
SReclaimable:     161152 kB
SUnreclaim:        82712 kB
KernelStack:        3760 kB
PageTables:         2588 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432656 MiB
End job on nodeC009 at 2025-06-30 03:43:05