Trace number 4542781

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.53 3521.64

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
MD5SUM99fe8e2cd23c0484947be7a71ede996e
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 benchmark11.4771
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1729
Total number of constraints866
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints856
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2106806208
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.60/0.44	c Pseudo Boolean Optimization by upper bound
0.60/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.44	c  - never skip resolution steps
0.60/0.44	c  - Auto-division on coefficients is disabled
0.60/0.44	c  - No postprocessing
0.60/0.44	c  - Conflict is considered as is when resolving
0.60/0.44	c  - Use constraints as they come during conflict analysis
0.60/0.44	c  - Weaken first using unassigned literals
0.60/0.44	c  - Bump strategy: ALWAYS_ONE
0.60/0.44	c  - Bumper: ANY
0.60/0.44	c --- Begin Solver configuration ---
0.60/0.44	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.60/0.44	c Learn all clauses as in MiniSAT
0.60/0.44	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.44	c No reason simplification
0.60/0.44	c Armin Biere (Picosat) restarts strategy
0.60/0.44	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.60/0.44	c timeout=2147483s
0.60/0.44	c DB Simplification allowed=false
0.60/0.44	c Listener: none
0.60/0.44	c --- End Solver configuration ---
0.60/0.44	c solving HOME/instance-4542781-1753222103.opb
0.60/0.44	c reading problem ... 
0.60/0.44	c  no objective function found
0.96/0.62	c ... done. Wall clock time 0.173s.
0.96/0.62	c declared #vars     1729
0.96/0.62	c #constraints  866
0.96/0.62	c constraints type 
0.96/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.96/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 864
0.96/0.62	c 866 constraints processed.
6.18/3.37	c cleaning 2464 clauses out of 5000
10.61/6.91	c cleaning 4213 clauses out of 8541
15.92/11.82	c cleaning 5594 clauses out of 11325
32.83/28.46	c cleaning 6862 clauses out of 13732
84.03/75.87	c cleaning 7926 clauses out of 15868
119.42/110.49	c cleaning 8920 clauses out of 17943
160.26/149.61	c cleaning 9966 clauses out of 20022
215.67/203.64	c cleaning 10987 clauses out of 22057
297.11/282.96	c cleaning 11981 clauses out of 24068
377.61/361.67	c cleaning 13036 clauses out of 26087
572.86/551.78	c cleaning 13993 clauses out of 28051
801.39/775.78	c cleaning 14945 clauses out of 30058
1054.03/1023.75	c cleaning 15992 clauses out of 32114
1375.13/1341.37	c cleaning 17011 clauses out of 34121
1847.84/1807.46	c cleaning 17974 clauses out of 36114
2234.35/2184.86	c cleaning 19029 clauses out of 38136
2759.13/2699.47	c cleaning 20018 clauses out of 40107
3063.79/2998.56	c cleaning 21017 clauses out of 42090
3597.99/3519.36	c cleaning 21996 clauses out of 44073
3600.09/3521.44	c starts		: 129
3600.09/3521.46	c conflicts		: 266144
3600.09/3521.47	c decisions		: 404816
3600.09/3521.47	c propagations		: 2400475
3600.09/3521.47	c inspects		: 4802858436
3600.09/3521.47	c shortcuts		: 0
3600.09/3521.47	c learnt literals	: 0
3600.09/3521.48	c learnt binary clauses	: 0
3600.09/3521.48	c learnt ternary clauses	: 0
3600.09/3521.48	c learnt constraints	: 266144
3600.09/3521.48	c ignored constraints	: 0
3600.09/3521.48	c root simplifications	: 0
3600.09/3521.48	c removed literals (reason simplification)	: 0
3600.09/3521.48	c reason swapping (by a shorter reason)	: 0
3600.09/3521.48	c Calls to reduceDB	: 19
3600.09/3521.48	c Number of update (reduction) of LBD	: 0
3600.09/3521.48	c Imported unit clauses	: 0
3600.09/3521.48	c No decision after first conflict	: false
3600.09/3521.49	c number of reductions to clauses (during analyze)	: 0
3600.09/3521.49	c number of learned constraints concerned by reduction	: 0
3600.09/3521.49	c number of learning phase by resolution	: 0
3600.09/3521.49	c number of learning phase by cutting planes	: 0
3600.09/3521.49	c number of rounding to 1 operations	: 0
3600.09/3521.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3521.49	c number of reductions of the coefficients by power 2 	: 0
3600.09/3521.49	c number of right shift for reduction by power 2 	: 0
3600.09/3521.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3521.49	c number of ending skipping 	: 0
3600.09/3521.49	c number of internal skipping 	: 0
3600.09/3521.49	c number of derivation steps 	: 1270920
3600.09/3521.50	c number of skipped derivation steps 	: 0
3600.09/3521.50	c number of remaining unassigned 	: 25190
3600.09/3521.50	c number of remaining assigned 	: 60739833
3600.09/3521.50	c number of falsified literals weakened from reason	: 0
3600.09/3521.50	c number of falsified literals weakened from conflict	: 0
3600.09/3521.50	c time for arithmetic operations	: 4441027065
3600.29/3521.51	c minimum degree of deleted constraints	: null
3600.29/3521.51	c maximum degree of deleted constraints	: null
3600.29/3521.51	c number of deleted constraints	: 0
3600.29/3521.52	c speed (assignments/second)	: 681.7828729700736
3600.29/3521.52	c non guided choices	: 27263
3600.29/3521.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 22
3600.29/3521.58	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 22153
3600.29/3521.58	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 45
3600.29/3521.59	s UNKNOWN
3600.29/3521.59	c Total wall clock time (in seconds): 3521.154

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 (63313 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=162703, runsolver pid=162688

[startup+0.100074 s]*
/proc/loadavg: 3.83 4.04 4.08 14/319 162773
/proc/meminfo: memFree=128510624/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=18930384 memory=49028 CPUtime=0.1 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 5636 0 0 0 7 3 0 0 20 0 18 0 237889129 19384713216 12257 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4732596 12257 5116 1 0 546864 0
[pid=162703/tid=162715] ppid=162688 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 4578 0 0 0 5 1 0 0 20 0 18 0 237889132 19384713216 12257 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 12257 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=18930384 memory=55195547748946 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889138 19384713216 12257 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49028 KiB

[startup+0.214266 s]*
/proc/loadavg: 3.83 4.04 4.08 13/319 162773
/proc/meminfo: memFree=128493632/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=18930384 memory=51716 CPUtime=0.27 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 6084 0 0 0 24 3 0 0 20 0 18 0 237889129 19384713216 12929 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4732596 12929 5340 1 0 547252 0
[pid=162703/tid=162715] ppid=162688 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) S 162688 162703 162635 0 -1 4194368 4967 0 0 0 15 2 0 0 20 0 18 0 237889132 19384713216 12929 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=18930384 memory=2576 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 12929 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=18930384 memory=54096036103158 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889138 19384713216 12929 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51716 KiB

