Trace number 4544497

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.3 3507.15

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat10_9identity_complement.opb
MD5SUMab67e3b90eb3931507bbeeb5ae959313
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 benchmark1.33317
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints19855
Number of constraints which are clauses18235
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1620
Minimum length of a constraint2
Maximum length of a constraint9
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.47/0.38	c Pseudo Boolean Optimization by upper bound
0.47/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	c  - never skip resolution steps
0.47/0.38	c  - Auto-division on coefficients is disabled
0.47/0.38	c  - No postprocessing
0.47/0.38	c  - Conflict is considered as is when resolving
0.47/0.38	c  - Use constraints as they come during conflict analysis
0.47/0.38	c  - Weaken first using unassigned literals
0.47/0.38	c  - Bump strategy: ALWAYS_ONE
0.47/0.38	c  - Bumper: ANY
0.47/0.38	c --- Begin Solver configuration ---
0.47/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.47/0.38	c Learn all clauses as in MiniSAT
0.47/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	c No reason simplification
0.47/0.38	c Armin Biere (Picosat) restarts strategy
0.47/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.47/0.38	c timeout=2147483s
0.47/0.38	c DB Simplification allowed=false
0.47/0.38	c Listener: none
0.47/0.38	c --- End Solver configuration ---
0.47/0.38	c solving HOME/instance-4544497-1753229162.opb
0.47/0.38	c reading problem ... 
0.47/0.38	c  no objective function found
1.38/0.80	c ... done. Wall clock time 0.414s.
1.38/0.80	c declared #vars     900
1.38/0.80	c #constraints  19855
1.38/0.80	c constraints type 
1.38/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 810
1.38/0.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11340
1.38/0.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7705
1.38/0.80	c 19855 constraints processed.
17.09/12.87	c cleaning 2495 clauses out of 5003
65.26/59.21	c cleaning 4248 clauses out of 8507
193.48/186.69	c cleaning 5620 clauses out of 11257
468.27/460.54	c cleaning 6810 clauses out of 13637
904.53/892.50	c cleaning 7907 clauses out of 15828
1544.78/1517.29	c cleaning 8956 clauses out of 17920
2478.65/2423.45	c cleaning 9973 clauses out of 19965
3600.03/3507.05	c starts		: 77
3600.03/3507.09	c conflicts		: 65205
3600.03/3507.09	c decisions		: 80922
3600.03/3507.09	c propagations		: 11608371
3600.03/3507.09	c inspects		: 6874798661
3600.03/3507.09	c shortcuts		: 0
3600.03/3507.09	c learnt literals	: 0
3600.03/3507.09	c learnt binary clauses	: 0
3600.03/3507.09	c learnt ternary clauses	: 0
3600.03/3507.09	c learnt constraints	: 65205
3600.03/3507.09	c ignored constraints	: 0
3600.03/3507.09	c root simplifications	: 0
3600.03/3507.09	c removed literals (reason simplification)	: 0
3600.03/3507.09	c reason swapping (by a shorter reason)	: 0
3600.03/3507.09	c Calls to reduceDB	: 7
3600.03/3507.09	c Number of update (reduction) of LBD	: 0
3600.03/3507.09	c Imported unit clauses	: 0
3600.03/3507.09	c No decision after first conflict	: false
3600.03/3507.09	c number of reductions to clauses (during analyze)	: 0
3600.03/3507.11	c number of learned constraints concerned by reduction	: 0
3600.03/3507.11	c number of learning phase by resolution	: 0
3600.03/3507.11	c number of learning phase by cutting planes	: 0
3600.03/3507.11	c number of rounding to 1 operations	: 0
3600.03/3507.11	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3507.11	c number of reductions of the coefficients by power 2 	: 0
3600.03/3507.11	c number of right shift for reduction by power 2 	: 0
3600.03/3507.11	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3507.11	c number of ending skipping 	: 0
3600.03/3507.11	c number of internal skipping 	: 0
3600.03/3507.11	c number of derivation steps 	: 1143719
3600.03/3507.11	c number of skipped derivation steps 	: 0
3600.03/3507.11	c number of remaining unassigned 	: 5508
3600.03/3507.11	c number of remaining assigned 	: 6292039
3600.03/3507.11	c number of falsified literals weakened from reason	: 0
3600.03/3507.11	c number of falsified literals weakened from conflict	: 0
3600.03/3507.11	c time for arithmetic operations	: 2187667741
3600.03/3507.11	c minimum degree of deleted constraints	: null
3600.03/3507.11	c maximum degree of deleted constraints	: null
3600.03/3507.11	c number of deleted constraints	: 0
3600.03/3507.11	c speed (assignments/second)	: 3310.7246262731355
3600.03/3507.11	c non guided choices	: 14
3600.24/3507.13	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26
3600.24/3507.13	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 19170
3600.24/3507.14	s UNKNOWN
3600.24/3507.14	c Total wall clock time (in seconds): 3506.755

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544497-1753229162/watcher-4544497-1753229162 -o /tmp/evaluation-result-4544497-1753229162/solver-4544497-1753229162 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162646 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4544497-1753229162.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
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=163857, runsolver pid=163854
Current StackSize limit: 8192 KiB


