Trace number 4544458

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.46 3565.52

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.17	c version PB25.v20250606
0.13/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.20	c Free memory 		2104792832
0.13/0.20	c Max memory 		16282288128
0.13/0.20	c Total memory 		2113929216
0.13/0.21	c Number of processors 	2
0.45/0.40	c Pseudo Boolean Optimization by upper bound
0.45/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	c  - never skip resolution steps
0.45/0.40	c  - Auto-division on coefficients is disabled
0.45/0.40	c  - No postprocessing
0.45/0.40	c  - Conflict is considered as is when resolving
0.45/0.40	c  - Use constraints as they come during conflict analysis
0.45/0.40	c  - Weaken first using unassigned literals
0.45/0.40	c  - Bump strategy: ALWAYS_ONE
0.45/0.40	c  - Bumper: ANY
0.45/0.40	c --- Begin Solver configuration ---
0.45/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.45/0.40	c Learn all clauses as in MiniSAT
0.45/0.40	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	c No reason simplification
0.45/0.40	c Armin Biere (Picosat) restarts strategy
0.45/0.40	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.45/0.40	c timeout=2147483s
0.45/0.40	c DB Simplification allowed=false
0.45/0.40	c Listener: none
0.45/0.40	c --- End Solver configuration ---
0.45/0.40	c solving HOME/instance-4544458-1753228915.opb
0.45/0.40	c reading problem ... 
0.45/0.40	c  no objective function found
3.50/1.90	c ... done. Wall clock time 1.498s.
3.50/1.91	c declared #vars     5508
3.50/1.91	c #constraints  408375
3.50/1.91	c constraints type 
3.50/1.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5202
3.50/1.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 312120
3.50/1.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91053
3.50/1.91	c 408375 constraints processed.
28.27/22.42	c cleaning 2501 clauses out of 5003
115.72/108.24	c cleaning 4248 clauses out of 8501
375.14/366.45	c cleaning 5625 clauses out of 11251
896.31/886.45	c cleaning 6810 clauses out of 13627
1663.95/1649.90	c cleaning 7907 clauses out of 15816
3292.44/3261.55	c cleaning 8944 clauses out of 17909
3600.04/3565.35	c starts		: 66
3600.04/3565.38	c conflicts		: 46968
3600.04/3565.39	c decisions		: 61515
3600.04/3565.39	c propagations		: 28648920
3600.04/3565.39	c inspects		: 5303986239
3600.04/3565.39	c shortcuts		: 0
3600.04/3565.39	c learnt literals	: 0
3600.04/3565.39	c learnt binary clauses	: 0
3600.04/3565.39	c learnt ternary clauses	: 0
3600.04/3565.39	c learnt constraints	: 46968
3600.04/3565.39	c ignored constraints	: 0
3600.04/3565.39	c root simplifications	: 0
3600.04/3565.39	c removed literals (reason simplification)	: 0
3600.04/3565.39	c reason swapping (by a shorter reason)	: 0
3600.04/3565.39	c Calls to reduceDB	: 6
3600.04/3565.39	c Number of update (reduction) of LBD	: 0
3600.04/3565.39	c Imported unit clauses	: 0
3600.04/3565.40	c No decision after first conflict	: false
3600.04/3565.40	c number of reductions to clauses (during analyze)	: 0
3600.04/3565.40	c number of learned constraints concerned by reduction	: 0
3600.24/3565.41	c number of learning phase by resolution	: 0
3600.24/3565.41	c number of learning phase by cutting planes	: 0
3600.24/3565.41	c number of rounding to 1 operations	: 0
3600.24/3565.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.24/3565.41	c number of reductions of the coefficients by power 2 	: 0
3600.24/3565.41	c number of right shift for reduction by power 2 	: 0
3600.24/3565.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.24/3565.41	c number of ending skipping 	: 0
3600.24/3565.41	c number of internal skipping 	: 0
3600.24/3565.42	c number of derivation steps 	: 789919
3600.24/3565.42	c number of skipped derivation steps 	: 0
3600.24/3565.42	c number of remaining unassigned 	: 769
3600.24/3565.42	c number of remaining assigned 	: 8226231
3600.24/3565.42	c number of falsified literals weakened from reason	: 0
3600.24/3565.42	c number of falsified literals weakened from conflict	: 0
3600.24/3565.42	c time for arithmetic operations	: 488206271
3600.24/3565.45	c minimum degree of deleted constraints	: null
3600.24/3565.45	c maximum degree of deleted constraints	: null
3600.24/3565.45	c number of deleted constraints	: 0
3600.24/3565.45	c speed (assignments/second)	: 8039.4669677907095
3600.24/3565.45	c non guided choices	: 30
3600.24/3565.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 95
3600.24/3565.49	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 10838
3600.43/3565.50	s UNKNOWN
3600.43/3565.50	c Total wall clock time (in seconds): 3565.102

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=163781, runsolver pid=163778