[startup+0.316119 s]*
/proc/loadavg: 3.83 4.04 4.08 15/319 162773
/proc/meminfo: memFree=128476556/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=18930384 memory=57820 CPUtime=0.43 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 6588 0 0 0 39 4 0 0 20 0 18 0 237889129 19384713216 14455 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4732596 14455 5340 1 0 547710 0
[pid=162703/tid=162715] ppid=162688 vsize=18930384 memory=-8598889471714042556 CPUtime=0.25 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 5132 0 0 0 23 2 0 0 20 0 18 0 237889132 19384713216 14455 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237889137 19384713216 14487 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237889138 19384713216 14487 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57820 KiB

[startup+0.700331 s]
/proc/loadavg: 3.83 4.04 4.08 16/319 162773
/proc/meminfo: memFree=128458248/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=18996948 memory=84040 CPUtime=1.11 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 8487 0 0 0 105 6 0 0 20 0 19 0 237889129 19452874752 21010 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4749237 21010 5404 1 0 549367 0
[pid=162703/tid=162715] ppid=162688 vsize=18996948 memory=27392 CPUtime=0.54 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 5455 0 0 0 50 4 0 0 20 0 19 0 237889132 19452874752 21010 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237889137 19452874752 21010 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237889138 19452874752 21010 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84040 KiB

[startup+1.5003 s]
/proc/loadavg: 3.83 4.04 4.08 12/323 162777
/proc/meminfo: memFree=128282124/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19063512 memory=161728 CPUtime=2.67 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 12854 0 0 0 256 11 0 0 20 0 20 0 237889129 19521036288 40432 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4765878 40432 5468 1 0 550332 0
[pid=162703/tid=162715] ppid=162688 vsize=19063512 memory=3200 CPUtime=1.15 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 5847 0 0 0 108 7 0 0 20 0 20 0 237889132 19521036288 40432 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 40432 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 40432 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889193 19521036288 40432 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161728 KiB

[startup+3.10558 s]
/proc/loadavg: 3.83 4.04 4.08 10/327 162781
/proc/meminfo: memFree=126217792/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19063512 memory=574660 CPUtime=5.82 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 23608 0 0 0 560 22 0 0 20 0 20 0 237889129 19521036288 143665 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4765878 143665 5468 1 0 830108 0
[pid=162703/tid=162715] ppid=162688 vsize=19063512 memory=14464 CPUtime=2.63 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 6421 0 0 0 248 15 0 0 20 0 20 0 237889132 19521036288 143665 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 143665 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 143665 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889193 19521036288 143665 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 574660 KiB

