Trace number 4542742

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.5 3538.07

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_066.shuf-1.opb
MD5SUM7e4e500c6ecf133c3cb12e0c5a9fdd4f
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 benchmark12.5891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1057
Total number of constraints530
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints522
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.10/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.20	c See www.sat4j.org for details.
0.10/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.42/0.43	c Pseudo Boolean Optimization by upper bound
0.42/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.43	c  - never skip resolution steps
0.42/0.43	c  - Auto-division on coefficients is disabled
0.42/0.43	c  - No postprocessing
0.42/0.43	c  - Conflict is considered as is when resolving
0.42/0.43	c  - Use constraints as they come during conflict analysis
0.42/0.43	c  - Weaken first using unassigned literals
0.42/0.43	c  - Bump strategy: ALWAYS_ONE
0.42/0.43	c  - Bumper: ANY
0.42/0.43	c --- Begin Solver configuration ---
0.42/0.43	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.42/0.43	c Learn all clauses as in MiniSAT
0.42/0.43	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.43	c No reason simplification
0.42/0.43	c Armin Biere (Picosat) restarts strategy
0.42/0.43	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.42/0.43	c timeout=2147483s
0.42/0.43	c DB Simplification allowed=false
0.42/0.43	c Listener: none
0.42/0.43	c --- End Solver configuration ---
0.42/0.43	c solving HOME/instance-4542742-1753222103.opb
0.42/0.43	c reading problem ... 
0.42/0.44	c  no objective function found
0.79/0.56	c ... done. Wall clock time 0.13s.
0.79/0.57	c declared #vars     1057
0.79/0.57	c #constraints  530
0.79/0.57	c constraints type 
0.79/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.79/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 528
0.79/0.57	c 530 constraints processed.
4.41/2.47	c cleaning 2434 clauses out of 5000
8.96/5.49	c cleaning 4243 clauses out of 8566
13.81/9.65	c cleaning 5636 clauses out of 11324
21.09/14.68	c cleaning 6819 clauses out of 13688
29.74/23.03	c cleaning 7926 clauses out of 15869
42.61/35.42	c cleaning 8956 clauses out of 17942
71.84/64.13	c cleaning 9973 clauses out of 19987
112.29/103.90	c cleaning 10987 clauses out of 22014
156.84/147.38	c cleaning 12001 clauses out of 24027
196.69/186.31	c cleaning 12983 clauses out of 26025
223.99/213.03	c cleaning 14004 clauses out of 28043
342.73/329.26	c cleaning 14963 clauses out of 30041
435.57/419.91	c cleaning 16022 clauses out of 32076
574.79/556.17	c cleaning 16991 clauses out of 34053
776.33/752.77	c cleaning 17982 clauses out of 36062
1227.30/1197.87	c cleaning 19038 clauses out of 38081
1991.73/1954.13	c cleaning 20015 clauses out of 40045
3154.42/3099.55	c cleaning 21005 clauses out of 42033
3600.01/3537.83	c starts		: 120
3600.01/3537.86	c conflicts		: 256112
3600.01/3537.87	c decisions		: 358531
3600.01/3537.87	c propagations		: 1677852
3600.01/3537.87	c inspects		: 4413905745
3600.01/3537.87	c shortcuts		: 0
3600.01/3537.87	c learnt literals	: 0
3600.01/3537.87	c learnt binary clauses	: 0
3600.01/3537.87	c learnt ternary clauses	: 0
3600.01/3537.88	c learnt constraints	: 256112
3600.01/3537.88	c ignored constraints	: 0
3600.01/3537.89	c root simplifications	: 0
3600.01/3537.89	c removed literals (reason simplification)	: 0
3600.01/3537.89	c reason swapping (by a shorter reason)	: 0
3600.01/3537.89	c Calls to reduceDB	: 18
3600.01/3537.89	c Number of update (reduction) of LBD	: 0
3600.01/3537.89	c Imported unit clauses	: 0
3600.01/3537.89	c No decision after first conflict	: false
3600.01/3537.89	c number of reductions to clauses (during analyze)	: 0
3600.01/3537.89	c number of learned constraints concerned by reduction	: 0
3600.01/3537.89	c number of learning phase by resolution	: 0
3600.01/3537.89	c number of learning phase by cutting planes	: 0
3600.01/3537.89	c number of rounding to 1 operations	: 0
3600.01/3537.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3537.90	c number of reductions of the coefficients by power 2 	: 0
3600.01/3537.90	c number of right shift for reduction by power 2 	: 0
3600.01/3537.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3537.90	c number of ending skipping 	: 0
3600.01/3537.90	c number of internal skipping 	: 0
3600.01/3537.90	c number of derivation steps 	: 1018732
3600.01/3537.90	c number of skipped derivation steps 	: 0
3600.21/3537.90	c number of remaining unassigned 	: 9230
3600.21/3537.90	c number of remaining assigned 	: 47474927
3600.21/3537.91	c number of falsified literals weakened from reason	: 0
3600.21/3537.91	c number of falsified literals weakened from conflict	: 0
3600.21/3537.91	c time for arithmetic operations	: 3153339963
3600.21/3537.91	c minimum degree of deleted constraints	: null
3600.21/3537.92	c maximum degree of deleted constraints	: null
3600.21/3537.92	c number of deleted constraints	: 0
3600.21/3537.94	c speed (assignments/second)	: 474.3232240993283
3600.21/3537.94	c non guided choices	: 10214
3600.41/3538.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3
3600.41/3538.02	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 34079
3600.41/3538.02	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 52
3600.41/3538.03	s UNKNOWN
3600.41/3538.03	c Total wall clock time (in seconds): 3537.6

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-4542742-1753222103/watcher-4542742-1753222103 -o /tmp/evaluation-result-4542742-1753222103/solver-4542742-1753222103 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162647 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542742-1753222103.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100068 s]*
/proc/loadavg: 3.83 4.04 4.08 9/319 162773
/proc/meminfo: memFree=128510876/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=18930344 memory=48204 CPUtime=0.1 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 5458 0 0 0 6 4 0 0 20 0 18 0 237889129 19384672256 12051 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4732586 12051 5075 1 0 546711 0
[pid=162695/tid=162707] ppid=162686 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 4556 0 0 0 3 2 0 0 20 0 18 0 237889131 19384672256 12051 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=18930344 memory=2576 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889136 19384672256 12083 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=18930344 memory=54096036103158 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237889138 19384672256 12083 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 48204 KiB

