Trace number 4523568

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.21 3380.62

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/
instances/normalized-bnn_mnist_rot_8_label1_adversarial_norm_2.opb
MD5SUM1a33c023168dcd92e975780dbc5145d9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark112.27
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1289
Total number of constraints1094
Number of constraints which are clauses13
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1080
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 773
Biggest coefficient in the objective function 1912644
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 4984493
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 1912644
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4984493
Number of bits of the biggest sum of numbers23
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4523568-1751606432.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
1.26/0.77	c ... done. Wall clock time 0.605s.
1.26/0.77	c declared #vars     1289
1.26/0.77	c #constraints  1095
1.26/0.77	c constraints type 
1.26/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1080
1.26/0.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1.26/0.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.26/0.77	c org.sat4j.pb.constraints.pb.UnitClausePB => 13
1.26/0.77	c 1095 constraints processed.
1.26/0.79	c objective function length is 773 literals
3600.05/3380.51	c starts		: 8
3600.05/3380.53	c conflicts		: 1071
3600.05/3380.53	c decisions		: 40735
3600.05/3380.53	c propagations		: 91327
3600.05/3380.53	c inspects		: 18578064
3600.05/3380.53	c shortcuts		: 0
3600.05/3380.53	c learnt literals	: 0
3600.05/3380.53	c learnt binary clauses	: 0
3600.05/3380.53	c learnt ternary clauses	: 0
3600.05/3380.53	c learnt constraints	: 1070
3600.05/3380.53	c ignored constraints	: 0
3600.05/3380.53	c root simplifications	: 0
3600.05/3380.53	c removed literals (reason simplification)	: 0
3600.05/3380.53	c reason swapping (by a shorter reason)	: 0
3600.05/3380.53	c Calls to reduceDB	: 0
3600.05/3380.53	c Number of update (reduction) of LBD	: 0
3600.05/3380.53	c Imported unit clauses	: 0
3600.05/3380.53	c No decision after first conflict	: false
3600.05/3380.54	c number of reductions to clauses (during analyze)	: 0
3600.05/3380.54	c number of learned constraints concerned by reduction	: 0
3600.05/3380.54	c number of learning phase by resolution	: 0
3600.05/3380.54	c number of learning phase by cutting planes	: 0
3600.05/3380.54	c number of rounding to 1 operations	: 0
3600.05/3380.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3380.54	c number of reductions of the coefficients by power 2 	: 0
3600.05/3380.54	c number of right shift for reduction by power 2 	: 0
3600.05/3380.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3380.54	c number of ending skipping 	: 0
3600.05/3380.54	c number of internal skipping 	: 0
3600.05/3380.54	c number of derivation steps 	: 4277
3600.05/3380.54	c number of skipped derivation steps 	: 0
3600.05/3380.54	c number of remaining unassigned 	: 19232
3600.05/3380.54	c number of remaining assigned 	: 450842
3600.05/3380.54	c number of falsified literals weakened from reason	: 0
3600.05/3380.54	c number of falsified literals weakened from conflict	: 0
3600.05/3380.54	c time for arithmetic operations	: 1681328972813
3600.05/3380.55	c minimum degree of deleted constraints	: null
3600.05/3380.55	c maximum degree of deleted constraints	: null
3600.05/3380.55	c number of deleted constraints	: 0
3600.05/3380.55	c speed (assignments/second)	: 27.021773169424065
3600.05/3380.55	c non guided choices	: 0
3600.05/3380.55	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 1070
3600.05/3380.55	s UNKNOWN
3600.05/3380.55	c Total wall clock time (in seconds): 3380.391

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=85288, runsolver pid=85279

[startup+0.100071 s]*
/proc/loadavg: 0.69 0.99 1.28 9/334 85365
/proc/meminfo: memFree=111462772/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=18930384 memory=55748 CPUtime=0.12 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 6534 0 0 0 10 2 0 0 20 0 18 0 76321818 19384713216 13937 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4732596 13937 5366 1 0 547586 0
[pid=85288/tid=85305] ppid=85279 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 5035 0 0 0 6 1 0 0 20 0 18 0 76321820 19384713216 13937 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76321822 19384713216 13937 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76321822 19384713216 13937 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55748 KiB