[startup+0.105466 s]*
/proc/loadavg: 4.27 4.32 4.34 7/323 163875
/proc/meminfo: memFree=115593784/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=18930384 memory=48424 CPUtime=0.12 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 5791 0 0 0 9 3 0 0 20 0 18 0 238594992 19384713216 12106 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4732596 12106 5319 1 0 547004 0
[pid=163857/tid=163859] ppid=163854 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 4700 0 0 0 6 2 0 0 20 0 18 0 238594994 19384713216 12106 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238594998 19384713216 12106 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=18930384 memory=55195547748946 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238595000 19384713216 12106 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48424 KiB

[startup+0.21594 s]*
/proc/loadavg: 4.27 4.32 4.34 7/323 163875
/proc/meminfo: memFree=115592776/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=18930384 memory=55492 CPUtime=0.31 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 6514 0 0 0 27 4 0 0 20 0 18 0 238594992 19384713216 13873 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4732596 13873 5351 1 0 547588 0
[pid=163857/tid=163859] ppid=163854 vsize=18930384 memory=4026990876 CPUtime=0.19 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 5039 0 0 0 16 3 0 0 20 0 18 0 238594994 19384713216 13873 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=18930384 memory=2576 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238594998 19384713216 13873 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=18930384 memory=54096036103158 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238595000 19384713216 13873 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55492 KiB

[startup+0.314798 s]*
/proc/loadavg: 4.27 4.32 4.34 7/323 163875
/proc/meminfo: memFree=115587232/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=18930384 memory=58648 CPUtime=0.47 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 6794 0 0 0 42 5 0 0 20 0 18 0 238594992 19384713216 14662 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4732596 14662 5351 1 0 547795 0
[pid=163857/tid=163859] ppid=163854 vsize=18930384 memory=-8887962069477663420 CPUtime=0.28 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 5228 0 0 0 25 3 0 0 20 0 18 0 238594994 19384713216 14662 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238594998 19384713216 14662 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238595000 19384713216 14662 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58648 KiB

[startup+0.700404 s]
/proc/loadavg: 4.27 4.32 4.34 7/323 163875
/proc/meminfo: memFree=115587232/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=18930384 memory=85948 CPUtime=1.18 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 8371 0 0 0 111 7 0 0 20 0 18 0 238594992 19384713216 21487 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4732596 21487 5415 1 0 548812 0
[pid=163857/tid=163859] ppid=163854 vsize=18930384 memory=27392 CPUtime=0.65 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 5404 0 0 0 60 5 0 0 20 0 18 0 238594994 19384713216 21487 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238594998 19384713216 21487 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238595000 19384713216 21487 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 85948 KiB

[startup+1.50032 s]
/proc/loadavg: 4.27 4.32 4.34 6/324 163876
/proc/meminfo: memFree=115527552/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=175348 CPUtime=2.74 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 20393 0 0 0 262 12 0 0 20 0 20 0 238594992 19521036288 43837 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 43837 5447 1 0 553985 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=3200 CPUtime=1.38 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 6033 0 0 0 131 7 0 0 20 0 20 0 238594994 19521036288 43837 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 43837 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 43837 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 43837 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175348 KiB

[startup+3.10556 s]
/proc/loadavg: 4.33 4.34 4.34 6/325 163877
/proc/meminfo: memFree=114911664/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=814932 CPUtime=5.9 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 23912 0 0 0 565 25 0 0 20 0 20 0 238594992 19521036288 203733 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 203733 5479 1 0 554790 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=14464 CPUtime=2.92 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 7103 0 0 0 274 18 0 0 20 0 20 0 238594994 19521036288 203733 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 203733 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 203733 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 203733 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 814932 KiB

[startup+6.30046 s]
/proc/loadavg: 4.33 4.34 4.34 5/325 163877
/proc/meminfo: memFree=114333616/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=1312876 CPUtime=9.44 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 24916 0 0 0 910 34 0 0 20 0 20 0 238594992 19521036288 328219 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 328219 5479 1 0 554793 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=0 CPUtime=6.05 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 7422 0 0 0 578 27 0 0 20 0 20 0 238594994 19521036288 328219 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 328219 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 328219 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=175348 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 328219 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 9.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1312876 KiB