[startup+0.215413 s]*
/proc/loadavg: 3.83 4.04 4.08 9/319 162773
/proc/meminfo: memFree=128495144/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=18930384 memory=53632 CPUtime=0.26 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 6067 0 0 0 22 4 0 0 20 0 18 0 237889129 19384713216 13408 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4732596 13408 5331 1 0 547216 0
[pid=162695/tid=162707] ppid=162686 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 4958 0 0 0 14 3 0 0 20 0 18 0 237889131 19384713216 13408 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=18930384 memory=2576 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889136 19384713216 13408 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=18930384 memory=54096036103158 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237889138 19384713216 13408 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53632 KiB

[startup+0.314485 s]*
/proc/loadavg: 3.83 4.04 4.08 10/319 162773
/proc/meminfo: memFree=128476556/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=18930384 memory=59668 CPUtime=0.42 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 6571 0 0 0 37 5 0 0 20 0 18 0 237889129 19384713216 14917 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4732596 14917 5331 1 0 547696 0
[pid=162695/tid=162707] ppid=162686 vsize=18930384 memory=-8598889471714042556 CPUtime=0.26 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 5144 0 0 0 23 3 0 0 20 0 18 0 237889131 19384713216 14917 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889136 19384713216 14917 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237889138 19384713216 14917 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59668 KiB

[startup+0.700342 s]
/proc/loadavg: 3.83 4.04 4.08 16/319 162773
/proc/meminfo: memFree=128458248/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=18996948 memory=78172 CPUtime=1.11 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 8129 0 0 0 103 8 0 0 20 0 19 0 237889129 19452874752 19543 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4749237 19543 5427 1 0 548929 0
[pid=162695/tid=162707] ppid=162686 vsize=18996948 memory=27392 CPUtime=0.58 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 5464 0 0 0 53 5 0 0 20 0 19 0 237889131 19452874752 19543 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237889136 19452874752 19543 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237889138 19452874752 19543 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78172 KiB

[startup+1.50031 s]
/proc/loadavg: 3.83 4.04 4.08 11/323 162777
/proc/meminfo: memFree=128284644/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=169428 CPUtime=2.67 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 16616 0 0 0 253 14 0 0 20 0 20 0 237889129 19521036288 42357 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 42357 5459 1 0 552093 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=3200 CPUtime=1.3 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 5828 0 0 0 123 7 0 0 20 0 20 0 237889131 19521036288 42357 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 42357 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 42357 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 42357 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169428 KiB

