Trace number 4492190

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.39 3570.73

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
MD5SUM541bb44b1c4109a6ad1f1e8bb0976fdd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.028008
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3038
Total number of constraints2160
Number of constraints which are clauses2070
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.24/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.24/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.33	c See www.sat4j.org for details.
0.24/0.35	c version PB25.v20250606
0.24/0.38	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.38	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.38	c java.vm.version	22.0.1+8-16
0.24/0.38	c java.vm.vendor	Oracle Corporation
0.24/0.38	c sun.arch.data.model	64
0.24/0.38	c java.version		22.0.1
0.24/0.38	c os.name		Linux
0.24/0.38	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.38	c os.arch		amd64
0.24/0.39	c Free memory 		2104792832
0.24/0.39	c Max memory 		16282288128
0.24/0.39	c Total memory 		2113929216
0.24/0.40	c Number of processors 	2
0.56/0.58	c Pseudo Boolean Optimization by upper bound
0.56/0.58	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.58	c  - never skip resolution steps
0.56/0.58	c  - Auto-division on coefficients is disabled
0.56/0.58	c  - No postprocessing
0.56/0.58	c  - Conflict is considered as is when resolving
0.56/0.58	c  - Use constraints as they come during conflict analysis
0.56/0.58	c  - Weaken first using unassigned literals
0.56/0.58	c  - Bump strategy: ALWAYS_ONE
0.56/0.58	c  - Bumper: ANY
0.56/0.58	c --- Begin Solver configuration ---
0.56/0.58	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.56/0.58	c Learn all clauses as in MiniSAT
0.56/0.58	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.58	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.58	c No reason simplification
0.56/0.58	c Armin Biere (Picosat) restarts strategy
0.56/0.58	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.56/0.58	c timeout=2147483s
0.56/0.58	c DB Simplification allowed=false
0.56/0.58	c Listener: none
0.56/0.58	c --- End Solver configuration ---
0.56/0.58	c solving HOME/instance-4492190-1751146186.opb
0.56/0.58	c reading problem ... 
0.56/0.59	c  no objective function found
1.29/0.94	c ... done. Wall clock time 0.343s.
1.29/0.94	c declared #vars     3038
1.29/0.94	c #constraints  2160
1.29/0.94	c constraints type 
1.29/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
1.29/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2070
1.29/0.94	c 2160 constraints processed.
298.95/290.56	c cleaning 2497 clauses out of 5002
708.11/696.71	c cleaning 4248 clauses out of 8503
1398.45/1383.50	c cleaning 5615 clauses out of 11255
2730.02/2707.02	c cleaning 6816 clauses out of 13645
3600.02/3570.54	c starts		: 55
3600.02/3570.57	c conflicts		: 31240
3600.02/3570.58	c decisions		: 228985
3600.02/3570.58	c propagations		: 2284402
3600.02/3570.58	c inspects		: 4764607053
3600.02/3570.58	c shortcuts		: 0
3600.02/3570.58	c learnt literals	: 0
3600.02/3570.58	c learnt binary clauses	: 0
3600.02/3570.58	c learnt ternary clauses	: 0
3600.02/3570.58	c learnt constraints	: 31239
3600.02/3570.58	c ignored constraints	: 0
3600.02/3570.58	c root simplifications	: 0
3600.02/3570.58	c removed literals (reason simplification)	: 0
3600.02/3570.58	c reason swapping (by a shorter reason)	: 0
3600.02/3570.59	c Calls to reduceDB	: 4
3600.02/3570.59	c Number of update (reduction) of LBD	: 0
3600.02/3570.59	c Imported unit clauses	: 0
3600.02/3570.59	c No decision after first conflict	: false
3600.02/3570.59	c number of reductions to clauses (during analyze)	: 0
3600.02/3570.59	c number of learned constraints concerned by reduction	: 0
3600.02/3570.59	c number of learning phase by resolution	: 0
3600.02/3570.59	c number of learning phase by cutting planes	: 0
3600.02/3570.59	c number of rounding to 1 operations	: 0
3600.02/3570.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3570.59	c number of reductions of the coefficients by power 2 	: 0
3600.02/3570.60	c number of right shift for reduction by power 2 	: 0
3600.02/3570.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3570.60	c number of ending skipping 	: 0
3600.02/3570.60	c number of internal skipping 	: 0
3600.02/3570.60	c number of derivation steps 	: 397227
3600.02/3570.60	c number of skipped derivation steps 	: 0
3600.02/3570.60	c number of remaining unassigned 	: 10848
3600.02/3570.60	c number of remaining assigned 	: 18485360
3600.02/3570.60	c number of falsified literals weakened from reason	: 0
3600.02/3570.60	c number of falsified literals weakened from conflict	: 0
3600.22/3570.60	c time for arithmetic operations	: 1874982077
3600.22/3570.62	c minimum degree of deleted constraints	: null
3600.22/3570.62	c maximum degree of deleted constraints	: null
3600.22/3570.62	c number of deleted constraints	: 0
3600.22/3570.62	c speed (assignments/second)	: 639.9469531391381
3600.22/3570.63	c non guided choices	: 1130
3600.22/3570.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.22/3570.66	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 11689
3600.22/3570.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 372
3600.22/3570.67	s UNKNOWN
3600.22/3570.67	c Total wall clock time (in seconds): 3570.083

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=14232, runsolver pid=14223

