Trace number 4542703

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.47 3516.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_036.shuf-2.opb
MD5SUM51f0204441dcd002ae254f35580dbb8b
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 benchmark3.67265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables577
Total number of constraints290
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints286
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.59/0.45	c Pseudo Boolean Optimization by upper bound
0.59/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.45	c  - never skip resolution steps
0.59/0.45	c  - Auto-division on coefficients is disabled
0.59/0.45	c  - No postprocessing
0.59/0.45	c  - Conflict is considered as is when resolving
0.59/0.45	c  - Use constraints as they come during conflict analysis
0.59/0.45	c  - Weaken first using unassigned literals
0.59/0.45	c  - Bump strategy: ALWAYS_ONE
0.59/0.45	c  - Bumper: ANY
0.59/0.45	c --- Begin Solver configuration ---
0.59/0.45	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.59/0.45	c Learn all clauses as in MiniSAT
0.59/0.45	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.45	c No reason simplification
0.59/0.45	c Armin Biere (Picosat) restarts strategy
0.59/0.45	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.59/0.45	c timeout=2147483s
0.59/0.45	c DB Simplification allowed=false
0.59/0.45	c Listener: none
0.59/0.45	c --- End Solver configuration ---
0.59/0.45	c solving HOME/instance-4542703-1753222103.opb
0.59/0.45	c reading problem ... 
0.59/0.45	c  no objective function found
0.78/0.55	c ... done. Wall clock time 0.099s.
0.78/0.55	c declared #vars     577
0.78/0.55	c #constraints  290
0.78/0.55	c constraints type 
0.78/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.78/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
0.78/0.55	c 290 constraints processed.
5.19/2.89	c cleaning 2481 clauses out of 5001
10.64/7.02	c cleaning 4246 clauses out of 8520
19.49/15.18	c cleaning 5614 clauses out of 11273
32.51/27.94	c cleaning 6813 clauses out of 13659
44.99/40.00	c cleaning 7904 clauses out of 15850
72.96/67.09	c cleaning 8961 clauses out of 17942
113.02/106.49	c cleaning 9986 clauses out of 19982
260.55/248.76	c cleaning 10982 clauses out of 21995
347.11/333.75	c cleaning 11979 clauses out of 24014
421.76/406.58	c cleaning 12990 clauses out of 26035
689.72/669.50	c cleaning 13989 clauses out of 28045
846.97/823.65	c cleaning 15021 clauses out of 30055
1350.05/1319.08	c cleaning 16010 clauses out of 32034
2153.55/2108.81	c cleaning 16994 clauses out of 34025
2700.57/2640.83	c cleaning 17990 clauses out of 36031
3247.09/3173.53	c cleaning 18999 clauses out of 38041
3600.06/3515.83	c starts		: 119
3600.06/3515.84	c conflicts		: 213293
3600.06/3515.87	c decisions		: 282010
3600.06/3515.87	c propagations		: 1585637
3600.06/3515.87	c inspects		: 5019565308
3600.06/3515.87	c shortcuts		: 0
3600.06/3515.87	c learnt literals	: 0
3600.06/3515.87	c learnt binary clauses	: 0
3600.06/3515.87	c learnt ternary clauses	: 0
3600.06/3515.87	c learnt constraints	: 213292
3600.06/3515.87	c ignored constraints	: 0
3600.06/3515.87	c root simplifications	: 0
3600.06/3515.88	c removed literals (reason simplification)	: 0
3600.06/3515.88	c reason swapping (by a shorter reason)	: 0
3600.06/3515.88	c Calls to reduceDB	: 16
3600.06/3515.89	c Number of update (reduction) of LBD	: 0
3600.06/3515.89	c Imported unit clauses	: 0
3600.06/3515.89	c No decision after first conflict	: false
3600.06/3515.89	c number of reductions to clauses (during analyze)	: 0
3600.06/3515.89	c number of learned constraints concerned by reduction	: 0
3600.06/3515.89	c number of learning phase by resolution	: 0
3600.06/3515.89	c number of learning phase by cutting planes	: 0
3600.06/3515.89	c number of rounding to 1 operations	: 0
3600.06/3515.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3515.89	c number of reductions of the coefficients by power 2 	: 0
3600.06/3515.89	c number of right shift for reduction by power 2 	: 0
3600.06/3515.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3515.89	c number of ending skipping 	: 0
3600.06/3515.90	c number of internal skipping 	: 0
3600.06/3515.90	c number of derivation steps 	: 1001074
3600.06/3515.90	c number of skipped derivation steps 	: 0
3600.06/3515.90	c number of remaining unassigned 	: 7120
3600.25/3515.90	c number of remaining assigned 	: 41921579
3600.25/3515.90	c number of falsified literals weakened from reason	: 0
3600.25/3515.90	c number of falsified literals weakened from conflict	: 0
3600.25/3515.90	c time for arithmetic operations	: 2643360805
3600.25/3515.91	c minimum degree of deleted constraints	: null
3600.25/3515.92	c maximum degree of deleted constraints	: null
3600.25/3515.92	c number of deleted constraints	: 0
3600.25/3515.92	c speed (assignments/second)	: 451.0605336078624
3600.25/3515.92	c non guided choices	: 4212
3600.25/3515.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 491
3600.25/3515.98	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 31812
3600.25/3515.98	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 30
3600.25/3515.99	s UNKNOWN
3600.25/3515.99	c Total wall clock time (in seconds): 3515.543

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=162691, runsolver pid=162685

