Trace number 4544498

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 VeriPB 2025-06-06UNSAT cert. 777.693 769.45

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4544498-1753227965.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.253s.
0.70/0.42	c declared #vars     900
0.70/0.42	c #constraints  19855
0.70/0.42	c constraints type 
0.70/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11340
0.70/0.42	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 810
0.70/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7705
0.70/0.42	c 19855 constraints processed.
7.88/4.43	c cleaning 2500 clauses out of 5000 with flag 0/5000
13.99/10.06	c cleaning 4249 clauses out of 8500 with flag 0/11000
22.89/18.86	c cleaning 5622 clauses out of 11251 with flag 0/18000
35.03/30.98	c cleaning 6813 clauses out of 13630 with flag 0/26001
54.23/50.04	c cleaning 7905 clauses out of 15816 with flag 0/35000
78.54/74.20	c cleaning 8950 clauses out of 17911 with flag 0/45000
105.36/100.87	c cleaning 9978 clauses out of 19961 with flag 0/56000
137.55/132.89	c cleaning 10988 clauses out of 21983 with flag 0/68000
178.32/173.42	c cleaning 11996 clauses out of 23996 with flag 0/81001
235.93/230.17	c cleaning 12996 clauses out of 25999 with flag 0/95000
295.50/289.46	c cleaning 13993 clauses out of 28003 with flag 0/110000
357.98/351.55	c cleaning 15001 clauses out of 30011 with flag 0/126001
443.36/436.48	c cleaning 15996 clauses out of 32010 with flag 0/143001
536.70/529.38	c cleaning 17002 clauses out of 34013 with flag 0/161000
638.41/630.75	c cleaning 18004 clauses out of 36013 with flag 0/180002
747.89/739.83	c cleaning 19001 clauses out of 38010 with flag 0/200003
777.53/769.38	c starts		: 43
777.53/769.38	c conflicts		: 207017
777.53/769.38	c decisions		: 218147
777.53/769.38	c propagations		: 28705761
777.53/769.38	c inspects		: 1492900045
777.53/769.38	c shortcuts		: 0
777.53/769.38	c learnt literals	: 0
777.53/769.38	c learnt binary clauses	: 0
777.53/769.38	c learnt ternary clauses	: 0
777.53/769.38	c learnt constraints	: 207016
777.53/769.38	c ignored constraints	: 0
777.53/769.38	c root simplifications	: 0
777.53/769.38	c removed literals (reason simplification)	: 0
777.53/769.38	c reason swapping (by a shorter reason)	: 0
777.53/769.38	c Calls to reduceDB	: 16
777.53/769.38	c Number of update (reduction) of LBD	: 269160
777.53/769.38	c Imported unit clauses	: 0
777.53/769.38	c No decision after first conflict	: false
777.53/769.38	c number of reductions to clauses (during analyze)	: 0
777.53/769.38	c number of learned constraints concerned by reduction	: 0
777.53/769.39	c number of learning phase by resolution	: 0
777.53/769.39	c number of learning phase by cutting planes	: 0
777.53/769.39	c number of rounding to 1 operations	: 0
777.53/769.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
777.53/769.39	c number of reductions of the coefficients by power 2 	: 0
777.53/769.39	c number of right shift for reduction by power 2 	: 0
777.53/769.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
777.53/769.39	c number of ending skipping 	: 0
777.53/769.39	c number of internal skipping 	: 0
777.53/769.39	c number of derivation steps 	: 3279729
777.53/769.39	c number of skipped derivation steps 	: 0
777.53/769.39	c number of remaining unassigned 	: 57427
777.53/769.39	c number of remaining assigned 	: 39736920
777.53/769.39	c number of falsified literals weakened from reason	: 0
777.53/769.39	c number of falsified literals weakened from conflict	: 0
777.53/769.39	c time for arithmetic operations	: 4871734863
777.53/769.39	c minimum degree of deleted constraints	: 1
777.53/769.39	c maximum degree of deleted constraints	: 737056764436175997937461152444065293274793371221615581647092195288866372062093589469274907107541084232023965533803457481658129332213210244814853106606913939226484575713859494262346653317521022613609024525586169128657726129509605098353823142153358112905310173489605097343482082970917343216740797877235740355310264828058484185565651170138449506599431042477654392395720941435476391736220635294344995794551758235185343859530938009073148573934698343810459474096698212724807863619910557526204036185974407949703435775679931917137226995759338185716723589762292898834220529807256000
777.53/769.39	c number of deleted constraints	: 180994
777.53/769.40	c speed (assignments/second)	: 37329.95003732246
777.64/769.40	c non guided choices	: 14
777.64/769.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3
777.64/769.42	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 26019
777.64/769.42	s UNSATISFIABLE
777.64/769.42	c Total wall clock time (in seconds): 769.26

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 09:46:46 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544498-1753227965/watcher-4544498-1753227965 -o /tmp/evaluation-result-4544498-1753227965/solver-4544498-1753227965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753220993-158546 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544498-1753227965 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4544498-1753227965.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 FSIZE limit: 102400000 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=160121, runsolver pid=160118

