Trace number 4494638

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.38 3568.39

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUM95888c36dbc3e063e75763857563d2e5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.15436
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version PB25.v20250606
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.12	c Free memory 		2106806208
0.13/0.12	c Max memory 		16282288128
0.13/0.12	c Total memory 		2113929216
0.13/0.13	c Number of processors 	2
0.13/0.22	c Pseudo Boolean Optimization by upper bound
0.13/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.22	c  - never skip resolution steps
0.13/0.22	c  - Auto-division on coefficients is disabled
0.13/0.22	c  - No postprocessing
0.13/0.22	c  - Conflict is considered as is when resolving
0.13/0.22	c  - Use constraints as they come during conflict analysis
0.13/0.22	c  - Weaken first using unassigned literals
0.13/0.22	c  - Bump strategy: ALWAYS_ONE
0.13/0.22	c  - Bumper: ANY
0.13/0.22	c --- Begin Solver configuration ---
0.13/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.22	c Learn all clauses as in MiniSAT
0.13/0.22	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.22	c No reason simplification
0.13/0.22	c Armin Biere (Picosat) restarts strategy
0.13/0.22	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.22	c timeout=2147483s
0.13/0.22	c DB Simplification allowed=false
0.13/0.22	c Listener: none
0.13/0.22	c --- End Solver configuration ---
0.13/0.22	c solving HOME/instance-4494638-1751153355.opb
0.13/0.22	c reading problem ... 
0.13/0.22	c  no objective function found
0.53/0.37	c ... done. Wall clock time 0.147s.
0.53/0.37	c declared #vars     231
0.53/0.37	c #constraints  2707
0.53/0.37	c constraints type 
0.53/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.53/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.53/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.53/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.53/0.37	c 2707 constraints processed.
23.88/20.51	c cleaning 2478 clauses out of 5001
136.86/131.93	c cleaning 4241 clauses out of 8522
419.20/413.32	c cleaning 5613 clauses out of 11283
1075.31/1067.53	c cleaning 6812 clauses out of 13668
2209.09/2192.46	c cleaning 7906 clauses out of 15860
3600.02/3568.24	c starts		: 65
3600.02/3568.25	c conflicts		: 42504
3600.02/3568.28	c decisions		: 102917
3600.02/3568.28	c propagations		: 1425842
3600.02/3568.28	c inspects		: 4423723742
3600.02/3568.28	c shortcuts		: 0
3600.02/3568.28	c learnt literals	: 0
3600.02/3568.28	c learnt binary clauses	: 1
3600.02/3568.29	c learnt ternary clauses	: 22
3600.02/3568.29	c learnt constraints	: 42503
3600.02/3568.29	c ignored constraints	: 0
3600.02/3568.29	c root simplifications	: 0
3600.02/3568.29	c removed literals (reason simplification)	: 0
3600.02/3568.29	c reason swapping (by a shorter reason)	: 0
3600.02/3568.29	c Calls to reduceDB	: 5
3600.02/3568.29	c Number of update (reduction) of LBD	: 0
3600.02/3568.29	c Imported unit clauses	: 0
3600.02/3568.29	c No decision after first conflict	: false
3600.02/3568.29	c number of reductions to clauses (during analyze)	: 0
3600.02/3568.29	c number of learned constraints concerned by reduction	: 0
3600.02/3568.29	c number of learning phase by resolution	: 0
3600.02/3568.30	c number of learning phase by cutting planes	: 0
3600.02/3568.30	c number of rounding to 1 operations	: 0
3600.22/3568.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.22/3568.30	c number of reductions of the coefficients by power 2 	: 0
3600.22/3568.30	c number of right shift for reduction by power 2 	: 0
3600.22/3568.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.22/3568.30	c number of ending skipping 	: 0
3600.22/3568.30	c number of internal skipping 	: 0
3600.22/3568.30	c number of derivation steps 	: 528094
3600.22/3568.30	c number of skipped derivation steps 	: 0
3600.22/3568.30	c number of remaining unassigned 	: 77118
3600.22/3568.30	c number of remaining assigned 	: 5103570
3600.22/3568.31	c number of falsified literals weakened from reason	: 0
3600.22/3568.31	c number of falsified literals weakened from conflict	: 0
3600.22/3568.31	c time for arithmetic operations	: 1912165544
3600.22/3568.31	c minimum degree of deleted constraints	: null
3600.22/3568.32	c maximum degree of deleted constraints	: null
3600.22/3568.32	c number of deleted constraints	: 0
3600.22/3568.32	c speed (assignments/second)	: 399.6248827408224
3600.22/3568.33	c non guided choices	: 121
3600.22/3568.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 455
3600.22/3568.36	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 14891
3600.22/3568.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 106
3600.22/3568.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.22/3568.37	s UNKNOWN
3600.22/3568.37	c Total wall clock time (in seconds): 3568.156

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 (57662 MiB free)
  memory of node 1: 64507 MiB (60375 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494638-1751153355/watcher-4494638-1751153355 -o /tmp/evaluation-result-4494638-1751153355/solver-4494638-1751153355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14184 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4494638-1751153355.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=16148, runsolver pid=16145

[startup+0.100072 s]*
/proc/loadavg: 4.33 4.25 4.26 7/324 16166
/proc/meminfo: memFree=120844692/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=18930384 memory=49476 CPUtime=0.13 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 6056 0 0 0 10 3 0 0 20 0 18 0 31015215 19384713216 12369 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4732596 12369 5335 1 0 547216 0
[pid=16148/tid=16150] ppid=16145 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 4959 0 0 0 6 2 0 0 20 0 18 0 31015217 19384713216 12369 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31015221 19384713216 12369 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=18930384 memory=57394571004297 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31015222 19384713216 12369 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49476 KiB

[startup+0.213706 s]*
/proc/loadavg: 4.33 4.25 4.26 7/324 16166
/proc/meminfo: memFree=120841668/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=18930384 memory=59048 CPUtime=0.34 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 6850 0 0 0 30 4 0 0 20 0 18 0 31015215 19384713216 14762 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4732596 14762 5399 1 0 547874 0
[pid=16148/tid=16150] ppid=16145 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 5383 0 0 0 16 3 0 0 20 0 18 0 31015217 19384713216 14762 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=18930384 memory=1707 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31015221 19384713216 14794 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=18930384 memory=56295059358712 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31015222 19384713216 14794 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59048 KiB

[startup+0.317703 s]*
/proc/loadavg: 4.33 4.25 4.26 7/324 16166
/proc/meminfo: memFree=120841668/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=18930384 memory=63832 CPUtime=0.53 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 6993 0 0 0 49 4 0 0 20 0 18 0 31015215 19384713216 15958 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4732596 15958 5399 1 0 547934 0
[pid=16148/tid=16150] ppid=16145 vsize=18930384 memory=-6000919485608453742 CPUtime=0.28 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 5428 0 0 0 25 3 0 0 20 0 18 0 31015217 19384713216 15958 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31015221 19384713216 15958 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31015222 19384713216 15958 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63832 KiB

[startup+0.700419 s]
/proc/loadavg: 4.33 4.25 4.26 7/325 16167
/proc/meminfo: memFree=120840912/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=18996948 memory=93176 CPUtime=1.24 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 7936 0 0 0 119 5 0 0 20 0 19 0 31015215 19452874752 23294 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4749237 23294 5399 1 0 548680 0
[pid=16148/tid=16150] ppid=16145 vsize=18996948 memory=17152 CPUtime=0.63 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 5539 0 0 0 60 3 0 0 20 0 19 0 31015217 19452874752 23294 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31015221 19452874752 23294 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31015222 19452874752 23294 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31015253 19452874752 23294 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93176 KiB

[startup+1.50028 s]
/proc/loadavg: 4.33 4.25 4.26 6/326 16168
/proc/meminfo: memFree=120754344/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=171280 CPUtime=2.8 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 16847 0 0 0 272 8 0 0 20 0 20 0 31015215 19521036288 42820 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 42820 5463 1 0 551795 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=0 CPUtime=1.36 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 5906 0 0 0 132 4 0 0 20 0 20 0 31015217 19521036288 42820 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 42820 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 42820 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 42820 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171280 KiB

[startup+3.10536 s]
/proc/loadavg: 4.33 4.25 4.26 5/326 16168
/proc/meminfo: memFree=120076748/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=859272 CPUtime=5.91 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 24512 0 0 0 568 23 0 0 20 0 20 0 31015215 19521036288 214818 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 214818 5463 1 0 556167 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=10752 CPUtime=2.9 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 7051 0 0 0 273 17 0 0 20 0 20 0 31015217 19521036288 214818 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=-6000919485608453742 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 214818 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 214818 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 214818 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 859272 KiB

[startup+6.3004 s]
/proc/loadavg: 4.30 4.24 4.26 6/324 16233
/proc/meminfo: memFree=122934024/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=1320344 CPUtime=9.4 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 25025 0 0 0 901 39 0 0 20 0 20 0 31015215 19521036288 330086 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 330086 5463 1 0 556168 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=0 CPUtime=5.93 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) S 16145 16148 14172 0 -1 4194368 7441 0 0 0 562 31 0 0 20 0 20 0 31015217 19521036288 330086 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 330086 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 330086 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=172048 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 330086 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320344 KiB