[startup+0.100081 s]*
/proc/loadavg: 3.83 4.04 4.08 9/316 162770
/proc/meminfo: memFree=128515952/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=18930344 memory=45600 CPUtime=0.09 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 5450 0 0 0 5 4 0 0 20 0 18 0 237889128 19384672256 11400 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4732586 11400 4940 1 0 546694 0
[pid=162691/tid=162706] ppid=162685 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 4574 0 0 0 4 2 0 0 20 0 18 0 237889131 19384713216 11432 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889136 19384713216 11432 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 11432 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45600 KiB

[startup+0.215413 s]*
/proc/loadavg: 3.83 4.04 4.08 8/319 162773
/proc/meminfo: memFree=128495144/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=18930384 memory=50080 CPUtime=0.27 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 6193 0 0 0 22 5 0 0 20 0 18 0 237889128 19384713216 12520 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4732596 12520 5356 1 0 547314 0
[pid=162691/tid=162706] ppid=162685 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 4974 0 0 0 14 3 0 0 20 0 18 0 237889131 19384713216 12552 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889136 19384713216 12552 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 12552 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50080 KiB

[startup+0.317922 s]*
/proc/loadavg: 3.83 4.04 4.08 8/319 162773
/proc/meminfo: memFree=128476556/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=18930384 memory=58104 CPUtime=0.43 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 6658 0 0 0 37 6 0 0 20 0 18 0 237889128 19384713216 14526 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4732596 14526 5356 1 0 547691 0
[pid=162691/tid=162706] ppid=162685 vsize=18930384 memory=-8598889471714042556 CPUtime=0.26 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 5145 0 0 0 22 4 0 0 20 0 18 0 237889131 19384713216 14526 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889136 19384713216 14526 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 14526 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58104 KiB

[startup+0.700367 s]
/proc/loadavg: 3.83 4.04 4.08 13/319 162773
/proc/meminfo: memFree=128462344/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=18996948 memory=69500 CPUtime=1.11 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 7354 0 0 0 103 8 0 0 20 0 19 0 237889128 19452874752 17375 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4749237 17375 5452 1 0 548376 0
[pid=162691/tid=162706] ppid=162685 vsize=18996948 memory=27392 CPUtime=0.56 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 5455 0 0 0 51 5 0 0 20 0 19 0 237889131 19452874752 17375 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237889136 19452874752 17375 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237889137 19452874752 17375 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69500 KiB

[startup+1.50032 s]
/proc/loadavg: 3.83 4.04 4.08 10/323 162777
/proc/meminfo: memFree=128288740/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19063512 memory=182820 CPUtime=2.67 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 21775 0 0 0 252 15 0 0 20 0 20 0 237889128 19521036288 45705 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4765878 45705 5484 1 0 555794 0
[pid=162691/tid=162706] ppid=162685 vsize=19063512 memory=3200 CPUtime=1.25 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 5850 0 0 0 117 8 0 0 20 0 20 0 237889131 19521036288 45705 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 45705 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 45705 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889185 19521036288 45705 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182820 KiB

[startup+3.10561 s]
/proc/loadavg: 3.83 4.04 4.08 9/327 162781
/proc/meminfo: memFree=126234176/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19063512 memory=538620 CPUtime=5.79 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 25136 0 0 0 553 26 0 0 20 0 20 0 237889128 19521036288 134655 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4765878 134655 5484 1 0 555844 0
[pid=162691/tid=162706] ppid=162685 vsize=19063512 memory=14464 CPUtime=2.75 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 7322 0 0 0 258 17 0 0 20 0 20 0 237889131 19521036288 134655 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 134655 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 134655 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889185 19521036288 134655 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 538620 KiB