[startup+0.100062 s]*
/proc/loadavg: 4.30 4.38 4.33 7/340 160139
/proc/meminfo: memFree=79919776/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=18930384 memory=57708 CPUtime=0.13 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 6563 0 0 0 11 2 0 0 20 0 18 0 238474051 19384713216 14427 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4732596 14427 5340 1 0 547603 0
[pid=160121/tid=160123] ppid=160118 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 5079 0 0 0 7 1 0 0 20 0 18 0 238474052 19384713216 14427 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238474055 19384713216 14427 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238474055 19384713216 14427 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57708 KiB

[startup+0.205827 s]*
/proc/loadavg: 4.30 4.38 4.33 7/340 160139
/proc/meminfo: memFree=79911584/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=18930384 memory=66680 CPUtime=0.31 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 7146 0 0 0 28 3 0 0 20 0 18 0 238474051 19384713216 16670 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4732596 16670 5468 1 0 548015 0
[pid=160121/tid=160123] ppid=160118 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 5430 0 0 0 16 1 0 0 20 0 18 0 238474052 19384713216 16670 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238474055 19384713216 16670 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238474055 19384713216 16670 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66680 KiB

[startup+0.305701 s]*
/proc/loadavg: 4.30 4.38 4.33 6/340 160139
/proc/meminfo: memFree=79872956/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=18930384 memory=107768 CPUtime=0.51 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 8643 0 0 0 47 4 0 0 20 0 18 0 238474051 19384713216 26942 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4732596 26942 5468 1 0 548978 0
[pid=160121/tid=160123] ppid=160118 vsize=18930384 memory=-8600865302699090620 CPUtime=0.25 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 5476 0 0 0 23 2 0 0 20 0 18 0 238474052 19384713216 26942 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238474055 19384713216 26942 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238474055 19384713216 26942 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107768 KiB

[startup+0.700245 s]
/proc/loadavg: 4.30 4.38 4.33 7/342 160141
/proc/meminfo: memFree=79817944/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=165548 CPUtime=1.27 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 11148 0 0 0 120 7 0 0 20 0 20 0 238474051 19521036288 41387 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 41387 5500 1 0 551298 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=27264 CPUtime=0.56 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 5555 0 0 0 53 3 0 0 20 0 20 0 238474052 19521036288 41387 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 41387 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 41387 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 41387 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165548 KiB

[startup+1.50026 s]
/proc/loadavg: 4.30 4.38 4.33 6/342 160141
/proc/meminfo: memFree=79785308/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=262256 CPUtime=2.85 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 25118 0 0 0 273 12 0 0 20 0 20 0 238474051 19521036288 65564 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 65564 5500 1 0 556332 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=0 CPUtime=1.32 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 5659 0 0 0 127 5 0 0 20 0 20 0 238474052 19521036288 65564 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 65564 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 65564 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 65564 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 262256 KiB

[startup+3.10571 s]
/proc/loadavg: 4.35 4.39 4.33 6/342 160141
/proc/meminfo: memFree=79266968/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=775088 CPUtime=6.03 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 32731 0 0 0 578 25 0 0 20 0 20 0 238474051 19521036288 193772 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 193772 5500 1 0 556340 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=10752 CPUtime=2.89 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 7022 0 0 0 272 17 0 0 20 0 20 0 238474052 19521036288 193772 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=-8600865302699090620 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 193772 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 193772 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 193772 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 775088 KiB

[startup+6.30026 s]
/proc/loadavg: 4.35 4.39 4.33 5/342 160141
/proc/meminfo: memFree=78665488/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=1305084 CPUtime=10.17 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 34605 0 0 0 979 38 0 0 20 0 20 0 238474051 19521036288 326271 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 326271 5500 1 0 556415 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=0 CPUtime=6.06 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 7984 0 0 0 577 29 0 0 20 0 20 0 238474052 19521036288 326271 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 326271 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 326271 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=292976 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 326271 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 10.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1305084 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.39 4.33 6/342 160141
/proc/meminfo: memFree=78608588/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=1333792 CPUtime=16.75 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 35153 0 0 0 1635 40 0 0 20 0 20 0 238474051 19521036288 333448 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 333448 5500 1 0 556415 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=292976 CPUtime=12.38 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 8476 0 0 0 1207 31 0 0 20 0 20 0 238474052 19521036288 333448 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=14588 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 333448 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=1331744 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 333448 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 333448 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 16.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333792 KiB