[startup+0.100134 s]*
/proc/loadavg: 0.98 1.49 2.83 2/260 14251
/proc/meminfo: memFree=130362820/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=483604 memory=12416 CPUtime=0.01 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 675 0 151 0 0 1 0 0 20 0 2 0 30298308 495210496 3104 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 120901 3104 2656 1 0 2498 0
[pid=14232/tid=14250] ppid=14223 vsize=483604 memory=4026532124 CPUtime=0 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) D 14223 14232 14172 0 -1 4194368 141 0 64 0 0 0 0 0 20 0 2 0 30298316 495210496 3168 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16784588 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 483604 KiB
Current children cumulated memory: 12416 KiB

[startup+0.216059 s]*
/proc/loadavg: 0.98 1.49 2.83 12/313 14304
/proc/meminfo: memFree=130301612/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=18864664 memory=42336 CPUtime=0.09 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 5172 0 364 0 4 5 0 0 20 0 18 0 30298308 19317415936 10584 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4716166 10584 4728 1 0 546619 0
[pid=14232/tid=14250] ppid=14223 vsize=18864664 memory=3472328132922704156 CPUtime=0.06 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) S 14223 14232 14172 0 -1 4194368 4372 0 269 0 3 3 0 0 20 0 18 0 30298316 19317415936 10584 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=18864664 memory=1707 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298329 19317415936 10584 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=18864664 memory=56295059358712 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (java) R 14223 14232 14172 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 18 0 30298331 19317415936 10584 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 2147221247 0 16800975 0 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18864664 KiB
Current children cumulated memory: 42336 KiB

[startup+0.317736 s]*
/proc/loadavg: 0.98 1.49 2.83 10/324 14315
/proc/meminfo: memFree=130284732/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=18930384 memory=49164 CPUtime=0.24 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 5856 0 370 0 18 6 0 0 20 0 18 0 30298308 19384713216 12291 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4732596 12291 5272 1 0 547155 0
[pid=14232/tid=14250] ppid=14223 vsize=18930384 memory=-6000919485641943150 CPUtime=0.15 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 4735 0 269 0 11 4 0 0 20 0 18 0 30298316 19384713216 12291 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=18930384 memory=-4421386491936335718 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298329 19384713216 12291 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30298331 19384713216 12291 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49164 KiB

[startup+0.700405 s]
/proc/loadavg: 0.98 1.49 2.83 13/324 14315
/proc/meminfo: memFree=130265576/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=18930384 memory=63996 CPUtime=0.89 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 6960 0 370 0 82 7 0 0 20 0 18 0 30298308 19384713216 15999 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4732596 15999 5368 1 0 547936 0
[pid=14232/tid=14250] ppid=14223 vsize=18930384 memory=17152 CPUtime=0.46 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 5213 0 269 0 42 4 0 0 20 0 18 0 30298316 19384713216 15999 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=18930384 memory=10752 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30298329 19384713216 15999 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=18930384 memory=5632 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30298331 19384713216 15999 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 0.89 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63996 KiB

[startup+1.50034 s]
/proc/loadavg: 0.98 1.49 2.83 6/285 14327
/proc/meminfo: memFree=130224456/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=18996948 memory=141328 CPUtime=2.44 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 19365 0 370 0 230 14 0 0 20 0 19 0 30298308 19452874752 35332 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4749237 35332 5368 1 0 553686 0
[pid=14232/tid=14250] ppid=14223 vsize=18996948 memory=5632 CPUtime=1.18 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 5581 0 269 0 111 7 0 0 20 0 19 0 30298316 19452874752 35332 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30298329 19452874752 35332 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 30298331 19452874752 35332 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30298403 19452874752 35332 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141328 KiB

[startup+3.10604 s]
/proc/loadavg: 1.47 1.58 2.85 10/328 14449
/proc/meminfo: memFree=129827440/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=197372 CPUtime=5.55 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 24977 0 370 0 534 21 0 0 20 0 20 0 30298308 19521036288 49343 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 49343 5432 1 0 555094 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=0 CPUtime=2.62 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 6528 0 269 0 254 8 0 0 20 0 20 0 30298316 19521036288 49343 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 49343 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 49343 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 49343 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197372 KiB