[startup+12.7004 s]
/proc/loadavg: 4.27 4.24 4.26 6/326 16235
/proc/meminfo: memFree=121115860/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=1862316 CPUtime=15.82 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 26152 0 0 0 1533 49 0 0 20 0 20 0 31015215 19521036288 465579 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 465579 5463 1 0 694028 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=172048 CPUtime=12 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 8197 0 0 0 1159 41 0 0 20 0 20 0 31015217 19521036288 465579 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 465579 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=1862316 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 465579 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=1862316 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 465579 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 15.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1862316 KiB

[startup+25.5005 s]
/proc/loadavg: 4.35 4.26 4.27 5/326 16235
/proc/meminfo: memFree=118621496/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=2724776 CPUtime=28.99 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 34028 0 0 0 2830 69 0 0 20 0 20 0 31015215 19521036288 681194 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 681194 5463 1 0 913415 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=0 CPUtime=24.54 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 11372 0 0 0 2395 59 0 0 20 0 20 0 31015217 19521036288 681194 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=1862316 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 681194 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=2724776 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 681194 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 681194 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 28.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2724776 KiB

[startup+51.1135 s]
/proc/loadavg: 4.23 4.24 4.26 5/326 16236
/proc/meminfo: memFree=118592628/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=2733060 CPUtime=54.88 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 39471 0 0 0 5416 72 0 0 20 0 20 0 31015215 19521036288 683265 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 683265 5463 1 0 913415 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=2733060 CPUtime=49.34 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 13794 0 0 0 4874 60 0 0 20 0 20 0 31015217 19521036288 683265 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=2733060 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 683265 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=1862316 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/329 16543
/proc/meminfo: memFree=117260668/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=3721720 CPUtime=3250.06 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 123864 0 0 0 324682 324 0 0 20 0 20 0 31015215 19521036288 930430 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 930430 5463 1 0 1041170 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=3713512 CPUtime=3183.08 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 69474 0 0 0 318213 95 0 0 20 0 20 0 31015217 19521036288 930430 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=3719668 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 930430 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=3721720 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 1819 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 930430 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=3721720 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 930430 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 3250.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3721720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.16 4.18 5/329 16545
/proc/meminfo: memFree=117240820/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=3723768 CPUtime=3310.54 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 124127 0 0 0 330727 327 0 0 20 0 20 0 31015215 19521036288 930942 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 930942 5463 1 0 1041170 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=3721720 CPUtime=3242.54 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 69726 0 0 0 324159 95 0 0 20 0 20 0 31015217 19521036288 930942 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=3721720 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 930942 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 1819 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 930942 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=3711452 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 930942 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 3310.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3723768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/329 16548
/proc/meminfo: memFree=117222648/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=3727876 CPUtime=3371.62 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 126428 0 0 0 336830 332 0 0 20 0 20 0 31015215 19521036288 931969 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 931969 5463 1 0 1041174 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=3711452 CPUtime=3301.81 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 71461 0 0 0 330084 97 0 0 20 0 20 0 31015217 19521036288 931969 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=3723768 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 931969 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=4426926946446372512 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 1819 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 931969 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=3727876 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 931969 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 3371.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3727876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.19 4.18 5/329 16550
/proc/meminfo: memFree=117213468/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=3729928 CPUtime=3432.22 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 128476 0 0 0 342886 336 0 0 20 0 20 0 31015215 19521036288 932482 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 932482 5463 1 0 1041174 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=3727876 CPUtime=3361.37 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 72919 0 0 0 336039 98 0 0 20 0 20 0 31015217 19521036288 932482 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 932482 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=3729928 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 1862 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 932482 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=3729928 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 932482 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 3432.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3729928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/329 16552
/proc/meminfo: memFree=117188808/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=3734028 CPUtime=3492.84 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 128546 0 0 0 348945 339 0 0 20 0 20 0 31015215 19521036288 933507 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 933507 5463 1 0 1041174 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=3727876 CPUtime=3420.73 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 72952 0 0 0 341975 98 0 0 20 0 20 0 31015217 19521036288 933507 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 933507 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=3734028 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 1878 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 933507 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=3734028 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 933507 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 3492.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3734028 KiB