[startup+6.30041 s]
/proc/loadavg: 3.85 4.04 4.08 7/327 162781
/proc/meminfo: memFree=122413628/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19063512 memory=1893164 CPUtime=10.01 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 25934 0 0 0 952 49 0 0 20 0 20 0 237889129 19521036288 473291 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4765878 473291 5468 1 0 1168567 0
[pid=162703/tid=162715] ppid=162688 vsize=19063512 memory=0 CPUtime=5.71 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 7720 0 0 0 531 40 0 0 20 0 20 0 237889132 19521036288 473803 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 473803 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 473803 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19063512 memory=167200 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889193 19521036288 473803 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 10.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1893164 KiB

[startup+12.7004 s]
/proc/loadavg: 3.86 4.04 4.08 8/327 162781
/proc/meminfo: memFree=117343396/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19063512 memory=2264108 CPUtime=16.81 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 26194 0 0 0 1624 57 0 0 20 0 20 0 237889129 19521036288 566027 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4765878 566027 5468 1 0 1168581 0
[pid=162703/tid=162715] ppid=162688 vsize=19063512 memory=167200 CPUtime=11.84 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 7902 0 0 0 1137 47 0 0 20 0 20 0 237889132 19521036288 566027 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19063512 memory=2264108 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 566027 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 566027 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889193 19521036288 566027 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 16.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2264108 KiB

[startup+25.5005 s]
/proc/loadavg: 3.96 4.05 4.08 8/327 162781
/proc/meminfo: memFree=114679940/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19063512 memory=3336600 CPUtime=29.93 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 31154 0 0 0 2911 82 0 0 20 0 20 0 237889129 19521036288 834150 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4765878 834150 5468 1 0 1285569 0
[pid=162703/tid=162715] ppid=162688 vsize=19063512 memory=2264108 CPUtime=24.11 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 10718 0 0 0 2343 68 0 0 20 0 20 0 237889132 19521036288 834150 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 834150 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19063512 memory=2836888 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 834150 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237889193 19521036288 834150 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 29.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3336600 KiB

[startup+51.1136 s]
/proc/loadavg: 4.13 4.08 4.09 8/327 162782
/proc/meminfo: memFree=113655368/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19063512 memory=3342276 CPUtime=58.87 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 47759 0 0 0 5800 87 0 0 20 0 20 0 237889129 19521036288 835569 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4765878 835569 5468 1 0 1285745 0
[pid=162703/tid=162715] ppid=162688 vsize=19063512 memory=3337368 CPUtime=49.1 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 13983 0 0 0 4841 69 0 0 20 0 20 0 237889132 19521036288 835569 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237889137 19521036288 835569 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19063512 memory=27392 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237889138 19521036288 835569 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19063512 memory=0 CPUtime=0 cores=4,6

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

[startup+3162.3 s]
/proc/loadavg: 4.16 4.34 4.34 8/329 162949
/proc/meminfo: memFree=97990004/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3228.54 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 300230 0 0 0 322391 463 0 0 20 0 21 0 237889129 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4782519 2199800 5500 1 0 2256934 0
[pid=162703/tid=162715] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3107.22 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 182667 0 0 0 310529 193 0 0 20 0 21 0 237889132 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19130076 memory=8799200 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19130076 memory=5148 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 2642 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19130076 memory=5148 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889193 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 3228.54 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8799200 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.32 4.33 7/329 162951
/proc/meminfo: memFree=97990960/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3288.89 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 307014 0 0 0 328422 467 0 0 20 0 21 0 237889129 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4782519 2199800 5500 1 0 2256934 0
[pid=162703/tid=162715] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3166.74 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 187774 0 0 0 316480 194 0 0 20 0 21 0 237889132 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19130076 memory=5148 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19130076 memory=8799200 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 2677 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19130076 memory=8799200 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889193 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 3288.89 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8799200 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.35 4.34 10/329 162953
/proc/meminfo: memFree=97535868/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3351.71 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 312090 0 0 0 334699 472 0 0 20 0 21 0 237889129 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4782519 2199800 5500 1 0 2256934 0
[pid=162703/tid=162715] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3224.73 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 190279 0 0 0 322278 195 0 0 20 0 21 0 237889132 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19130076 memory=8799200 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19130076 memory=11264 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 2677 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19130076 memory=8799200 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889193 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 3351.71 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8799200 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.32 4.33 8/329 162955
/proc/meminfo: memFree=97535820/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3414.38 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 315818 0 0 0 340960 478 0 0 20 0 21 0 237889129 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4782519 2199800 5500 1 0 2256957 0
[pid=162703/tid=162715] ppid=162688 vsize=19130076 memory=14464 CPUtime=3283.09 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 193187 0 0 0 328114 195 0 0 20 0 21 0 237889132 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19130076 memory=8799200 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19130076 memory=5504 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 2746 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19130076 memory=5148 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889193 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 3414.38 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8799200 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.29 4.32 9/329 162958
/proc/meminfo: memFree=97535176/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3477.16 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 324751 0 0 0 347233 483 0 0 20 0 21 0 237889129 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4782519 2199800 5500 1 0 2256958 0
[pid=162703/tid=162715] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3341.74 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 198278 0 0 0 333977 197 0 0 20 0 21 0 237889132 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19130076 memory=27392 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 2840 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19130076 memory=8799200 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889193 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 3477.16 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8799200 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.28 4.31 8/329 162960
/proc/meminfo: memFree=97534328/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3539.27 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 330235 0 0 0 353439 488 0 0 20 0 21 0 237889129 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4782519 2199800 5500 1 0 2256958 0
[pid=162703/tid=162715] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3400.23 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 201085 0 0 0 339826 197 0 0 20 0 21 0 237889132 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19130076 memory=8799200 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 2935 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19130076 memory=27392 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889193 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 3539.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8799200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3521.4 s]
/proc/loadavg: 4.33 4.30 4.32 8/328 163029
/proc/meminfo: memFree=102004844/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3600.09 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 339620 0 0 0 359515 494 0 0 20 0 21 0 237889129 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4782519 2199800 5500 1 0 2256958 0
[pid=162703/tid=162715] ppid=162688 vsize=19130076 memory=8799200 CPUtime=3458.64 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) R 162688 162703 162635 0 -1 4194368 207457 0 0 0 345665 199 0 0 20 0 21 0 237889132 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19130076 memory=6512 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237889137 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19130076 memory=68916 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 2935 0 0 0 0 0 0 0 20 0 21 0 237889138 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162777] ppid=162688 vsize=19130076 memory=4352 CPUtime=0 cores=4,6
/proc/162703/task/162777/stat : 162777 (Timer-0) S 162688 162703 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237889193 19589197824 2199800 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8799200 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.53 s, system=5.00014 s

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