[startup+25.5003 s]
/proc/loadavg: 4.40 4.40 4.34 5/342 160142
/proc/meminfo: memFree=78587184/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=1348260 CPUtime=29.59 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 40212 0 0 0 2916 43 0 0 20 0 20 0 238474051 19521036288 337065 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 337065 5500 1 0 556415 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=-8600865302699090620 CPUtime=24.95 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 10485 0 0 0 2462 33 0 0 20 0 20 0 238474052 19521036288 337065 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 337065 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 337065 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=14588 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 337065 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 29.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348260 KiB

[startup+51.1057 s]
/proc/loadavg: 4.26 4.36 4.33 5/342 160142
/proc/meminfo: memFree=78545344/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=1369156 CPUtime=55.32 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 46965 0 0 0 5484 48 0 0 20 0 20 0 238474051 19521036288 342289 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 342289 5500 1 0 556447 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=1367072 CPUtime=50.1 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 13110 0 0 0 4974 36 0 0 20 0 20 0 238474052 19521036288 342289 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=1356732 CPUtime=0 cores=4,6

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

/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 405 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 524027 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=2075624 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 524027 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 589.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2096108 KiB

[startup+642.3 s]
/proc/loadavg: 4.13 4.24 4.27 5/341 160303
/proc/meminfo: memFree=76076760/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=2120700 CPUtime=650.08 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 71285 0 0 0 64861 147 0 0 20 0 20 0 238474051 19521036288 530175 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 530175 5500 1 0 663036 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=2073576 CPUtime=633.35 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 22885 0 0 0 63232 103 0 0 20 0 20 0 238474052 19521036288 530175 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=2048908 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 530175 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=2075624 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 487 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 530175 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 530175 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 650.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2120700 KiB

[startup+702.3 s]
/proc/loadavg: 4.09 4.21 4.26 5/341 160305
/proc/meminfo: memFree=75869404/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=2145300 CPUtime=710.25 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 72770 0 0 0 70871 154 0 0 20 0 20 0 238474051 19521036288 536325 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 536325 5500 1 0 663036 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=2073576 CPUtime=692.5 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 23762 0 0 0 69143 107 0 0 20 0 20 0 238474052 19521036288 536325 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=2048908 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 536325 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=2075624 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 487 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 536325 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=14588 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 536325 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 710.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2145300 KiB

[startup+762.3 s]
/proc/loadavg: 4.19 4.22 4.26 5/340 160307
/proc/meminfo: memFree=75636776/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=2171924 CPUtime=770.5 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 73096 0 0 0 76888 162 0 0 20 0 20 0 238474051 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 542981 5500 1 0 663038 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=2157588 CPUtime=751.69 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 23985 0 0 0 75057 112 0 0 20 0 20 0 238474052 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=2169876 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=2167828 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 560 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 770.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171924 KiB

[startup+769.45 s]
# the end of solver process 160121 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=776.048 s, system=1.64507 s

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

[startup+764.8 s]
/proc/loadavg: 4.19 4.22 4.26 5/340 160307
/proc/meminfo: memFree=75628600/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=2171924 CPUtime=773.01 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 73096 0 0 0 77139 162 0 0 20 0 20 0 238474051 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 542981 5500 1 0 663038 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=7092 CPUtime=754.15 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 23985 0 0 0 75303 112 0 0 20 0 20 0 238474052 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=14588 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=2167828 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 560 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=21872 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 542981 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 773.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171924 KiB

[startup+768 s]*
/proc/loadavg: 4.17 4.21 4.26 5/340 160307
/proc/meminfo: memFree=75624504/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=2174100 CPUtime=776.24 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 73149 0 0 0 77461 163 0 0 20 0 20 0 238474051 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 543525 5532 1 0 663038 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=-8815911085394404028 CPUtime=757.27 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 23988 0 0 0 75615 112 0 0 20 0 20 0 238474052 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=-7737323414396165502 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 560 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 776.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174100 KiB

[startup+768.8 s]
/proc/loadavg: 4.17 4.21 4.26 5/340 160307
/proc/meminfo: memFree=75624504/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=2174100 CPUtime=777.03 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 73149 0 0 0 77540 163 0 0 20 0 20 0 238474051 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 543525 5532 1 0 663038 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=23476 CPUtime=758.06 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 23988 0 0 0 75694 112 0 0 20 0 20 0 238474052 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 560 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=2174100 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 777.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174100 KiB