[startup+3522.3 s]
/proc/loadavg: 3.57 4.01 4.12 4/302 16587
/proc/meminfo: memFree=120017440/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=3736104 CPUtime=3553.5 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 129263 0 0 0 355007 343 0 0 20 0 20 0 31015215 19521036288 934026 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 934026 5463 1 0 1041174 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=3734028 CPUtime=3480.23 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 73653 0 0 0 347925 98 0 0 20 0 20 0 31015217 19521036288 934026 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 934026 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 1878 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 934026 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=3736104 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 934026 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 3553.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3736104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568.2 s]
/proc/loadavg: 3.38 3.90 4.08 5/302 16589
/proc/meminfo: memFree=120005160/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19063512 memory=3738152 CPUtime=3600.02 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 131295 0 0 0 359656 346 0 0 20 0 20 0 31015215 19521036288 934538 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4765878 934538 5463 1 0 1041174 0
[pid=16148/tid=16150] ppid=16145 vsize=19063512 memory=-6000919485608453742 CPUtime=3525.72 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 75068 0 0 0 352473 99 0 0 20 0 20 0 31015217 19521036288 934538 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19063512 memory=12160 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31015221 19521036288 934538 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19063512 memory=2744 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 1935 0 0 0 0 0 0 0 20 0 20 0 31015222 19521036288 934538 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16167] ppid=16145 vsize=19063512 memory=16896 CPUtime=0 cores=1,3
/proc/16148/task/16167/stat : 16167 (Timer-0) S 16145 16148 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31015253 19521036288 934538 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3738152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.89 s, system=3.48521 s

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