[startup+12.7005 s]
/proc/loadavg: 4.31 4.33 4.34 5/325 163877
/proc/meminfo: memFree=113915824/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=1728480 CPUtime=16.99 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 26842 0 0 0 1655 44 0 0 20 0 20 0 238594992 19521036288 432120 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 432120 5479 1 0 661331 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=175348 CPUtime=12.2 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 8250 0 0 0 1184 36 0 0 20 0 20 0 238594994 19521036288 432120 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=1728480 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 432120 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 432120 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 432120 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 16.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1728480 KiB

[startup+25.5005 s]
/proc/loadavg: 4.24 4.31 4.34 5/325 163877
/proc/meminfo: memFree=113412024/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2232088 CPUtime=30.73 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 36764 0 0 0 3015 58 0 0 20 0 20 0 238594992 19521036288 558022 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 558022 5479 1 0 788791 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=0 CPUtime=24.67 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 10588 0 0 0 2419 48 0 0 20 0 20 0 238594994 19521036288 558022 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 558022 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=2232088 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 89 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 558022 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=2227900 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 558022 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 30.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2232088 KiB

[startup+51.1134 s]
/proc/loadavg: 4.22 4.30 4.33 5/325 163878
/proc/meminfo: memFree=113403864/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2238336 CPUtime=56.62 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 39912 0 0 0 5601 61 0 0 20 0 20 0 238594992 19521036288 559584 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 559584 5479 1 0 788791 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=2232088 CPUtime=49.72 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 12462 0 0 0 4924 48 0 0 20 0 20 0 238594994 19521036288 559584 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=26520 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 559584 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 89 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 559584 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=1728480 CPUtime=0 cores=4,6

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

[startup+3162.3 s]
/proc/loadavg: 4.14 4.20 4.19 5/327 164157
/proc/meminfo: memFree=111372588/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2399004 CPUtime=3244.51 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 116349 0 0 0 324146 305 0 0 20 0 20 0 238594992 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 599751 5479 1 0 795406 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=2394804 CPUtime=3110.64 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 49799 0 0 0 311000 64 0 0 20 0 20 0 238594994 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=2394804 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=2399004 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 1652 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 3244.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2399004 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.24 4.20 5/328 164160
/proc/meminfo: memFree=111365496/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2399004 CPUtime=3307.04 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 117501 0 0 0 330394 310 0 0 20 0 20 0 238594992 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 599751 5479 1 0 795406 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=2394804 CPUtime=3169.51 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 50274 0 0 0 316887 64 0 0 20 0 20 0 238594994 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=2394804 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=2399004 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 1701 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=2399004 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 599751 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 3307.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2399004 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.27 4.21 5/328 164164
/proc/meminfo: memFree=111353348/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2401056 CPUtime=3368.95 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 117688 0 0 0 336580 315 0 0 20 0 20 0 238594992 19521036288 600264 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 600264 5479 1 0 795413 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=27392 CPUtime=3228.31 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 50340 0 0 0 322767 64 0 0 20 0 20 0 238594994 19521036288 600264 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=2401056 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 600264 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=2399004 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 1707 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 600264 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=9216 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 600264 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 3368.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2401056 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.20 4.19 4/303 164214
/proc/meminfo: memFree=114802516/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2403112 CPUtime=3430.84 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 117701 0 0 0 342764 320 0 0 20 0 20 0 238594992 19521036288 600778 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 600778 5479 1 0 795413 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=2403112 CPUtime=3287.17 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 50344 0 0 0 328653 64 0 0 20 0 20 0 238594994 19521036288 600778 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 600778 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 1707 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 600778 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=27392 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 600778 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 3430.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2403112 KiB

[startup+3402.3 s]
/proc/loadavg: 3.50 4.01 4.13 4/304 164221
/proc/meminfo: memFree=114808860/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2405168 CPUtime=3492.3 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 117909 0 0 0 348905 325 0 0 20 0 20 0 238594992 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 601292 5479 1 0 795413 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=2403112 CPUtime=3346.21 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 50533 0 0 0 334556 65 0 0 20 0 20 0 238594994 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=2405168 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 1707 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=2405168 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 3492.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2405168 KiB