[startup+6.30032 s]
/proc/loadavg: 3.85 4.04 4.08 5/327 162781
/proc/meminfo: memFree=122430012/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19063512 memory=1712080 CPUtime=9.81 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 26395 0 0 0 932 49 0 0 20 0 20 0 237889128 19521036288 428020 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4765878 428020 5484 1 0 942288 0
[pid=162691/tid=162706] ppid=162685 vsize=19063512 memory=0 CPUtime=5.75 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 7938 0 0 0 537 38 0 0 20 0 20 0 237889131 19521036288 428020 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 428020 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 428020 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19063512 memory=185132 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889185 19521036288 428020 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 9.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1712080 KiB

[startup+12.7004 s]
/proc/loadavg: 3.86 4.04 4.08 6/327 162781
/proc/meminfo: memFree=117343396/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19063512 memory=2984960 CPUtime=16.97 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 27769 0 0 0 1618 79 0 0 20 0 20 0 237889128 19521036288 746240 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4765878 746240 5484 1 0 1230560 0
[pid=162691/tid=162706] ppid=162685 vsize=19063512 memory=185132 CPUtime=11.78 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 8511 0 0 0 1113 65 0 0 20 0 20 0 237889131 19521036288 746240 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19063512 memory=2923480 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 746240 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 746240 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889185 19521036288 746240 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 16.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2984960 KiB

[startup+25.5005 s]
/proc/loadavg: 3.96 4.05 4.08 5/327 162781
/proc/meminfo: memFree=114679940/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19063512 memory=3183752 CPUtime=30.11 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 28911 0 0 0 2926 85 0 0 20 0 20 0 237889128 19521036288 795938 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4765878 795938 5484 1 0 1230579 0
[pid=162691/tid=162706] ppid=162685 vsize=19063512 memory=2923480 CPUtime=24.25 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 9492 0 0 0 2355 70 0 0 20 0 20 0 237889131 19521036288 795938 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 795938 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 795938 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19063512 memory=3183624 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889185 19521036288 795938 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 30.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3183752 KiB

[startup+51.1138 s]
/proc/loadavg: 4.13 4.08 4.09 5/327 162782
/proc/meminfo: memFree=113655368/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19063512 memory=3368212 CPUtime=56.39 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 36116 0 0 0 5546 93 0 0 20 0 20 0 237889128 19521036288 842053 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4765878 842053 5484 1 0 1230584 0
[pid=162691/tid=162706] ppid=162685 vsize=19063512 memory=3368212 CPUtime=49.19 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 13544 0 0 0 4845 74 0 0 20 0 20 0 237889131 19521036288 842053 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19063512 memory=2984960 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 842053 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 842053 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19063512 memory=3364100 CPUtime=0 cores=0,2

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