[startup+0.100071 s]*
/proc/loadavg: 4.37 4.44 4.37 7/324 163799
/proc/meminfo: memFree=115384616/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=18930384 memory=48716 CPUtime=0.13 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 5839 0 0 0 10 3 0 0 20 0 18 0 238570309 19384713216 12179 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4732596 12179 5323 1 0 547055 0
[pid=163781/tid=163783] ppid=163778 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 4698 0 0 0 6 2 0 0 20 0 18 0 238570311 19384713216 12179 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238570316 19384713216 12179 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=18930384 memory=55195547748946 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238570316 19384713216 12179 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48716 KiB

[startup+0.215939 s]*
/proc/loadavg: 4.37 4.44 4.37 6/324 163799
/proc/meminfo: memFree=115382600/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=18930384 memory=55456 CPUtime=0.3 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 6499 0 0 0 27 3 0 0 20 0 18 0 238570309 19384713216 13864 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4732596 13864 5355 1 0 547572 0
[pid=163781/tid=163783] ppid=163778 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 5004 0 0 0 16 2 0 0 20 0 18 0 238570311 19384713216 13864 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238570316 19384713216 13864 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238570316 19384713216 13896 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55456 KiB

[startup+0.321073 s]*
/proc/loadavg: 4.37 4.44 4.37 6/324 163799
/proc/meminfo: memFree=115382600/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=18930384 memory=58868 CPUtime=0.45 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 6779 0 0 0 41 4 0 0 20 0 18 0 238570309 19384713216 14717 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4732596 14717 5419 1 0 547774 0
[pid=163781/tid=163783] ppid=163778 vsize=18930384 memory=-8599169842884158140 CPUtime=0.25 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 5184 0 0 0 23 2 0 0 20 0 18 0 238570311 19384713216 14717 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238570316 19384713216 14717 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238570316 19384713216 14717 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58868 KiB

[startup+0.700269 s]
/proc/loadavg: 4.37 4.44 4.37 7/324 163799
/proc/meminfo: memFree=115381844/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=18930384 memory=95356 CPUtime=1.13 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 8672 0 0 0 108 5 0 0 20 0 18 0 238570309 19384713216 23839 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4732596 23839 5419 1 0 549051 0
[pid=163781/tid=163783] ppid=163778 vsize=18930384 memory=27392 CPUtime=0.59 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 5400 0 0 0 56 3 0 0 20 0 18 0 238570311 19384713216 23839 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238570316 19384713216 23839 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238570316 19384713216 23839 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95356 KiB

[startup+1.50028 s]
/proc/loadavg: 4.37 4.44 4.37 6/325 163800
/proc/meminfo: memFree=115291040/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=18996948 memory=191648 CPUtime=2.71 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 19540 0 0 0 261 10 0 0 20 0 19 0 238570309 19452874752 47912 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4749237 47912 5451 1 0 553921 0
[pid=163781/tid=163783] ppid=163778 vsize=18996948 memory=3200 CPUtime=1.32 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 5650 0 0 0 127 5 0 0 20 0 19 0 238570311 19452874752 47912 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238570316 19452874752 47912 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238570316 19452874752 47912 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 191648 KiB

[startup+3.10555 s]
/proc/loadavg: 4.37 4.44 4.37 6/326 163801
/proc/meminfo: memFree=115014844/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=441524 CPUtime=5.89 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 25070 0 0 0 571 18 0 0 20 0 20 0 238570309 19521036288 110381 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 110381 5483 1 0 1081663 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=11264 CPUtime=2.68 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 7334 0 0 0 259 9 0 0 20 0 20 0 238570311 19521036288 110381 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 110381 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 110381 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 110381 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 441524 KiB

[startup+6.30031 s]
/proc/loadavg: 4.34 4.43 4.37 6/326 163801
/proc/meminfo: memFree=113696600/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=1857996 CPUtime=11.47 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 27433 0 0 0 1101 46 0 0 20 0 20 0 238570309 19521036288 464499 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 464499 5483 1 0 1297414 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=0 CPUtime=5.8 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 8322 0 0 0 544 36 0 0 20 0 20 0 238570311 19521036288 464499 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=-7807692110106848388 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 464499 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=-8599169842884158140 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 464499 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 464499 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 11.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1857996 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.42 4.37 5/326 163801
/proc/meminfo: memFree=112934752/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=2871068 CPUtime=18.46 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 28298 0 0 0 1777 69 0 0 20 0 20 0 238570309 19521036288 717767 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 717767 5483 1 0 1297431 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=0 CPUtime=12.14 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 9100 0 0 0 1157 57 0 0 20 0 20 0 238570311 19521036288 717767 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=2416412 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 717767 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 718279 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 718279 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 18.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2871068 KiB