[startup+0.205919 s]*
/proc/loadavg: 0.69 0.99 1.28 13/334 85365
/proc/meminfo: memFree=111439268/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=18930384 memory=66332 CPUtime=0.3 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 7103 0 0 0 28 2 0 0 20 0 18 0 76321818 19384713216 16583 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4732596 16583 5430 1 0 547980 0
[pid=85288/tid=85305] ppid=85279 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 5352 0 0 0 15 1 0 0 20 0 18 0 76321820 19384713216 16583 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76321822 19384713216 16583 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76321822 19384713216 16583 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66332 KiB

[startup+0.306077 s]*
/proc/loadavg: 0.69 0.99 1.28 9/334 85365
/proc/meminfo: memFree=111323144/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=18930384 memory=99248 CPUtime=0.49 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 8615 0 0 0 46 3 0 0 20 0 18 0 76321818 19384713216 24812 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4732596 24812 5430 1 0 548993 0
[pid=85288/tid=85305] ppid=85279 vsize=18930384 memory=-6000919485541279591 CPUtime=0.26 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 5367 0 0 0 25 1 0 0 20 0 18 0 76321820 19384713216 24812 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76321822 19384713216 24812 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76321822 19384713216 24812 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99248 KiB

[startup+0.70019 s]
/proc/loadavg: 0.69 0.99 1.28 9/338 85369
/proc/meminfo: memFree=111001896/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=18996948 memory=203316 CPUtime=1.26 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 11148 0 0 0 120 6 0 0 20 0 19 0 76321818 19452874752 50829 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4749237 50829 5462 1 0 550975 0
[pid=85288/tid=85305] ppid=85279 vsize=18996948 memory=18560 CPUtime=0.56 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) S 85279 85288 85227 0 -1 4194368 5396 0 0 0 54 2 0 0 20 0 19 0 76321820 19452874752 50829 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76321822 19452874752 50829 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76321822 19452874752 50829 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 203316 KiB

[startup+1.50019 s]
/proc/loadavg: 0.69 0.99 1.28 10/342 85373
/proc/meminfo: memFree=110818612/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=241312 CPUtime=2.84 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 14241 0 0 0 276 8 0 0 20 0 20 0 76321818 19521036288 60296 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 60296 5494 1 0 1079254 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=3200 CPUtime=1.22 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) S 85279 85288 85227 0 -1 4194368 5555 0 0 0 119 3 0 0 20 0 20 0 76321820 19521036288 60328 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 60328 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 60360 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 60360 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 241312 KiB

[startup+3.10591 s]
/proc/loadavg: 0.69 0.99 1.28 8/342 85373
/proc/meminfo: memFree=108980700/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=750160 CPUtime=5.86 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 15772 0 0 0 567 19 0 0 20 0 20 0 76321818 19521036288 187540 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 187540 5494 1 0 1079787 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=16496 CPUtime=2.65 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 5782 0 0 0 253 12 0 0 20 0 20 0 76321820 19521036288 187540 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 187540 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 187540 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 187540 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 750160 KiB

[startup+6.30024 s]
/proc/loadavg: 1.03 1.06 1.30 6/342 85373
/proc/meminfo: memFree=102308804/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=3548196 CPUtime=9.68 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 22788 0 0 0 900 68 0 0 20 0 20 0 76321818 19521036288 887049 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 887049 5494 1 0 1313861 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=0 CPUtime=5.77 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 7470 0 0 0 518 59 0 0 20 0 20 0 76321820 19521036288 887049 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 887049 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 887049 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=282892 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 887049 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3548196 KiB

[startup+12.7003 s]
/proc/loadavg: 1.27 1.11 1.32 5/342 85373
/proc/meminfo: memFree=100032388/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=3536612 CPUtime=16.21 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 27333 0 0 0 1553 68 0 0 20 0 20 0 76321818 19521036288 884153 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 884153 5494 1 0 1313864 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=282892 CPUtime=12.1 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 8410 0 0 0 1150 60 0 0 20 0 20 0 76321820 19521036288 884153 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=3536612 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 884153 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=3536612 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 884153 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 884153 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 16.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3536612 KiB

