Trace number 4516901

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 VeriPB 2025-06-06? (TO) 3600.26 3381.21

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq10/normalized-13array_ineq10.opb
MD5SUM32780b78fab45ab21c186f405b9011ec
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 benchmark1.88082
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1281
Total number of constraints1635
Number of constraints which are clauses1134
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint54
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 67108864
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 268435455
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4516901-1751243239.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.32/0.25	c ... done. Wall clock time 0.101s.
0.32/0.25	c declared #vars     1281
0.32/0.26	c #constraints  2135
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 690
0.32/0.26	c org.sat4j.specs.Constr$1 => 339
0.32/0.26	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 755
0.32/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 156
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195
0.32/0.26	c 2135 constraints processed.
3600.07/3381.13	c starts		: 20
3600.07/3381.14	c conflicts		: 3659
3600.07/3381.14	c decisions		: 4573
3600.07/3381.14	c propagations		: 615096
3600.07/3381.14	c inspects		: 40749523
3600.07/3381.15	c shortcuts		: 0
3600.07/3381.15	c learnt literals	: 0
3600.07/3381.15	c learnt binary clauses	: 0
3600.07/3381.15	c learnt ternary clauses	: 0
3600.07/3381.15	c learnt constraints	: 3658
3600.07/3381.15	c ignored constraints	: 0
3600.07/3381.15	c root simplifications	: 0
3600.07/3381.15	c removed literals (reason simplification)	: 0
3600.07/3381.15	c reason swapping (by a shorter reason)	: 0
3600.07/3381.15	c Calls to reduceDB	: 0
3600.07/3381.15	c Number of update (reduction) of LBD	: 4129
3600.07/3381.15	c Imported unit clauses	: 0
3600.07/3381.15	c No decision after first conflict	: false
3600.07/3381.15	c number of reductions to clauses (during analyze)	: 0
3600.07/3381.15	c number of learned constraints concerned by reduction	: 0
3600.07/3381.15	c number of learning phase by resolution	: 0
3600.07/3381.15	c number of learning phase by cutting planes	: 0
3600.07/3381.15	c number of rounding to 1 operations	: 0
3600.07/3381.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3381.15	c number of reductions of the coefficients by power 2 	: 0
3600.07/3381.15	c number of right shift for reduction by power 2 	: 0
3600.07/3381.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3381.15	c number of ending skipping 	: 0
3600.07/3381.17	c number of internal skipping 	: 0
3600.07/3381.17	c number of derivation steps 	: 328078
3600.07/3381.17	c number of skipped derivation steps 	: 0
3600.07/3381.17	c number of remaining unassigned 	: 75867
3600.07/3381.17	c number of remaining assigned 	: 6422909
3600.07/3381.17	c number of falsified literals weakened from reason	: 0
3600.07/3381.17	c number of falsified literals weakened from conflict	: 0
3600.07/3381.17	c time for arithmetic operations	: 1971218209848
3600.07/3381.17	c minimum degree of deleted constraints	: null
3600.07/3381.17	c maximum degree of deleted constraints	: null
3600.07/3381.17	c number of deleted constraints	: 0
3600.07/3381.17	c speed (assignments/second)	: 181.93202956244633
3600.07/3381.17	c non guided choices	: 19
3600.07/3381.18	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3658
3600.07/3381.18	s UNKNOWN
3600.07/3381.19	c Total wall clock time (in seconds): 3381.035

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516901-1751243239/watcher-4516901-1751243239 -o /tmp/evaluation-result-4516901-1751243239/solver-4516901-1751243239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751239612-32019 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516901-1751243239 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4516901-1751243239.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=33611, runsolver pid=33605
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.36 4.21 4.13 5/318 33643
/proc/meminfo: memFree=124286536/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=18930384 memory=57772 CPUtime=0.13 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 6572 0 0 0 11 2 0 0 20 0 18 0 39998461 19384713216 14443 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4732596 14443 5371 1 0 547619 0
[pid=33611/tid=33614] ppid=33605 vsize=18930384 memory=4026531959 CPUtime=0.08 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 5075 0 0 0 7 1 0 0 20 0 18 0 39998463 19384713216 14443 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=18930384 memory=224227767622 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39998465 19384713216 14443 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=18930384 memory=28919 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39998465 19384713216 14443 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.205715 s]*
/proc/loadavg: 4.36 4.21 4.13 6/320 33653
/proc/meminfo: memFree=124284696/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=18930384 memory=70980 CPUtime=0.32 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 7201 0 0 0 30 2 0 0 20 0 18 0 39998461 19384713216 17745 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4732596 17745 5467 1 0 548079 0
[pid=33611/tid=33614] ppid=33605 vsize=18930384 memory=734139726812938360 CPUtime=0.18 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 5432 0 0 0 17 1 0 0 20 0 18 0 39998463 19384713216 17745 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39998465 19384713216 17745 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=18930384 memory=58485492696503 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39998465 19384713216 17745 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70980 KiB