[startup+769.2 s]
/proc/loadavg: 4.17 4.21 4.26 5/340 160307
/proc/meminfo: memFree=75620408/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19063512 memory=2174100 CPUtime=777.43 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 73149 0 0 0 77580 163 0 0 20 0 20 0 238474051 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4765878 543525 5532 1 0 663038 0
[pid=160121/tid=160123] ppid=160118 vsize=19063512 memory=2157588 CPUtime=758.46 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) R 160118 160121 158535 0 -1 4194368 23988 0 0 0 75734 112 0 0 20 0 20 0 238474052 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19063512 memory=2155540 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19063512 memory=-8600865302699090620 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 560 0 0 0 0 0 0 0 20 0 20 0 238474055 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160141] ppid=160118 vsize=19063512 memory=7936 CPUtime=0 cores=4,6
/proc/160121/task/160141/stat : 160141 (Timer-0) S 160118 160121 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238474094 19521036288 543525 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 777.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2174100 KiB

[startup+769.4 s]
/proc/loadavg: 4.17 4.21 4.26 5/340 160307
/proc/meminfo: memFree=75620408/131249988 swapFree=33010160/33010684
[pid=160121] ppid=160118 vsize=19196640 memory=2174484 CPUtime=777.64 cores=4,6
/proc/160121/stat : 160121 (java) S 160118 160121 158535 0 -1 4194304 75365 0 0 0 77601 163 0 0 20 0 20 0 238474051 19657359360 543621 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
/proc/160121/statm: 4799160 543621 5532 1 0 663675 0
[pid=160121/tid=160123] ppid=160118 vsize=19196640 memory=2688 CPUtime=758.63 cores=4,6
/proc/160121/task/160123/stat : 160123 (java) S 160118 160121 158535 0 -1 4194368 25693 0 0 0 75751 112 0 0 20 0 20 0 238474052 19657359360 543621 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160132] ppid=160118 vsize=19196640 memory=2432 CPUtime=0 cores=4,6
/proc/160121/task/160132/stat : 160132 (Finalizer) S 160118 160121 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238474055 19657359360 543621 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
[pid=160121/tid=160139] ppid=160118 vsize=19196640 memory=-8600865302699090620 CPUtime=0 cores=4,6
/proc/160121/task/160139/stat : 160139 (Common-Cleaner) S 160118 160121 158535 0 -1 4194368 560 0 0 0 0 0 0 0 20 0 20 0 238474055 19657359360 543621 18446744073709551615 94827444113408 94827444117104 140730115757648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94827444124920 94827444125712 94827447590912 140730115762513 140730115762660 140730115762660 140730115768264 0
Current children cumulated CPU time: 777.64 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2174484 KiB

Child status: 20

Real time (s): 769.45
CPU time (s): 777.693
CPU user time (s): 776.048
CPU system time (s): 1.64507
CPU usage (%): 101.071
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2174484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 776.048
system time used= 1.64507
maximum resident set size= 2174612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 283192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38950
involuntary context switches= 7780


# summary of solver processes directly reported to runsolver:
#   pid: 160121
#   total CPU time (s): 777.693
#   total CPU user time (s): 776.048
#   total CPU system time (s): 1.64507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.86412 second user time and 3.6023 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-23 01:46:05
IDJOB=4544498
IDBENCH=180673
IDSOLVER=3362
FILE ID=nodeC020/4544498-1753227965
RUNJOBID= nodeC020-1753220993-158546
SLURM_JOB_ID= 9687807
Free space on /tmp= 432084 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat10_9identity_complement.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544498-1753227965/watcher-4544498-1753227965 -o /tmp/evaluation-result-4544498-1753227965/solver-4544498-1753227965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753220993-158546 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544498-1753227965 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4544498-1753227965.opb

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

MD5SUM BENCH= ab67e3b90eb3931507bbeeb5ae959313
RANDOM SEED=605372697

nodeC020 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	: 0xb00002a
cpu MHz		: 3600.095
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.893
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3602.281
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3594.334
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.175
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.896
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3600.065
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3600.736
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        79940116 kB
MemAvailable:   119938872 kB
Buffers:            2128 kB
Cached:         40754864 kB
SwapCached:            4 kB
Active:         10686788 kB
Inactive:       39900624 kB
Active(anon):    9832156 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39876088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1964 kB
Writeback:             0 kB
AnonPages:       9830576 kB
Mapped:           128780 kB
Shmem:             26244 kB
KReclaimable:     214552 kB
Slab:             311212 kB
SReclaimable:     214552 kB
SUnreclaim:        96660 kB
KernelStack:        5232 kB
PageTables:        23040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   11834060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9502720 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432188 MiB
End job on nodeC020 at 2025-07-23 01:58:55