/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 2660 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889185 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 3173.3 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4789520 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.34 4.34 5/329 162949
/proc/meminfo: memFree=97990004/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3235.91 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 161085 0 0 0 323278 313 0 0 20 0 21 0 237889128 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4782519 1197380 5484 1 0 1232398 0
[pid=162691/tid=162706] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3107.53 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 87074 0 0 0 310653 100 0 0 20 0 21 0 237889131 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 2660 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889185 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 3235.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4789520 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.32 4.33 5/329 162951
/proc/meminfo: memFree=97990960/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3298.38 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 163561 0 0 0 329522 316 0 0 20 0 21 0 237889128 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4782519 1197380 5484 1 0 1232398 0
[pid=162691/tid=162706] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3166.59 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 88722 0 0 0 316559 100 0 0 20 0 21 0 237889131 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19130076 memory=-8815062253827826364 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 2707 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889185 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 3298.38 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4789520 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.35 4.34 6/329 162953
/proc/meminfo: memFree=97535868/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3360.01 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 164713 0 0 0 335681 320 0 0 20 0 21 0 237889128 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4782519 1197380 5484 1 0 1232398 0
[pid=162691/tid=162706] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3225.8 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 89462 0 0 0 322480 100 0 0 20 0 21 0 237889131 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 2798 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19130076 memory=-8815062253827826364 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889185 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 3360.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4789520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.32 4.33 5/329 162955
/proc/meminfo: memFree=97535820/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3421.31 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 166498 0 0 0 341807 324 0 0 20 0 21 0 237889128 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4782519 1197380 5484 1 0 1232398 0
[pid=162691/tid=162706] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3284.93 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 91114 0 0 0 328392 101 0 0 20 0 21 0 237889131 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19130076 memory=17952 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 2798 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889185 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 3421.31 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4789520 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.29 4.32 5/329 162958
/proc/meminfo: memFree=97535176/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3482.74 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 168483 0 0 0 347946 328 0 0 20 0 21 0 237889128 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4782519 1197380 5484 1 0 1232398 0
[pid=162691/tid=162706] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3344.04 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 92889 0 0 0 334302 102 0 0 20 0 21 0 237889131 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19130076 memory=14464 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 2865 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889185 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 3482.74 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4789520 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.28 4.31 5/329 162960
/proc/meminfo: memFree=97534328/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3544.02 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 168879 0 0 0 354072 330 0 0 20 0 21 0 237889128 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4782519 1197380 5484 1 0 1232398 0
[pid=162691/tid=162706] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3403.38 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 93159 0 0 0 340236 102 0 0 20 0 21 0 237889131 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 2938 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19130076 memory=4789520 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889185 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 3544.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4789520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3515.8 s]
/proc/loadavg: 4.29 4.30 4.32 5/329 162962
/proc/meminfo: memFree=97533600/131382120 swapFree=33010416/33010684
[pid=162691] ppid=162685 vsize=19130076 memory=4789520 CPUtime=3600.06 cores=0,2
/proc/162691/stat : 162691 (java) S 162685 162691 162635 0 -1 4194304 171489 0 0 0 359672 334 0 0 20 0 21 0 237889128 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
/proc/162691/statm: 4782519 1197380 5484 1 0 1232398 0
[pid=162691/tid=162706] ppid=162685 vsize=19130076 memory=2736 CPUtime=3455.49 cores=0,2
/proc/162691/task/162706/stat : 162706 (java) R 162685 162691 162635 0 -1 4194368 95423 0 0 0 345446 103 0 0 20 0 21 0 237889131 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162737] ppid=162685 vsize=19130076 memory=17952 CPUtime=0 cores=0,2
/proc/162691/task/162737/stat : 162737 (Finalizer) S 162685 162691 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162753] ppid=162685 vsize=19130076 memory=-8815062253827826364 CPUtime=0 cores=0,2
/proc/162691/task/162753/stat : 162753 (Common-Cleaner) S 162685 162691 162635 0 -1 4194368 2938 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
[pid=162691/tid=162774] ppid=162685 vsize=19130076 memory=26520 CPUtime=0 cores=0,2
/proc/162691/task/162774/stat : 162774 (Timer-0) S 162685 162691 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889185 19589197824 1197380 18446744073709551615 94316042805248 94316042808944 140723618820432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316042816760 94316042817552 94316055961600 140723618826620 140723618826724 140723618826724 140723618832328 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4789520 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.1 s, system=3.36736 s

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

[startup+3516.01 s]*
/proc/loadavg: 4.27 4.29 4.32 6/310 162965
/proc/meminfo: memFree=99630760/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3516.05
CPU time (s): 3600.47
CPU user time (s): 3597.1
CPU system time (s): 3.36736
CPU usage (%): 102.401
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 4790288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.1
system time used= 3.36736
maximum resident set size= 4790544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174012
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122877
involuntary context switches= 16390


# summary of solver processes directly reported to runsolver:
#   pid: 162691
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3597.1
#   total CPU system time (s): 3.36736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2053 second user time and 37.1978 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 00:08:23
IDJOB=4542703
IDBENCH=164553
IDSOLVER=3361
FILE ID=nodeC002/4542703-1753222103
RUNJOBID= nodeC002-1753222103-162645
SLURM_JOB_ID= 9687816
Free space on /tmp= 432324 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_036.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542703-1753222103/watcher-4542703-1753222103 -o /tmp/evaluation-result-4542703-1753222103/solver-4542703-1753222103 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162645 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542703-1753222103.opb

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

MD5SUM BENCH= 51f0204441dcd002ae254f35580dbb8b
RANDOM SEED=128067556

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.222
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.81
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		: 1197.228
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.81
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.452
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.81
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.239
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.460
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.81
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		: 1194.101
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.81
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.084
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.81
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.180
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128558352 kB
MemAvailable:   129820564 kB
Buffers:            2128 kB
Cached:          2014504 kB
SwapCached:           28 kB
Active:          1176580 kB
Inactive:         905704 kB
Active(anon):      85476 kB
Inactive(anon):     6300 kB
Active(file):    1091104 kB
Inactive(file):   899404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2364 kB
Writeback:            12 kB
AnonPages:         68724 kB
Mapped:           108800 kB
Shmem:             26124 kB
KReclaimable:     222664 kB
Slab:             314556 kB
SReclaimable:     222664 kB
SUnreclaim:        91892 kB
KernelStack:        3888 kB
PageTables:         3048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     342832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC002 at 2025-07-23 01:07:00