[startup+6.30031 s]
/proc/loadavg: 1.47 1.58 2.85 9/331 14518
/proc/meminfo: memFree=127598920/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=1248456 CPUtime=10.48 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 26574 0 370 0 1003 45 0 0 20 0 20 0 30298308 19521036288 312114 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 312114 5432 1 0 661611 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=0 CPUtime=5.71 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 7362 0 269 0 542 29 0 0 20 0 20 0 30298316 19521036288 312114 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 312114 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=-3395493379933488002 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 312114 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 312114 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 10.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1248456 KiB

[startup+12.7004 s]
/proc/loadavg: 1.75 1.63 2.87 6/332 14520
/proc/meminfo: memFree=123631800/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=1651264 CPUtime=17.83 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 27126 0 373 0 1730 53 0 0 20 0 20 0 30298308 19521036288 412816 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 412816 5464 1 0 661627 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=0 CPUtime=11.71 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 7739 0 270 0 1136 35 0 0 20 0 20 0 30298316 19521036288 412816 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=1211592 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 412816 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 412816 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=-6000919494231877742 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 412816 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 17.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1651264 KiB

[startup+25.5005 s]
/proc/loadavg: 2.46 1.80 2.90 5/332 14716
/proc/meminfo: memFree=120390624/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=2744916 CPUtime=31.3 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 36699 0 373 0 3051 79 0 0 20 0 20 0 30298308 19521036288 686229 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 686229 5464 1 0 1294565 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=0 CPUtime=24.22 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 9620 0 270 0 2366 56 0 0 20 0 20 0 30298316 19521036288 686229 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=1211592 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 686229 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 686229 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 686229 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 31.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2744916 KiB

[startup+51.1137 s]
/proc/loadavg: 3.06 1.99 2.94 6/332 14716
/proc/meminfo: memFree=116252384/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=4213384 CPUtime=57.15 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 40359 0 373 0 5605 110 0 0 20 0 20 0 30298308 19521036288 1053346 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 1053346 5464 1 0 1294573 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=10752 CPUtime=49.48 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 12525 0 270 0 4864 84 0 0 20 0 20 0 30298316 19521036288 1053346 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=4213384 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1053346 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=4213384 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 1053346 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=4213384 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 1053346 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 57.15 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3222.3 s]
/proc/loadavg: 4.23 4.23 4.19 5/327 15237
/proc/meminfo: memFree=109882440/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=5010984 CPUtime=3249.08 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 202621 0 373 0 324498 410 0 0 20 0 20 0 30298308 19521036288 1252746 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 1252746 5464 1 0 1295104 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=10752 CPUtime=3184.38 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 117787 0 270 0 318292 146 0 0 20 0 20 0 30298316 19521036288 1252746 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1252746 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=5002788 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 2833 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 1252746 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=5010984 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 1252746 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 3249.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5010984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.21 4.18 5/328 15240
/proc/meminfo: memFree=109821440/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=5025332 CPUtime=3309.61 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 207042 0 373 0 330544 417 0 0 20 0 20 0 30298308 19521036288 1256333 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 1256333 5464 1 0 1295104 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=10752 CPUtime=3243.51 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 120747 0 270 0 324203 148 0 0 20 0 20 0 30298316 19521036288 1256333 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1256333 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 2834 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 1256333 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=5023284 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 1256333 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 3309.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5025332 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.22 4.18 5/328 15242
/proc/meminfo: memFree=109755156/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=5033524 CPUtime=3369.99 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 210591 0 373 0 336576 423 0 0 20 0 20 0 30298308 19521036288 1258381 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 1258381 5464 1 0 1295104 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=10752 CPUtime=3302.73 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 123113 0 270 0 330124 149 0 0 20 0 20 0 30298316 19521036288 1258381 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=5031476 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1258381 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=5033524 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 2913 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 1258381 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 1258381 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 3369.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5033524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.24 4.19 5/328 15244
/proc/meminfo: memFree=109743976/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=5039668 CPUtime=3430.38 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 212127 0 373 0 342611 427 0 0 20 0 20 0 30298308 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 1259917 5464 1 0 1295104 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=19968 CPUtime=3362.13 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 124569 0 270 0 336063 150 0 0 20 0 20 0 30298316 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=5037620 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 2966 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 3430.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5039668 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.24 4.19 5/328 15246
/proc/meminfo: memFree=109719188/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=5039668 CPUtime=3490.92 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 216612 0 373 0 348658 434 0 0 20 0 20 0 30298308 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 1259917 5464 1 0 1295113 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=5035572 CPUtime=3421.4 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 127800 0 270 0 341988 152 0 0 20 0 20 0 30298316 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=5039668 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 3091 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 3490.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5039668 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.24 4.19 5/327 15248
/proc/meminfo: memFree=109702612/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=5039668 CPUtime=3551.46 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 219498 0 373 0 354709 437 0 0 20 0 20 0 30298308 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 1259917 5464 1 0 1295113 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=17152 CPUtime=3480.82 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 129114 0 270 0 347930 152 0 0 20 0 20 0 30298316 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 3167 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=5039668 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 3551.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5039668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.5 s]
/proc/loadavg: 4.49 4.30 4.21 5/328 15454
/proc/meminfo: memFree=119874948/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19063512 memory=5039668 CPUtime=3600.02 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 220017 0 373 0 359560 442 0 0 20 0 20 0 30298308 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4765878 1259917 5464 1 0 1295113 0
[pid=14232/tid=14250] ppid=14223 vsize=19063512 memory=17152 CPUtime=3528.46 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 129611 0 270 0 352692 154 0 0 20 0 20 0 30298316 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19063512 memory=5039668 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30298329 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 3171 0 0 0 0 0 0 0 20 0 20 0 30298331 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14325] ppid=14223 vsize=19063512 memory=5039668 CPUtime=0 cores=1,3
/proc/14232/task/14325/stat : 14325 (Timer-0) S 14223 14232 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30298403 19521036288 1259917 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5039668 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.92 s, system=4.46533 s

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

