Trace number 4494710

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.4 3570.91

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584219.opb
MD5SUM5cb6b74fefc8a9f17ac95610df8bcc89
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.892307
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 689
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.14/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.16	c See www.sat4j.org for details.
0.14/0.17	c version PB25.v20250606
0.14/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.20	c java.vm.version	22.0.1+8-16
0.14/0.20	c java.vm.vendor	Oracle Corporation
0.14/0.20	c sun.arch.data.model	64
0.14/0.20	c java.version		22.0.1
0.14/0.20	c os.name		Linux
0.14/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.20	c os.arch		amd64
0.14/0.20	c Free memory 		2106806208
0.14/0.20	c Max memory 		16282288128
0.14/0.21	c Total memory 		2113929216
0.14/0.21	c Number of processors 	2
0.48/0.37	c Pseudo Boolean Optimization by upper bound
0.48/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.37	c  - never skip resolution steps
0.48/0.37	c  - Auto-division on coefficients is disabled
0.48/0.37	c  - No postprocessing
0.48/0.37	c  - Conflict is considered as is when resolving
0.48/0.37	c  - Use constraints as they come during conflict analysis
0.48/0.37	c  - Weaken first using unassigned literals
0.48/0.37	c  - Bump strategy: ALWAYS_ONE
0.48/0.37	c  - Bumper: ANY
0.48/0.37	c --- Begin Solver configuration ---
0.48/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.48/0.37	c Learn all clauses as in MiniSAT
0.48/0.37	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.37	c No reason simplification
0.48/0.37	c Armin Biere (Picosat) restarts strategy
0.48/0.37	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.48/0.37	c timeout=2147483s
0.48/0.37	c DB Simplification allowed=false
0.48/0.37	c Listener: none
0.48/0.37	c --- End Solver configuration ---
0.48/0.37	c solving HOME/instance-4494710-1751153667.opb
0.48/0.37	c reading problem ... 
0.48/0.38	c  no objective function found
0.86/0.54	c ... done. Wall clock time 0.168s.
0.86/0.54	c declared #vars     231
0.86/0.54	c #constraints  2707
0.86/0.54	c constraints type 
0.86/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.86/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.86/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.86/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.86/0.54	c 2707 constraints processed.
35.16/31.36	c cleaning 2494 clauses out of 5003
172.94/167.45	c cleaning 4234 clauses out of 8508
547.49/541.21	c cleaning 5607 clauses out of 11272
1252.88/1244.68	c cleaning 6809 clauses out of 13667
2602.45/2584.14	c cleaning 7918 clauses out of 15860
3600.01/3570.74	c starts		: 65
3600.01/3570.75	c conflicts		: 42412
3600.01/3570.78	c decisions		: 104256
3600.01/3570.78	c propagations		: 1168853
3600.01/3570.78	c inspects		: 4236620416
3600.01/3570.78	c shortcuts		: 0
3600.01/3570.78	c learnt literals	: 0
3600.01/3570.78	c learnt binary clauses	: 0
3600.01/3570.78	c learnt ternary clauses	: 16
3600.01/3570.78	c learnt constraints	: 42412
3600.01/3570.78	c ignored constraints	: 0
3600.01/3570.78	c root simplifications	: 0
3600.01/3570.78	c removed literals (reason simplification)	: 0
3600.01/3570.78	c reason swapping (by a shorter reason)	: 0
3600.01/3570.78	c Calls to reduceDB	: 5
3600.01/3570.78	c Number of update (reduction) of LBD	: 0
3600.01/3570.78	c Imported unit clauses	: 0
3600.01/3570.79	c No decision after first conflict	: false
3600.01/3570.79	c number of reductions to clauses (during analyze)	: 0
3600.01/3570.79	c number of learned constraints concerned by reduction	: 0
3600.01/3570.79	c number of learning phase by resolution	: 0
3600.01/3570.79	c number of learning phase by cutting planes	: 0
3600.01/3570.79	c number of rounding to 1 operations	: 0
3600.01/3570.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3570.79	c number of reductions of the coefficients by power 2 	: 0
3600.01/3570.80	c number of right shift for reduction by power 2 	: 0
3600.01/3570.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3570.80	c number of ending skipping 	: 0
3600.01/3570.80	c number of internal skipping 	: 0
3600.21/3570.80	c number of derivation steps 	: 470379
3600.21/3570.81	c number of skipped derivation steps 	: 0
3600.21/3570.81	c number of remaining unassigned 	: 85969
3600.21/3570.81	c number of remaining assigned 	: 5567825
3600.21/3570.81	c number of falsified literals weakened from reason	: 0
3600.21/3570.81	c number of falsified literals weakened from conflict	: 0
3600.21/3570.81	c time for arithmetic operations	: 1759749705
3600.21/3570.81	c minimum degree of deleted constraints	: null
3600.21/3570.82	c maximum degree of deleted constraints	: null
3600.21/3570.82	c number of deleted constraints	: 0
3600.21/3570.82	c speed (assignments/second)	: 327.38504370817896
3600.21/3570.83	c non guided choices	: 121
3600.21/3570.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 363
3600.21/3570.86	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 14884
3600.21/3570.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 103
3600.21/3570.88	s UNKNOWN
3600.21/3570.88	c Total wall clock time (in seconds): 3570.5

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
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=16300, runsolver pid=16297