[startup+3462.3 s]
/proc/loadavg: 3.25 3.84 4.06 4/304 164225
/proc/meminfo: memFree=114806548/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2405168 CPUtime=3553.89 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 119726 0 0 0 355058 331 0 0 20 0 20 0 238594992 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 601292 5479 1 0 795413 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=27392 CPUtime=3405.31 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 51649 0 0 0 340466 65 0 0 20 0 20 0 238594994 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=2405168 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=2405168 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 1707 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=2405168 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 601292 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 3553.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2405168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3507 s]*
/proc/loadavg: 3.30 3.77 4.02 4/304 164227
/proc/meminfo: memFree=114807872/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19063512 memory=2407272 CPUtime=3600.03 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 121553 0 0 0 359669 334 0 0 20 0 20 0 238594992 19521036288 601818 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4765878 601818 5479 1 0 795413 0
[pid=163857/tid=163859] ppid=163854 vsize=19063512 memory=-5155634780447454526 CPUtime=3449.31 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 52830 0 0 0 344865 66 0 0 20 0 20 0 238594994 19521036288 601818 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19063512 memory=4942871574734060099 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238594998 19521036288 601818 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19063512 memory=-7025448733113093480 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 1748 0 0 0 0 0 0 0 20 0 20 0 238595000 19521036288 601818 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163876] ppid=163854 vsize=19063512 memory=-7737605721172012174 CPUtime=0 cores=4,6
/proc/163857/task/163876/stat : 163876 (Timer-0) S 163854 163857 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238595073 19521036288 601818 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2407272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.94 s, system=3.36826 s

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

[startup+3507.12 s]
/proc/loadavg: 3.30 3.77 4.02 4/304 164227
/proc/meminfo: memFree=114807872/131382120 swapFree=33010416/33010684
[pid=163857] ppid=163854 vsize=19263204 memory=2408168 CPUtime=3600.24 cores=4,6
/proc/163857/stat : 163857 (java) S 163854 163857 162635 0 -1 4194304 123825 0 0 0 359689 335 0 0 20 0 21 0 238594992 19725520896 602042 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
/proc/163857/statm: 4815801 602042 5511 1 0 796365 0
[pid=163857/tid=163859] ppid=163854 vsize=19263204 memory=-8887962069477663420 CPUtime=3449.4 cores=4,6
/proc/163857/task/163859/stat : 163859 (java) R 163854 163857 162635 0 -1 4194368 52831 0 0 0 344874 66 0 0 20 0 21 0 238594994 19725520896 602042 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163868] ppid=163854 vsize=19263204 memory=2405168 CPUtime=0 cores=4,6
/proc/163857/task/163868/stat : 163868 (Finalizer) S 163854 163857 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238594998 19725520896 602042 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
[pid=163857/tid=163875] ppid=163854 vsize=19263204 memory=2405168 CPUtime=0 cores=4,6
/proc/163857/task/163875/stat : 163875 (Common-Cleaner) S 163854 163857 162635 0 -1 4194368 1748 0 0 0 0 0 0 0 20 0 21 0 238595000 19725520896 602042 18446744073709551615 94326145269760 94326145273456 140726138028768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94326145281272 94326145282064 94326154330112 140726138034556 140726138034660 140726138034660 140726138040264 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2408168 KiB

Child status: 143

Real time (s): 3507.15
CPU time (s): 3600.3
CPU user time (s): 3596.94
CPU system time (s): 3.36826
CPU usage (%): 102.656
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2408208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.94
system time used= 3.36826
maximum resident set size= 2410996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138630
involuntary context switches= 16978


# summary of solver processes directly reported to runsolver:
#   pid: 163857
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3596.94
#   total CPU system time (s): 3.36826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.4632 second user time and 28.4247 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 02:06:02
IDJOB=4544497
IDBENCH=180673
IDSOLVER=3361
FILE ID=nodeC002/4544497-1753229162
RUNJOBID= nodeC002-1753222103-162646
SLURM_JOB_ID= 9687816
Free space on /tmp= 432312 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat10_9identity_complement.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544497-1753229162/watcher-4544497-1753229162 -o /tmp/evaluation-result-4544497-1753229162/solver-4544497-1753229162 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162646 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4544497-1753229162.opb

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

MD5SUM BENCH= ab67e3b90eb3931507bbeeb5ae959313
RANDOM SEED=491979904

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		: 3492.026
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		: 3662.581
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.075
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.444
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.224
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		: 3662.531
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.965
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.160
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:        115622024 kB
MemAvailable:   116900316 kB
Buffers:            2128 kB
Cached:          2030444 kB
SwapCached:           28 kB
Active:         14153544 kB
Inactive:         921628 kB
Active(anon):   13062424 kB
Inactive(anon):     6300 kB
Active(file):    1091120 kB
Inactive(file):   915328 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:      13045968 kB
Mapped:           128804 kB
Shmem:             26124 kB
KReclaimable:     222944 kB
Slab:             315576 kB
SReclaimable:     222944 kB
SUnreclaim:        92632 kB
KernelStack:        4928 kB
PageTables:        29292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   15927436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12740608 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= 432280 MiB
End job on nodeC002 at 2025-07-23 03:04:29