[startup+3521.6 s]
/proc/loadavg: 4.33 4.30 4.32 8/328 163029
/proc/meminfo: memFree=102004844/131382120 swapFree=33010416/33010684
[pid=162703] ppid=162688 vsize=19329768 memory=8800224 CPUtime=3600.49 cores=4,6
/proc/162703/stat : 162703 (java) S 162688 162703 162635 0 -1 4194304 342056 0 0 0 359553 496 0 0 20 0 16 0 237889129 19793682432 2200056 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
/proc/162703/statm: 4832442 2200056 5500 1 0 2257925 0
[pid=162703/tid=162715] ppid=162688 vsize=19329768 memory=8799200 CPUtime=3458.84 cores=4,6
/proc/162703/task/162715/stat : 162715 (java) S 162688 162703 162635 0 -1 4194368 207621 0 0 0 345685 199 0 0 20 0 16 0 237889132 19793682432 2200056 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162761] ppid=162688 vsize=19329768 memory=14464 CPUtime=0 cores=4,6
/proc/162703/task/162761/stat : 162761 (Finalizer) S 162688 162703 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 237889137 19793682432 2200056 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
[pid=162703/tid=162773] ppid=162688 vsize=19329768 memory=1792 CPUtime=0 cores=4,6
/proc/162703/task/162773/stat : 162773 (Common-Cleaner) S 162688 162703 162635 0 -1 4194368 2935 0 0 0 0 0 0 0 20 0 16 0 237889138 19793682432 2200056 18446744073709551615 94522566418432 94522566422128 140734719706272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94522566429944 94522566430736 94522569625600 140734719711612 140734719711716 140734719711716 140734719717320 0
Current children cumulated CPU time: 3600.49 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 8800224 KiB

Child status: 143

Real time (s): 3521.64
CPU time (s): 3600.53
CPU user time (s): 3595.53
CPU system time (s): 5.00014
CPU usage (%): 102.24
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 8800224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.53
system time used= 5.00014
maximum resident set size= 8800352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342086
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= 121270
involuntary context switches= 10485


# summary of solver processes directly reported to runsolver:
#   pid: 162703
#   total CPU time (s): 3600.53
#   total CPU user time (s): 3595.53
#   total CPU system time (s): 5.00014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.898 second user time and 37.6276 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 99fe8e2cd23c0484947be7a71ede996e
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.368
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.188
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		: 1196.669
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.075
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.217
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		: 1197.604
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.337
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.210
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:   129821536 kB
Buffers:            2128 kB
Cached:          2015476 kB
SwapCached:           28 kB
Active:          1175608 kB
Inactive:         906676 kB
Active(anon):      84504 kB
Inactive(anon):     6300 kB
Active(file):    1091104 kB
Inactive(file):   900376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3336 kB
Writeback:            12 kB
AnonPages:         67752 kB
Mapped:           109124 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:     342288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 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:05