[startup+3570.61 s]
/proc/loadavg: 4.49 4.30 4.21 5/328 15454
/proc/meminfo: memFree=119874948/131382112 swapFree=33010684/33010684
[pid=14232] ppid=14223 vsize=19263204 memory=5040436 CPUtime=3600.22 cores=1,3
/proc/14232/stat : 14232 (java) S 14223 14232 14172 0 -1 4194304 222337 0 373 0 359579 443 0 0 20 0 21 0 30298308 19725520896 1260109 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
/proc/14232/statm: 4815801 1260109 5464 1 0 1296049 0
[pid=14232/tid=14250] ppid=14223 vsize=19263204 memory=5888 CPUtime=3528.57 cores=1,3
/proc/14232/task/14250/stat : 14250 (java) R 14223 14232 14172 0 -1 4194368 129655 0 270 0 352703 154 0 0 20 0 21 0 30298316 19725520896 1260109 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14289] ppid=14223 vsize=19263204 memory=12160 CPUtime=0 cores=1,3
/proc/14232/task/14289/stat : 14289 (Finalizer) S 14223 14232 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 30298329 19725520896 1260109 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
[pid=14232/tid=14311] ppid=14223 vsize=19263204 memory=2744 CPUtime=0 cores=1,3
/proc/14232/task/14311/stat : 14311 (Common-Cleaner) S 14223 14232 14172 0 -1 4194368 3171 0 0 0 0 0 0 0 20 0 21 0 30298331 19725520896 1260109 18446744073709551615 94617348329472 94617348333168 140730467539984 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94617348340984 94617348341776 94617374261248 140730467543422 140730467543526 140730467543526 140730467549128 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5040436 KiB

Child status: 143

Real time (s): 3570.73
CPU time (s): 3600.39
CPU user time (s): 3595.92
CPU system time (s): 4.46533
CPU usage (%): 100.831
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5040436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.92
system time used= 4.46533
maximum resident set size= 5040692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222639
page faults= 373
swaps= 0
block input operations= 17408
block output operations= 5888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125193
involuntary context switches= 15789


# summary of solver processes directly reported to runsolver:
#   pid: 14232
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3595.92
#   total CPU system time (s): 4.46533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8149 second user time and 38.2761 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 23:29:46
IDJOB=4492190
IDBENCH=147766
IDSOLVER=3361
FILE ID=nodeC012/4492190-1751146186
RUNJOBID= nodeC012-1751146186-14184
SLURM_JOB_ID= 9587456
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga45_45_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492190-1751146186/watcher-4492190-1751146186 -o /tmp/evaluation-result-4492190-1751146186/solver-4492190-1751146186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14184 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492190-1751146186.opb

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

MD5SUM BENCH= 541bb44b1c4109a6ad1f1e8bb0976fdd
RANDOM SEED=1131032299

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.155
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1196.991
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.182
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.115
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.149
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.126
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.146
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.084
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130332736 kB
MemAvailable:   129931760 kB
Buffers:            3280 kB
Cached:           364596 kB
SwapCached:            0 kB
Active:           266284 kB
Inactive:         166616 kB
Active(anon):      82984 kB
Inactive(anon):        0 kB
Active(file):     183300 kB
Inactive(file):   166616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3668 kB
Writeback:            12 kB
AnonPages:         68224 kB
Mapped:           101720 kB
Shmem:             17960 kB
KReclaimable:      83616 kB
Slab:             163028 kB
SReclaimable:      83616 kB
SUnreclaim:        79412 kB
KernelStack:        3808 kB
PageTables:         2808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC012 at 2025-06-29 00:29:17