[startup+25.5003 s]
/proc/loadavg: 1.87 1.25 1.36 5/342 85374
/proc/meminfo: memFree=99383992/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=3545064 CPUtime=29.48 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 31989 0 0 0 2878 70 0 0 20 0 20 0 76321818 19521036288 886266 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 886266 5494 1 0 1313864 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=3536612 CPUtime=24.74 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 9402 0 0 0 2414 60 0 0 20 0 20 0 76321820 19521036288 886266 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 886266 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=3545064 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 886266 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=-6000919468378187623 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 886266 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3545064 KiB

[startup+51.106 s]
/proc/loadavg: 2.67 1.49 1.44 5/342 85374
/proc/meminfo: memFree=99070016/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=3686744 CPUtime=55.55 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 36979 0 0 0 5481 74 0 0 20 0 20 0 76321818 19521036288 921686 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 921686 5494 1 0 1313865 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=3545064 CPUtime=49.68 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 11325 0 0 0 4908 60 0 0 20 0 20 0 76321820 19521036288 921686 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=3686744 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 921686 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=3686744 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 921686 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=3592348 CPUtime=0 cores=0,2

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

/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2338413 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=9353652 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2338413 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 2338413 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 3175.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9353652 KiB

[startup+3042.3 s]
/proc/loadavg: 4.46 4.48 4.37 5/342 85543
/proc/meminfo: memFree=85690816/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=9353652 CPUtime=3238.83 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 258571 0 0 0 323251 632 0 0 20 0 20 0 76321818 19521036288 2338413 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 2338413 5526 1 0 2354238 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=9353652 CPUtime=2995.61 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 78952 0 0 0 299397 164 0 0 20 0 20 0 76321820 19521036288 2338413 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=9353652 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2338413 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 1442 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2338413 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=9353652 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 2338413 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 3238.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9353652 KiB

[startup+3102.3 s]
/proc/loadavg: 4.42 4.45 4.37 6/342 85545
/proc/meminfo: memFree=85657540/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=9378696 CPUtime=3300.36 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 265022 0 0 0 329399 637 0 0 20 0 20 0 76321818 19521036288 2344674 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 2344674 5526 1 0 2360502 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=9353652 CPUtime=3055.16 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 81098 0 0 0 305352 164 0 0 20 0 20 0 76321820 19521036288 2344674 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=9353652 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2344674 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=9353652 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2344674 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 2344674 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 3300.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9378696 KiB

[startup+3162.3 s]
/proc/loadavg: 4.64 4.51 4.39 6/342 85547
/proc/meminfo: memFree=85388440/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=9603864 CPUtime=3364.35 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 272681 0 0 0 335782 653 0 0 20 0 20 0 76321818 19521036288 2400966 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 2400966 5526 1 0 2416894 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=9353652 CPUtime=3114.49 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 83410 0 0 0 311279 170 0 0 20 0 20 0 76321820 19521036288 2400966 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=9353652 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2400966 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2400966 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=9503744 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 2400966 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 3364.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9603864 KiB

[startup+3222.3 s]
/proc/loadavg: 4.53 4.50 4.40 5/342 85549
/proc/meminfo: memFree=85131424/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=9856100 CPUtime=3429.34 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 279736 0 0 0 342262 672 0 0 20 0 20 0 76321818 19521036288 2464025 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 2464025 5526 1 0 2479563 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=9353652 CPUtime=3173.79 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 85771 0 0 0 317206 173 0 0 20 0 20 0 76321820 19521036288 2464025 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=9353652 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2464025 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 1623 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2464025 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=9772724 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 2464025 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 3429.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9856100 KiB