[startup+0.100092 s]*
/proc/loadavg: 4.44 4.24 4.25 7/325 16318
/proc/meminfo: memFree=121467292/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=18930384 memory=48660 CPUtime=0.14 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 5850 0 0 0 10 4 0 0 20 0 18 0 31046389 19384713216 12165 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4732596 12165 5333 1 0 547050 0
[pid=16300/tid=16302] ppid=16297 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 4709 0 0 0 6 2 0 0 20 0 18 0 31046391 19384713216 12165 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31046395 19384713216 12165 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=18930384 memory=57394571004297 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31046396 19384713216 12165 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48660 KiB

[startup+0.219309 s]*
/proc/loadavg: 4.44 4.24 4.25 6/325 16318
/proc/meminfo: memFree=121462188/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=18930384 memory=55752 CPUtime=0.32 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 6568 0 0 0 27 5 0 0 20 0 18 0 31046389 19384713216 13938 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4732596 13938 5365 1 0 547651 0
[pid=16300/tid=16302] ppid=16297 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 5056 0 0 0 17 3 0 0 20 0 18 0 31046391 19384713216 14471 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31046395 19384713216 14471 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31046396 19384713216 14471 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55752 KiB

[startup+0.31382 s]*
/proc/loadavg: 4.44 4.24 4.25 7/325 16318
/proc/meminfo: memFree=121461180/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=18930384 memory=59036 CPUtime=0.48 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 6873 0 0 0 43 5 0 0 20 0 18 0 31046389 19384713216 14759 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4732596 14759 5365 1 0 547876 0
[pid=16300/tid=16302] ppid=16297 vsize=18930384 memory=-6000919476934567534 CPUtime=0.28 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 5239 0 0 0 25 3 0 0 20 0 18 0 31046391 19384713216 14759 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31046395 19384713216 14759 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31046396 19384713216 14759 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59036 KiB

[startup+0.700369 s]
/proc/loadavg: 4.44 4.24 4.25 8/325 16318
/proc/meminfo: memFree=121450468/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=18996948 memory=77896 CPUtime=1.19 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 7433 0 0 0 113 6 0 0 20 0 19 0 31046389 19452874752 19474 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4749237 19474 5429 1 0 548455 0
[pid=16300/tid=16302] ppid=16297 vsize=18996948 memory=17152 CPUtime=0.66 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 5472 0 0 0 62 4 0 0 20 0 19 0 31046391 19452874752 19474 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31046395 19452874752 19474 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31046396 19452874752 19474 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77896 KiB

[startup+1.50032 s]
/proc/loadavg: 4.44 4.24 4.25 7/326 16319
/proc/meminfo: memFree=121392684/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=162480 CPUtime=2.75 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 15142 0 0 0 265 10 0 0 20 0 20 0 31046389 19521036288 40620 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 40620 5461 1 0 550563 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=3200 CPUtime=1.36 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 5860 0 0 0 131 5 0 0 20 0 20 0 31046391 19521036288 40620 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 40620 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 40620 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 40620 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162480 KiB

[startup+3.10687 s]
/proc/loadavg: 4.44 4.24 4.25 5/327 16320
/proc/meminfo: memFree=120786224/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=808464 CPUtime=5.53 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 24219 0 0 0 528 25 0 0 20 0 20 0 31046389 19521036288 202116 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 202116 5461 1 0 853266 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=14848 CPUtime=2.89 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 6659 0 0 0 272 17 0 0 20 0 20 0 31046391 19521036288 202116 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 202116 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 202116 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 202116 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 808464 KiB

[startup+6.30047 s]
/proc/loadavg: 4.48 4.25 4.25 5/327 16320
/proc/meminfo: memFree=119763548/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=1888496 CPUtime=9.5 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 25207 0 0 0 905 45 0 0 20 0 20 0 31046389 19521036288 472124 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 472124 5461 1 0 853279 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=0 CPUtime=6.05 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 7504 0 0 0 568 37 0 0 20 0 20 0 31046391 19521036288 472124 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 472124 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 472124 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=166616 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 472124 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1888496 KiB