[startup+0.305878 s]*
/proc/loadavg: 4.36 4.21 4.13 7/340 33676
/proc/meminfo: memFree=124234932/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=18996948 memory=94224 CPUtime=0.51 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 7467 0 0 0 48 3 0 0 20 0 19 0 39998461 19452874752 23556 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4749237 23556 5467 1 0 548453 0
[pid=33611/tid=33614] ppid=33605 vsize=18996948 memory=-6000919489886316908 CPUtime=0.27 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 5512 0 0 0 25 2 0 0 20 0 19 0 39998463 19452874752 23556 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39998465 19452874752 23556 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39998465 19452874752 23556 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39998488 19452874752 23556 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94224 KiB

[startup+0.70024 s]
/proc/loadavg: 4.58 4.26 4.15 7/340 33676
/proc/meminfo: memFree=124169668/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=18996948 memory=154740 CPUtime=1.27 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 16106 0 0 0 122 5 0 0 20 0 19 0 39998461 19452874752 38685 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4749237 38685 5467 1 0 553923 0
[pid=33611/tid=33614] ppid=33605 vsize=18996948 memory=17280 CPUtime=0.58 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 5545 0 0 0 56 2 0 0 20 0 19 0 39998463 19452874752 38685 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39998465 19452874752 38685 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39998465 19452874752 38685 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=18996948 memory=4624 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39998488 19452874752 38685 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154740 KiB

[startup+1.50025 s]
/proc/loadavg: 4.58 4.26 4.15 7/343 33679
/proc/meminfo: memFree=124054676/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=182076 CPUtime=2.85 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 23036 0 0 0 279 6 0 0 20 0 20 0 39998461 19521036288 45519 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 45519 5499 1 0 555354 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=10752 CPUtime=1.34 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 5909 0 0 0 131 3 0 0 20 0 20 0 39998463 19521036288 45519 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 45519 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=65 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 45519 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 45519 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182076 KiB

[startup+3.10591 s]
/proc/loadavg: 4.58 4.26 4.15 6/343 33679
/proc/meminfo: memFree=123672600/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=427528 CPUtime=6.04 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 32692 0 0 0 591 13 0 0 20 0 20 0 39998461 19521036288 106882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 106882 5499 1 0 559216 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=10752 CPUtime=2.91 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 6661 0 0 0 282 9 0 0 20 0 20 0 39998463 19521036288 106882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=-6000919485675235692 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 106882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 106882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 106882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 427528 KiB

[startup+6.30023 s]
/proc/loadavg: 4.69 4.29 4.16 5/343 33679
/proc/meminfo: memFree=123349728/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=735528 CPUtime=11.11 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 38950 0 0 0 1090 21 0 0 20 0 20 0 39998461 19521036288 183882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 183882 5499 1 0 559647 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=0 CPUtime=6.05 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 7455 0 0 0 590 15 0 0 20 0 20 0 39998463 19521036288 183882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 183882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 183882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=606672 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 183882 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 11.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 735528 KiB

[startup+12.7002 s]
/proc/loadavg: 4.63 4.28 4.16 5/343 33679
/proc/meminfo: memFree=122558256/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=1353576 CPUtime=18.04 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 47770 0 0 0 1769 35 0 0 20 0 20 0 39998461 19521036288 338394 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 338394 5499 1 0 560057 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=1341224 CPUtime=12.36 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 9278 0 0 0 1209 27 0 0 20 0 20 0 39998463 19521036288 338394 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=1341224 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 338394 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=1355880 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 338394 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 338394 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 18.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1353576 KiB