[startup+3282.3 s]
/proc/loadavg: 4.46 4.50 4.40 5/342 85554
/proc/meminfo: memFree=84894944/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=10089672 CPUtime=3494.13 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 284795 0 0 0 348723 690 0 0 20 0 20 0 76321818 19521036288 2522418 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 2522418 5526 1 0 2538055 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=10064632 CPUtime=3233.11 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 86749 0 0 0 323132 179 0 0 20 0 20 0 76321820 19521036288 2522418 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=10039608 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2522418 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=9997912 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 1671 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2522418 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=9981232 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 2522418 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 3494.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10089672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.47 4.40 6/343 85557
/proc/meminfo: memFree=84600960/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=10339884 CPUtime=3558.9 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 292506 0 0 0 355180 710 0 0 20 0 20 0 76321818 19521036288 2584971 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 2584971 5526 1 0 2600723 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=10298172 CPUtime=3292.31 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 88779 0 0 0 329045 186 0 0 20 0 20 0 76321820 19521036288 2584971 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2584971 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=10339884 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2584971 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=10339884 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 2584971 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 3558.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10339884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3380.5 s]
/proc/loadavg: 4.44 4.48 4.40 5/343 85562
/proc/meminfo: memFree=84401344/131249996 swapFree=33010160/33010684
[pid=85288] ppid=85279 vsize=19063512 memory=10506676 CPUtime=3600.05 cores=0,2
/proc/85288/stat : 85288 (java) S 85279 85288 85227 0 -1 4194304 296910 0 0 0 359284 721 0 0 20 0 20 0 76321818 19521036288 2626669 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
/proc/85288/statm: 4765878 2626669 5526 1 0 2642500 0
[pid=85288/tid=85305] ppid=85279 vsize=19063512 memory=10298172 CPUtime=3330.04 cores=0,2
/proc/85288/task/85305/stat : 85305 (java) R 85279 85288 85227 0 -1 4194368 90655 0 0 0 332814 190 0 0 20 0 20 0 76321820 19521036288 2626669 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85340] ppid=85279 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/85288/task/85340/stat : 85340 (Finalizer) S 85279 85288 85227 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2626669 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85361] ppid=85279 vsize=19063512 memory=10481576 CPUtime=0 cores=0,2
/proc/85288/task/85361/stat : 85361 (Common-Cleaner) S 85279 85288 85227 0 -1 4194368 1699 0 0 0 0 0 0 0 20 0 20 0 76321822 19521036288 2626669 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
[pid=85288/tid=85372] ppid=85279 vsize=19063512 memory=16496 CPUtime=0 cores=0,2
/proc/85288/task/85372/stat : 85372 (Timer-0) S 85279 85288 85227 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76321898 19521036288 2626669 18446744073709551615 94905148022784 94905148026480 140735238754496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94905148034296 94905148035088 94905174806528 140735238760830 140735238760934 140735238760934 140735238766536 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10506676 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.95 s, system=7.25762 s

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

[startup+3380.6 s]*
/proc/loadavg: 4.41 4.47 4.40 5/322 85565
/proc/meminfo: memFree=94886472/131249996 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): 3380.62
CPU time (s): 3600.21
CPU user time (s): 3592.95
CPU system time (s): 7.25762
CPU usage (%): 106.495
Max. virtual memory (cumulated for all children) (KiB): 19066040
Max. memory (cumulated for all children) (KiB): 10506676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.95
system time used= 7.25762
maximum resident set size= 10507444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298425
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 258252
involuntary context switches= 35725


# summary of solver processes directly reported to runsolver:
#   pid: 85288
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3592.95
#   total CPU system time (s): 7.25762

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56762 second user time and 17.0884 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 07:20:32
IDJOB=4523568
IDBENCH=180365
IDSOLVER=3361
FILE ID=nodeC032/4523568-1751606432
RUNJOBID= nodeC032-1751606432-85237
SLURM_JOB_ID= 9598894
Free space on /tmp= 429040 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_rot_8_label1_adversarial_norm_2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523568-1751606432/watcher-4523568-1751606432 -o /tmp/evaluation-result-4523568-1751606432/solver-4523568-1751606432 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751606432-85237 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4523568-1751606432.opb

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

MD5SUM BENCH= 1a33c023168dcd92e975780dbc5145d9
RANDOM SEED=753824375

nodeC032 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.787
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.69
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		: 2315.851
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.69
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		: 3599.875
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.69
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		: 2446.522
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.69
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.004
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.69
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		: 2127.170
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.69
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		: 3600.423
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.69
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		: 1636.234
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111548476 kB
MemAvailable:   129573924 kB
Buffers:            2728 kB
Cached:         18703400 kB
SwapCached:           20 kB
Active:           437948 kB
Inactive:       18333924 kB
Active(anon):      80668 kB
Inactive(anon):     3124 kB
Active(file):     357280 kB
Inactive(file): 18330800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14580 kB
Writeback:             0 kB
AnonPages:         68776 kB
Mapped:           103872 kB
Shmem:             18048 kB
KReclaimable:     353216 kB
Slab:             448064 kB
SReclaimable:     353216 kB
SUnreclaim:        94848 kB
KernelStack:        3956 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     339908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429036 MiB
End job on nodeC032 at 2025-07-04 08:16:53