[startup+12.7005 s]
/proc/loadavg: 4.60 4.28 4.26 5/327 16320
/proc/meminfo: memFree=118801588/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=2697012 CPUtime=16.03 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 26619 0 0 0 1540 63 0 0 20 0 20 0 31046389 19521036288 674253 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 674253 5461 1 0 1014124 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=166616 CPUtime=12.17 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 8440 0 0 0 1164 53 0 0 20 0 20 0 31046391 19521036288 674253 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=2697012 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 674253 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 674253 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 674253 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 16.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2697012 KiB

[startup+25.5004 s]
/proc/loadavg: 4.85 4.35 4.28 6/327 16386
/proc/meminfo: memFree=121465804/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=2697324 CPUtime=29.31 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 34543 0 0 0 2865 66 0 0 20 0 20 0 31046389 19521036288 674331 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 674331 5461 1 0 1014136 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=0 CPUtime=24.74 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 10364 0 0 0 2420 54 0 0 20 0 20 0 31046391 19521036288 674331 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 674331 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=2700468 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 674331 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=2697140 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 674331 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 29.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2697324 KiB

[startup+51.1139 s]
/proc/loadavg: 4.90 4.40 4.30 5/327 16387
/proc/meminfo: memFree=118952476/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=2697580 CPUtime=55.18 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 39870 0 0 0 5449 69 0 0 20 0 20 0 31046389 19521036288 674395 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 674395 5461 1 0 1014184 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=2697324 CPUtime=49.97 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 13737 0 0 0 4943 54 0 0 20 0 20 0 31046391 19521036288 674395 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=2697452 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 674395 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 66 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 674395 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0

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

[startup+3222.3 s]
/proc/loadavg: 3.48 3.98 4.11 4/302 16589
/proc/meminfo: memFree=120009248/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=3194268 CPUtime=3248.81 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 114329 0 0 0 324545 336 0 0 20 0 20 0 31046389 19521036288 798567 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 798567 5461 1 0 1014651 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=3179904 CPUtime=3182.1 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 61628 0 0 0 318113 97 0 0 20 0 20 0 31046391 19521036288 798567 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=3192220 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 798567 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=3194268 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 1999 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 798567 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=3194268 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 798567 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 3248.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3194268 KiB

[startup+3282.3 s]
/proc/loadavg: 2.99 3.76 4.02 3/277 16623
/proc/meminfo: memFree=123731144/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=3200420 CPUtime=3309.65 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 114370 0 0 0 330625 340 0 0 20 0 20 0 31046389 19521036288 800105 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 800105 5461 1 0 1014651 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=3198372 CPUtime=3241.3 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 61654 0 0 0 324033 97 0 0 20 0 20 0 31046391 19521036288 800105 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 800105 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 1999 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 800105 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=3200420 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 800105 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 3309.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3200420 KiB

[startup+3342.3 s]
/proc/loadavg: 2.42 3.45 3.90 3/276 16625
/proc/meminfo: memFree=123718576/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=3206564 CPUtime=3369.99 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 115223 0 0 0 336655 344 0 0 20 0 20 0 31046389 19521036288 801641 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 801641 5461 1 0 1014651 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=10752 CPUtime=3300.71 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 62481 0 0 0 329973 98 0 0 20 0 20 0 31046391 19521036288 801641 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=3204516 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 801641 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 1999 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 801641 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 801641 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 3369.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3206564 KiB

[startup+3402.3 s]
/proc/loadavg: 2.23 3.21 3.79 3/277 16629
/proc/meminfo: memFree=123702220/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=3212712 CPUtime=3430.37 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 117410 0 0 0 342688 349 0 0 20 0 20 0 31046389 19521036288 803178 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 803178 5461 1 0 1014651 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=17152 CPUtime=3360.11 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 63949 0 0 0 335912 99 0 0 20 0 20 0 31046391 19521036288 803178 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=3212712 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 803178 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=3212712 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 2081 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 803178 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=3212712 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 803178 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 3430.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3212712 KiB