[startup+25.5002 s]
/proc/loadavg: 4.54 4.27 4.16 5/342 33680
/proc/meminfo: memFree=121143392/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=1382404 CPUtime=31.1 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 53982 0 0 0 3071 39 0 0 20 0 20 0 39998461 19521036288 345601 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 345601 5499 1 0 560074 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=14720 CPUtime=25 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 10632 0 0 0 2471 29 0 0 20 0 20 0 39998463 19521036288 345601 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=1372084 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 345601 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 345601 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=2600 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 345601 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 31.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1382404 KiB

[startup+51.1056 s]
/proc/loadavg: 4.40 4.26 4.16 5/343 33681
/proc/meminfo: memFree=120197840/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=1472696 CPUtime=57.09 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 60725 0 0 0 5665 44 0 0 20 0 20 0 39998461 19521036288 368174 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 368174 5499 1 0 560074 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=17280 CPUtime=50.18 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 12746 0 0 0 4987 31 0 0 20 0 20 0 39998463 19521036288 368174 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0

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

/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1208435 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=4675032 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 1171 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1208435 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 1208435 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 3172.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833740 KiB

[startup+3042.3 s]
/proc/loadavg: 4.28 4.38 4.33 5/340 33853
/proc/meminfo: memFree=109819920/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=4833740 CPUtime=3235.9 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 180797 0 0 0 323055 535 0 0 20 0 20 0 39998461 19521036288 1208435 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 1208435 5499 1 0 1222414 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=4833740 CPUtime=3009.77 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 58101 0 0 0 300832 145 0 0 20 0 20 0 39998463 19521036288 1208435 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=4833740 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1208435 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=4833740 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 1180 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1208435 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 1208435 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 3235.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833740 KiB

[startup+3102.3 s]
/proc/loadavg: 4.34 4.38 4.34 5/340 33855
/proc/meminfo: memFree=109637376/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=4925448 CPUtime=3302.64 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 182969 0 0 0 329717 547 0 0 20 0 20 0 39998461 19521036288 1231362 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 1231362 5499 1 0 1245389 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=5760 CPUtime=3069.03 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 58529 0 0 0 306755 148 0 0 20 0 20 0 39998463 19521036288 1231362 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=4833740 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1231362 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=4925448 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 1180 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1231362 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=4925448 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 1231362 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 3302.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4925448 KiB

[startup+3162.3 s]
/proc/loadavg: 4.46 4.42 4.35 5/342 33863
/proc/meminfo: memFree=109360120/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=5125800 CPUtime=3368.34 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 188755 0 0 0 336271 563 0 0 20 0 20 0 39998461 19521036288 1281450 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 1281450 5499 1 0 1295524 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=5760 CPUtime=3128.27 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 60057 0 0 0 312674 153 0 0 20 0 20 0 39998463 19521036288 1281450 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=4958956 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1281450 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 1231 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1281450 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=5125800 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 1281450 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 3368.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5125800 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.39 4.35 5/342 33865
/proc/meminfo: memFree=109196568/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=5217592 CPUtime=3433.99 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 193026 0 0 0 342824 575 0 0 20 0 20 0 39998461 19521036288 1304398 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 1304398 5499 1 0 1318502 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=5217592 CPUtime=3187.51 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 61686 0 0 0 318596 155 0 0 20 0 20 0 39998463 19521036288 1304398 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=5217592 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1304398 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=5217592 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 1231 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1304398 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 1304398 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 3433.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5217592 KiB

[startup+3282.3 s]
/proc/loadavg: 3.80 4.23 4.30 4/317 33901
/proc/meminfo: memFree=115736392/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=5217720 CPUtime=3495.03 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 194792 0 0 0 348925 578 0 0 20 0 20 0 39998461 19521036288 1304430 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 1304430 5499 1 0 1318502 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=5217720 CPUtime=3247.31 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 61899 0 0 0 324576 155 0 0 20 0 20 0 39998463 19521036288 1304430 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=5217720 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1304430 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 1282 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1304430 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=5217720 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 1304430 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 3495.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5217720 KiB