[startup+25.5003 s]
/proc/loadavg: 4.40 4.43 4.37 5/326 163801
/proc/meminfo: memFree=112299872/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=3135388 CPUtime=31.48 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 35456 0 0 0 3072 76 0 0 20 0 20 0 238570309 19521036288 783847 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 783847 5483 1 0 1297484 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=-8599169842884158140 CPUtime=24.66 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 12405 0 0 0 2403 63 0 0 20 0 20 0 238570311 19521036288 783847 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=3193 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 783847 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=3135260 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 783847 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=3135260 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 783847 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 31.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3135388 KiB

[startup+51.1136 s]
/proc/loadavg: 4.34 4.41 4.37 6/326 163802
/proc/meminfo: memFree=112275296/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=3147784 CPUtime=57.66 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 40840 0 0 0 5687 79 0 0 20 0 20 0 238570309 19521036288 786946 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 786946 5483 1 0 1297500 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=3143684 CPUtime=49.78 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 15341 0 0 0 4914 64 0 0 20 0 20 0 238570311 19521036288 786946 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=-8599169842884158140 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 786946 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=3139588 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 786946 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=3135260 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 786946 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 57.66 s

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

Current children cumulated memory: 3467220 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.24 4.21 7/327 164152
/proc/meminfo: memFree=111380868/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=3469276 CPUtime=3313.63 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 135885 0 0 0 331099 264 0 0 20 0 20 0 238570309 19521036288 867319 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 867319 5515 1 0 1297842 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=-8599169842884158140 CPUtime=3250.53 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 74415 0 0 0 324969 84 0 0 20 0 20 0 238570311 19521036288 867319 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=-8599169842884158140 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 867319 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 2247 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 867319 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 867319 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 3313.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3469276 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.24 4.21 5/327 164154
/proc/meminfo: memFree=111377300/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=3471332 CPUtime=3374.22 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 137078 0 0 0 337156 266 0 0 20 0 20 0 238570309 19521036288 867833 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 867833 5515 1 0 1297842 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=11264 CPUtime=3310.07 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 74935 0 0 0 330923 84 0 0 20 0 20 0 238570311 19521036288 867833 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 867833 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=3471332 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 2342 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 867833 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 867833 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 3374.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3471332 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.21 4.19 5/327 164157
/proc/meminfo: memFree=111372588/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=3473452 CPUtime=3434.92 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 138293 0 0 0 343223 269 0 0 20 0 20 0 238570309 19521036288 868363 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 868363 5515 1 0 1297842 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=27392 CPUtime=3369.58 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 76129 0 0 0 336873 85 0 0 20 0 20 0 238570311 19521036288 868363 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 868363 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 2342 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 868363 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 868363 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 3434.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3473452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.24 4.20 5/328 164160
/proc/meminfo: memFree=111365744/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=3475504 CPUtime=3495.65 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 140726 0 0 0 349293 272 0 0 20 0 20 0 238570309 19521036288 868876 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 868876 5515 1 0 1297848 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=27392 CPUtime=3429.02 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 77765 0 0 0 342817 85 0 0 20 0 20 0 238570311 19521036288 868876 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 868876 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 2421 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 868876 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=3475504 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 868876 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 3495.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3475504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.43 4.27 4.22 5/328 164164
/proc/meminfo: memFree=111353348/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=3479328 CPUtime=3556.5 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 143512 0 0 0 355375 275 0 0 20 0 20 0 238570309 19521036288 869832 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 869832 5515 1 0 1297853 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=3475504 CPUtime=3488.45 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 79494 0 0 0 348759 86 0 0 20 0 20 0 238570311 19521036288 869832 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=4896 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 869832 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=3479328 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 2494 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 869832 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 869832 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 3556.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3479328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.3 s]
/proc/loadavg: 4.34 4.27 4.21 5/328 164180
/proc/meminfo: memFree=111348924/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19063512 memory=3481408 CPUtime=3600.04 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 145266 0 0 0 359727 277 0 0 20 0 20 0 238570309 19521036288 870352 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4765878 870352 5515 1 0 1297853 0
[pid=163781/tid=163783] ppid=163778 vsize=19063512 memory=3481408 CPUtime=3531.03 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 80761 0 0 0 353017 86 0 0 20 0 20 0 238570311 19521036288 870352 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19063512 memory=3481408 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 870352 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19063512 memory=3481408 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 2577 0 0 0 0 0 0 0 20 0 20 0 238570316 19521036288 870352 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163801] ppid=163778 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/163781/task/163801/stat : 163801 (Timer-0) S 163778 163781 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238570501 19521036288 870352 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3481408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.67 s, system=2.79664 s

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