[startup+3568.31 s]
/proc/loadavg: 3.38 3.90 4.08 5/302 16589
/proc/meminfo: memFree=120005160/131382112 swapFree=33010684/33010684
[pid=16148] ppid=16145 vsize=19263204 memory=3738920 CPUtime=3600.22 cores=1,3
/proc/16148/stat : 16148 (java) S 16145 16148 14172 0 -1 4194304 133470 0 0 0 359676 346 0 0 20 0 21 0 31015215 19725520896 934730 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
/proc/16148/statm: 4815801 934730 5463 1 0 1042077 0
[pid=16148/tid=16150] ppid=16145 vsize=19263204 memory=3738152 CPUtime=3525.82 cores=1,3
/proc/16148/task/16150/stat : 16150 (java) R 16145 16148 14172 0 -1 4194368 75108 0 0 0 352483 99 0 0 20 0 21 0 31015217 19725520896 934730 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16159] ppid=16145 vsize=19263204 memory=14848 CPUtime=0 cores=1,3
/proc/16148/task/16159/stat : 16159 (Finalizer) S 16145 16148 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31015221 19725520896 934730 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
[pid=16148/tid=16166] ppid=16145 vsize=19263204 memory=17152 CPUtime=0 cores=1,3
/proc/16148/task/16166/stat : 16166 (Common-Cleaner) S 16145 16148 14172 0 -1 4194368 1935 0 0 0 0 0 0 0 20 0 21 0 31015222 19725520896 934730 18446744073709551615 94522995097600 94522995101296 140720856906784 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94522995109112 94522995109904 94523027136512 140720856914302 140720856914406 140720856914406 140720856920008 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3738920 KiB

Child status: 143

Real time (s): 3568.39
CPU time (s): 3600.38
CPU user time (s): 3596.89
CPU system time (s): 3.48521
CPU usage (%): 100.896
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3738920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.89
system time used= 3.48521
maximum resident set size= 3739176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133803
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124575
involuntary context switches= 8008


# summary of solver processes directly reported to runsolver:
#   pid: 16148
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3596.89
#   total CPU system time (s): 3.48521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.758 second user time and 39.5689 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 01:29:15
IDJOB=4494638
IDBENCH=147898
IDSOLVER=3361
FILE ID=nodeC012/4494638-1751153355
RUNJOBID= nodeC012-1751146186-14184
SLURM_JOB_ID= 9587456
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494638-1751153355/watcher-4494638-1751153355 -o /tmp/evaluation-result-4494638-1751153355/solver-4494638-1751153355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14184 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4494638-1751153355.opb

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

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=1954811364

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		: 3492.104
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		: 3491.699
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.369
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.156
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		: 3591.359
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		: 3665.597
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.164
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		: 1196.973
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:        120870544 kB
MemAvailable:   120493032 kB
Buffers:            3280 kB
Cached:           411176 kB
SwapCached:            0 kB
Active:          9803960 kB
Inactive:         178432 kB
Active(anon):    9585896 kB
Inactive(anon):        0 kB
Active(file):     218064 kB
Inactive(file):   178432 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1072 kB
Writeback:            28 kB
AnonPages:       9571000 kB
Mapped:           121804 kB
Shmem:             17960 kB
KReclaimable:      83968 kB
Slab:             163196 kB
SReclaimable:      83968 kB
SUnreclaim:        79228 kB
KernelStack:        5008 kB
PageTables:        22312 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12486708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9314304 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= 433056 MiB
End job on nodeC012 at 2025-06-29 02:28:44