[startup+3342.3 s]
/proc/loadavg: 3.40 4.04 4.22 4/316 33903
/proc/meminfo: memFree=115642960/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=5301164 CPUtime=3560.48 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 200274 0 0 0 355459 589 0 0 20 0 20 0 39998461 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 1325291 5499 1 0 1339396 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=17280 CPUtime=3306.69 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 63338 0 0 0 330512 157 0 0 20 0 20 0 39998463 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=5301164 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 1328 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 3560.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5301164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3381.11 s]
/proc/loadavg: 3.29 3.94 4.18 4/316 33904
/proc/meminfo: memFree=115635076/131249992 swapFree=33010160/33010684
[pid=33611] ppid=33605 vsize=19063512 memory=5301164 CPUtime=3600.07 cores=5,7
/proc/33611/stat : 33611 (java) S 33605 33611 32006 0 -1 4194304 202728 0 0 0 359416 591 0 0 20 0 20 0 39998461 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
/proc/33611/statm: 4765878 1325291 5499 1 0 1339396 0
[pid=33611/tid=33614] ppid=33605 vsize=19063512 memory=5301164 CPUtime=3345.38 cores=5,7
/proc/33611/task/33614/stat : 33614 (java) R 33605 33611 32006 0 -1 4194368 64859 0 0 0 334381 157 0 0 20 0 20 0 39998463 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33628] ppid=33605 vsize=19063512 memory=5301164 CPUtime=0 cores=5,7
/proc/33611/task/33628/stat : 33628 (Finalizer) S 33605 33611 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33635] ppid=33605 vsize=19063512 memory=5301164 CPUtime=0 cores=5,7
/proc/33611/task/33635/stat : 33635 (Common-Cleaner) S 33605 33611 32006 0 -1 4194368 1328 0 0 0 0 0 0 0 20 0 20 0 39998465 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
[pid=33611/tid=33666] ppid=33605 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/33611/task/33666/stat : 33666 (Timer-0) S 33605 33611 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39998488 19521036288 1325291 18446744073709551615 94732046606336 94732046610032 140735052882384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94732046617848 94732046618640 94732052111360 140735052888365 140735052888550 140735052888550 140735052894152 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5301164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.33 s, system=5.93164 s

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

[startup+3381.2 s]*
/proc/loadavg: 3.35 3.94 4.18 4/298 33907
/proc/meminfo: memFree=120748648/131249992 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3381.21
CPU time (s): 3600.26
CPU user time (s): 3594.33
CPU system time (s): 5.93164
CPU usage (%): 106.478
Max. virtual memory (cumulated for all children) (KiB): 19066340
Max. memory (cumulated for all children) (KiB): 5301164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.33
system time used= 5.93164
maximum resident set size= 5302060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2107176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 232634
involuntary context switches= 46389


# summary of solver processes directly reported to runsolver:
#   pid: 33611
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3594.33
#   total CPU system time (s): 5.93164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81326 second user time and 16.1662 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 02:27:19
IDJOB=4516901
IDBENCH=175922
IDSOLVER=3362
FILE ID=nodeC035/4516901-1751243239
RUNJOBID= nodeC035-1751239612-32019
SLURM_JOB_ID= 9587722
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq10/normalized-13array_ineq10.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516901-1751243239/watcher-4516901-1751243239 -o /tmp/evaluation-result-4516901-1751243239/solver-4516901-1751243239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751239612-32019 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516901-1751243239 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4516901-1751243239.opb

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

MD5SUM BENCH= 32780b78fab45ab21c186f405b9011ec
RANDOM SEED=2120796823

nodeC035 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	: 0xb00002a
cpu MHz		: 3599.744
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.51
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	: 0xb00002a
cpu MHz		: 3599.722
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.51
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	: 0xb00002a
cpu MHz		: 3410.719
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.51
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	: 0xb00002a
cpu MHz		: 3605.760
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.51
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	: 0xb00002a
cpu MHz		: 3600.110
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.51
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	: 0xb00002a
cpu MHz		: 3599.668
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.51
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	: 0xb00002a
cpu MHz		: 3599.877
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.51
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	: 0xb00002a
cpu MHz		: 3599.312
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124297304 kB
MemAvailable:   126273856 kB
Buffers:            1840 kB
Cached:          2731192 kB
SwapCached:           12 kB
Active:          3662684 kB
Inactive:        2451940 kB
Active(anon):    3387924 kB
Inactive(anon):    11768 kB
Active(file):     274760 kB
Inactive(file):  2440172 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5204 kB
Writeback:            24 kB
AnonPages:       3384764 kB
Mapped:           122840 kB
Shmem:             18044 kB
KReclaimable:     201720 kB
Slab:             290320 kB
SReclaimable:     201720 kB
SUnreclaim:        88600 kB
KernelStack:        4960 kB
PageTables:        10152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5303540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151176 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3180544 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC035 at 2025-06-30 03:23:41