[startup+3.10562 s]
/proc/loadavg: 3.83 4.04 4.08 11/327 162781
/proc/meminfo: memFree=126230080/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=789236 CPUtime=5.8 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 25300 0 0 0 551 29 0 0 20 0 20 0 237889129 19521036288 197309 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 197309 5459 1 0 863394 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=14464 CPUtime=2.8 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 7269 0 0 0 260 20 0 0 20 0 20 0 237889131 19521036288 197309 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 197309 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 197309 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 197309 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 789236 KiB

[startup+6.30037 s]
/proc/loadavg: 3.85 4.04 4.08 6/327 162781
/proc/meminfo: memFree=122421820/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=1432408 CPUtime=10.11 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 25755 0 0 0 968 43 0 0 20 0 20 0 237889129 19521036288 358102 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 358102 5459 1 0 863429 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=0 CPUtime=5.71 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 7558 0 0 0 539 32 0 0 20 0 20 0 237889131 19521036288 358102 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 358102 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 358102 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=180700 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 358102 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 10.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1432408 KiB

[startup+12.7003 s]
/proc/loadavg: 3.86 4.04 4.08 7/327 162781
/proc/meminfo: memFree=117343396/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=3081732 CPUtime=19.08 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 30538 0 0 0 1831 77 0 0 20 0 20 0 237889129 19521036288 770433 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 770433 5459 1 0 1244080 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=180700 CPUtime=11.87 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 8498 0 0 0 1125 62 0 0 20 0 20 0 237889131 19521036288 770433 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=2938012 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 770433 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 770433 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 770433 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 19.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3081732 KiB

[startup+25.5005 s]
/proc/loadavg: 3.96 4.05 4.08 6/327 162781
/proc/meminfo: memFree=114679940/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=4391888 CPUtime=32.27 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 32787 0 0 0 3118 109 0 0 20 0 20 0 237889129 19521036288 1097972 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1097972 5459 1 0 1755869 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=2938012 CPUtime=23.89 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 9632 0 0 0 2301 88 0 0 20 0 20 0 237889131 19521036288 1097972 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1097972 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1097972 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=4391888 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 1097972 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 32.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4391888 KiB

[startup+51.1136 s]
/proc/loadavg: 4.13 4.08 4.09 6/327 162782
/proc/meminfo: memFree=113655368/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=5223532 CPUtime=58.62 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 39238 0 0 0 5734 128 0 0 20 0 20 0 237889129 19521036288 1305883 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1305883 5459 1 0 1755872 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=5223532 CPUtime=48.86 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 12155 0 0 0 4783 103 0 0 20 0 20 0 237889131 19521036288 1305883 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=3081732 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1305883 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1305883 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=5223404 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=97990960/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3279.23 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 210557 0 0 0 327544 379 0 0 20 0 20 0 237889129 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1710264 5491 1 0 1757658 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3176.74 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 127477 0 0 0 317543 131 0 0 20 0 20 0 237889131 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=-8743004659789898428 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 2031 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 3279.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6841056 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.35 4.34 7/329 162953
/proc/meminfo: memFree=97535868/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3340.58 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 214159 0 0 0 333675 383 0 0 20 0 20 0 237889129 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1710264 5491 1 0 1757658 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3235.76 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 129967 0 0 0 323445 131 0 0 20 0 20 0 237889131 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 2084 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=-8743004659789898428 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 3340.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6841056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.32 4.33 6/329 162955
/proc/meminfo: memFree=97535820/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3401.33 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 216507 0 0 0 339746 387 0 0 20 0 20 0 237889129 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1710264 5491 1 0 1757658 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3295.19 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 132251 0 0 0 329387 132 0 0 20 0 20 0 237889131 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=17952 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 2084 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 3401.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6841056 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.29 4.32 8/329 162958
/proc/meminfo: memFree=97535176/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3462.6 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 221634 0 0 0 345868 392 0 0 20 0 20 0 237889129 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1710264 5491 1 0 1757659 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3354.06 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) S 162686 162695 162635 0 -1 4194368 136003 0 0 0 335273 133 0 0 20 0 20 0 237889131 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 2125 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 3462.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6841056 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.28 4.31 6/329 162960
/proc/meminfo: memFree=97534328/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3523.38 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 225104 0 0 0 351943 395 0 0 20 0 20 0 237889129 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1710264 5491 1 0 1757659 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3413.57 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 138649 0 0 0 341223 134 0 0 20 0 20 0 237889131 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 2169 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 3523.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6841056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.30 4.32 4/304 163040
/proc/meminfo: memFree=110432780/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3584.58 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 230577 0 0 0 358057 401 0 0 20 0 20 0 237889129 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1710264 5491 1 0 1757659 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=27392 CPUtime=3472.69 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 142714 0 0 0 347134 135 0 0 20 0 20 0 237889131 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 2169 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 3584.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6841056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3537.8 s]
/proc/loadavg: 4.48 4.34 4.33 5/326 163295
/proc/meminfo: memFree=117406292/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19063512 memory=6841056 CPUtime=3600.01 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 231320 0 0 0 359596 405 0 0 20 0 20 0 237889129 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4765878 1710264 5491 1 0 1757659 0
[pid=162695/tid=162707] ppid=162686 vsize=19063512 memory=-8743004659789898428 CPUtime=3488.1 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 143374 0 0 0 348672 138 0 0 20 0 20 0 237889131 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19063512 memory=27392 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889136 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19063512 memory=6841056 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 2169 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162776] ppid=162686 vsize=19063512 memory=-8743004659789898428 CPUtime=0 cores=1,3
/proc/162695/task/162776/stat : 162776 (Timer-0) S 162686 162695 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889187 19521036288 1710264 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6841056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.4 s, system=4.09775 s

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