[startup+3565.4 s]
/proc/loadavg: 4.34 4.27 4.21 5/328 164180
/proc/meminfo: memFree=111348924/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19263204 memory=3482048 CPUtime=3600.24 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 147360 0 0 0 359747 277 0 0 20 0 21 0 238570309 19725520896 870512 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4815801 870512 5515 1 0 1298756 0
[pid=163781/tid=163783] ppid=163778 vsize=19263204 memory=5024 CPUtime=3531.13 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 80761 0 0 0 353027 86 0 0 20 0 21 0 238570311 19725520896 870512 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19263204 memory=5020 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238570316 19725520896 870512 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19263204 memory=5060 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 2577 0 0 0 0 0 0 0 20 0 21 0 238570316 19725520896 870512 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3482048 KiB

[startup+3565.5 s]
/proc/loadavg: 4.34 4.27 4.21 5/328 164180
/proc/meminfo: memFree=111348924/131382120 swapFree=33010416/33010684
[pid=163781] ppid=163778 vsize=19263204 memory=3482176 CPUtime=3600.43 cores=0,2
/proc/163781/stat : 163781 (java) S 163778 163781 162635 0 -1 4194304 147609 0 0 0 359765 278 0 0 20 0 21 0 238570309 19725520896 870544 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
/proc/163781/statm: 4815801 870544 5515 1 0 1298804 0
[pid=163781/tid=163783] ppid=163778 vsize=19263204 memory=3481408 CPUtime=3531.23 cores=0,2
/proc/163781/task/163783/stat : 163783 (java) R 163778 163781 162635 0 -1 4194368 80799 0 0 0 353037 86 0 0 20 0 21 0 238570311 19725520896 870544 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163792] ppid=163778 vsize=19263204 memory=3481408 CPUtime=0 cores=0,2
/proc/163781/task/163792/stat : 163792 (Finalizer) S 163778 163781 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238570316 19725520896 870544 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
[pid=163781/tid=163799] ppid=163778 vsize=19263204 memory=3481408 CPUtime=0 cores=0,2
/proc/163781/task/163799/stat : 163799 (Common-Cleaner) S 163778 163781 162635 0 -1 4194368 2577 0 0 0 0 0 0 0 20 0 21 0 238570316 19725520896 870544 18446744073709551615 94103925567488 94103925571184 140722120691312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94103925579000 94103925579792 94103948509184 140722120698236 140722120698340 140722120698340 140722120703944 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3482176 KiB

Child status: 143

Real time (s): 3565.52
CPU time (s): 3600.46
CPU user time (s): 3597.67
CPU system time (s): 2.79664
CPU usage (%): 100.98
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3482176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.67
system time used= 2.79664
maximum resident set size= 3482432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121987
involuntary context switches= 13642


# summary of solver processes directly reported to runsolver:
#   pid: 163781
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3597.67
#   total CPU system time (s): 2.79664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0238 second user time and 38.451 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 02:01:55
IDJOB=4544458
IDBENCH=180672
IDSOLVER=3361
FILE ID=nodeC002/4544458-1753228915
RUNJOBID= nodeC002-1753222103-162645
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-mat16_15_identity_complement.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544458-1753228915/watcher-4544458-1753228915 -o /tmp/evaluation-result-4544458-1753228915/solver-4544458-1753228915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162645 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4544458-1753228915.opb

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=511921937

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.137
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.306
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.538
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.280
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		: 3662.804
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		: 3659.935
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.427
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.301
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:        115401884 kB
MemAvailable:   116679660 kB
Buffers:            2128 kB
Cached:          2029948 kB
SwapCached:           28 kB
Active:         14367308 kB
Inactive:         921132 kB
Active(anon):   13276188 kB
Inactive(anon):     6300 kB
Active(file):    1091120 kB
Inactive(file):   914832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11288 kB
Writeback:             0 kB
AnonPages:      13259456 kB
Mapped:           128812 kB
Shmem:             26124 kB
KReclaimable:     222904 kB
Slab:             315200 kB
SReclaimable:     222904 kB
SUnreclaim:        92296 kB
KernelStack:        4976 kB
PageTables:        29764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   14355560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12976128 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= 432268 MiB
End job on nodeC002 at 2025-07-23 03:01:21