[startup+3462.3 s]
/proc/loadavg: 2.18 3.02 3.68 3/277 16635
/proc/meminfo: memFree=123692908/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=3218864 CPUtime=3490.81 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 119207 0 0 0 348727 354 0 0 20 0 20 0 31046389 19521036288 804716 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 804716 5461 1 0 1014651 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=17152 CPUtime=3419.62 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 65123 0 0 0 341863 99 0 0 20 0 20 0 31046391 19521036288 804716 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=3218864 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 804716 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=3218864 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 804716 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 804716 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 3490.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3218864 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 2.85 3.58 3/277 16637
/proc/meminfo: memFree=123675460/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=3227064 CPUtime=3551.27 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 119310 0 0 0 354768 359 0 0 20 0 20 0 31046389 19521036288 806766 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 806766 5461 1 0 1014651 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=3214764 CPUtime=3479.05 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 65208 0 0 0 347805 100 0 0 20 0 20 0 31046391 19521036288 806766 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 806766 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 806766 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=3225012 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 806766 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 3551.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3227064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.7 s]
/proc/loadavg: 2.14 2.75 3.51 3/277 16641
/proc/meminfo: memFree=123673684/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19063512 memory=3231160 CPUtime=3600.01 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 119670 0 0 0 359640 361 0 0 20 0 20 0 31046389 19521036288 807790 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4765878 807790 5461 1 0 1014651 0
[pid=16300/tid=16302] ppid=16297 vsize=19063512 memory=3229112 CPUtime=3526.81 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 65517 0 0 0 352581 100 0 0 20 0 20 0 31046391 19521036288 807790 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19063512 memory=3229112 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31046395 19521036288 807790 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19063512 memory=3229112 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 20 0 31046396 19521036288 807790 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16319] ppid=16297 vsize=19063512 memory=3227064 CPUtime=0 cores=5,7
/proc/16300/task/16319/stat : 16319 (Timer-0) S 16297 16300 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31046444 19521036288 807790 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3231160 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.76 s, system=3.64342 s

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

[startup+3570.81 s]
/proc/loadavg: 2.14 2.75 3.51 3/277 16641
/proc/meminfo: memFree=123673684/131382112 swapFree=33010684/33010684
[pid=16300] ppid=16297 vsize=19263204 memory=3231928 CPUtime=3600.21 cores=5,7
/proc/16300/stat : 16300 (java) S 16297 16300 14172 0 -1 4194304 121893 0 0 0 359659 362 0 0 20 0 21 0 31046389 19725520896 807982 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
/proc/16300/statm: 4815801 807982 5461 1 0 1015554 0
[pid=16300/tid=16302] ppid=16297 vsize=19263204 memory=245635481903 CPUtime=3526.92 cores=5,7
/proc/16300/task/16302/stat : 16302 (java) R 16297 16300 14172 0 -1 4194368 65557 0 0 0 352592 100 0 0 20 0 21 0 31046391 19725520896 807982 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16311] ppid=16297 vsize=19263204 memory=4179395666877088499 CPUtime=0 cores=5,7
/proc/16300/task/16311/stat : 16311 (Finalizer) S 16297 16300 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31046395 19725520896 807982 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
[pid=16300/tid=16318] ppid=16297 vsize=19263204 memory=73552 CPUtime=0 cores=5,7
/proc/16300/task/16318/stat : 16318 (Common-Cleaner) S 16297 16300 14172 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 21 0 31046396 19725520896 807982 18446744073709551615 94255379410944 94255379414640 140726621339136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94255379422456 94255379423248 94255381700608 140726621346174 140726621346278 140726621346278 140726621351880 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3231928 KiB

Child status: 143

Real time (s): 3570.91
CPU time (s): 3600.4
CPU user time (s): 3596.76
CPU system time (s): 3.64342
CPU usage (%): 100.826
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3231928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.76
system time used= 3.64342
maximum resident set size= 3232184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122209
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= 125249
involuntary context switches= 10085


# summary of solver processes directly reported to runsolver:
#   pid: 16300
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.76
#   total CPU system time (s): 3.64342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2979 second user time and 37.3119 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 01:34:27
IDJOB=4494710
IDBENCH=147910
IDSOLVER=3361
FILE ID=nodeC012/4494710-1751153667
RUNJOBID= nodeC012-1751146186-14185
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.1900584219.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494710-1751153667/watcher-4494710-1751153667 -o /tmp/evaluation-result-4494710-1751153667/solver-4494710-1751153667 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14185 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4494710-1751153667.opb

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

MD5SUM BENCH= 5cb6b74fefc8a9f17ac95610df8bcc89
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		: 3491.706
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.603
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.218
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.153
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		: 3491.696
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.058
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.349
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.153
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:        121490512 kB
MemAvailable:   121112908 kB
Buffers:            3280 kB
Cached:           410952 kB
SwapCached:            0 kB
Active:          9193960 kB
Inactive:         178208 kB
Active(anon):    8975896 kB
Inactive(anon):        0 kB
Active(file):     218064 kB
Inactive(file):   178208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       8961040 kB
Mapped:           121792 kB
Shmem:             17960 kB
KReclaimable:      84008 kB
Slab:             163060 kB
SReclaimable:      84008 kB
SUnreclaim:        79052 kB
KernelStack:        4976 kB
PageTables:        21204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12397140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8728576 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:33:58