[startup+3538 s]*
/proc/loadavg: 4.48 4.34 4.33 6/327 163298
/proc/meminfo: memFree=117174396/131382120 swapFree=33010416/33010684
[pid=162695] ppid=162686 vsize=19263204 memory=6841824 CPUtime=3600.41 cores=1,3
/proc/162695/stat : 162695 (java) S 162686 162695 162635 0 -1 4194304 233746 0 0 0 359635 406 0 0 20 0 21 0 237889129 19725520896 1710456 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
/proc/162695/statm: 4815801 1710456 5491 1 0 1758578 0
[pid=162695/tid=162707] ppid=162686 vsize=19263204 memory=1792 CPUtime=3488.32 cores=1,3
/proc/162695/task/162707/stat : 162707 (java) R 162686 162695 162635 0 -1 4194368 143420 0 0 0 348694 138 0 0 20 0 21 0 237889131 19725520896 1710456 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162746] ppid=162686 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/162695/task/162746/stat : 162746 (Finalizer) S 162686 162695 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889136 19725520896 1710456 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=162769] ppid=162686 vsize=19263204 memory=-9031520904669864636 CPUtime=0 cores=1,3
/proc/162695/task/162769/stat : 162769 (Common-Cleaner) S 162686 162695 162635 0 -1 4194368 2169 0 0 0 0 0 0 0 20 0 21 0 237889138 19725520896 1710456 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
[pid=162695/tid=163297] ppid=162686 vsize=19263204 memory=22964 CPUtime=0.08 cores=1,3
/proc/162695/task/163297/stat : 163297 (Thread-0) R 162686 162695 162635 0 -1 4194368 616 0 0 0 8 0 0 0 20 0 21 0 238242910 19725520896 1710456 18446744073709551615 93911466328064 93911466331760 140733142378560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93911466339576 93911466340368 93911470538752 140733142382972 140733142383076 140733142383076 140733142388680 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6841824 KiB

Child status: 143

Real time (s): 3538.07
CPU time (s): 3600.5
CPU user time (s): 3596.4
CPU system time (s): 4.09775
CPU usage (%): 101.764
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6841824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.4
system time used= 4.09775
maximum resident set size= 6842080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233961
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= 117596
involuntary context switches= 7856


# summary of solver processes directly reported to runsolver:
#   pid: 162695
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3596.4
#   total CPU system time (s): 4.09775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6256 second user time and 37.3789 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 00:08:23
IDJOB=4542742
IDBENCH=164570
IDSOLVER=3361
FILE ID=nodeC002/4542742-1753222103
RUNJOBID= nodeC002-1753222103-162647
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_066.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542742-1753222103/watcher-4542742-1753222103 -o /tmp/evaluation-result-4542742-1753222103/solver-4542742-1753222103 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162647 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4542742-1753222103.opb

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

MD5SUM BENCH= 7e4e500c6ecf133c3cb12e0c5a9fdd4f
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.206
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.230
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.275
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.314
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.575
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		: 1199.216
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.282
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.272
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:   129820888 kB
Buffers:            2128 kB
Cached:          2014828 kB
SwapCached:           28 kB
Active:          1175932 kB
Inactive:         906028 kB
Active(anon):      84828 kB
Inactive(anon):     6300 kB
Active(file):    1091104 kB
Inactive(file):   899728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2688 kB
Writeback:            12 kB
AnonPages:         67752 kB
Mapped:           108800 kB
Shmem:             26124 kB
KReclaimable:     222664 kB
Slab:             314572 kB
SReclaimable:     222664 kB
SUnreclaim:        91908 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:     342948 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:22