Trace number 4448321

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 Cutting Planes 2024 2024-07-12UNSAT 862.589 841.045

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l090-r089-n1.cnf-extracted.pb.metafix.opb
MD5SUMea5e7256587f4a4e9df55aed19f52ebe
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 benchmark2.32272
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints16786
Number of constraints which are clauses7937
Number of constraints which are cardinality constraints (but not clauses)8849
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4448321-1721358272.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
1.25/0.70	c ... done. Wall clock time 0.539s.
1.25/0.70	c declared #vars     7089
1.25/0.70	c #constraints  16786
1.25/0.70	c constraints type 
1.25/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5574
1.25/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8849
1.25/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2363
1.25/0.70	c 16786 constraints processed.
6.64/3.78	c cleaning 1609 clauses out of 5000 with flag 0/5000
12.64/9.29	c cleaning 4694 clauses out of 9393 with flag 0/11002
20.86/17.12	c cleaning 5844 clauses out of 11698 with flag 0/18001
32.45/28.53	c cleaning 6921 clauses out of 13855 with flag 0/26002
45.35/41.31	c cleaning 7964 clauses out of 15935 with flag 0/35003
61.64/57.57	c cleaning 8981 clauses out of 17969 with flag 0/45001
81.84/76.94	c cleaning 9987 clauses out of 19987 with flag 0/56000
104.64/99.41	c cleaning 10998 clauses out of 22002 with flag 0/68002
133.32/127.45	c cleaning 11999 clauses out of 24002 with flag 0/81000
168.90/161.27	c cleaning 13000 clauses out of 26003 with flag 0/95000
206.95/198.54	c cleaning 14001 clauses out of 28005 with flag 0/110002
248.80/239.51	c cleaning 14997 clauses out of 30002 with flag 0/126000
297.16/286.98	c cleaning 15992 clauses out of 32005 with flag 0/143000
348.82/337.64	c cleaning 17000 clauses out of 34014 with flag 0/161001
407.79/395.30	c cleaning 18001 clauses out of 36013 with flag 0/180000
472.85/459.14	c cleaning 18997 clauses out of 38012 with flag 0/200000
544.21/529.22	c cleaning 20005 clauses out of 40015 with flag 0/221000
630.55/613.76	c cleaning 20998 clauses out of 42010 with flag 0/243000
711.47/693.01	c cleaning 22004 clauses out of 44013 with flag 0/266001
800.93/780.62	c cleaning 22997 clauses out of 46008 with flag 0/290000
862.40/840.98	c starts		: 350
862.40/841.00	c conflicts		: 305783
862.40/841.00	c decisions		: 883069
862.40/841.00	c propagations		: 151020358
862.40/841.00	c inspects		: 1289149148
862.40/841.00	c shortcuts		: 0
862.40/841.00	c learnt literals	: 0
862.40/841.00	c learnt binary clauses	: 0
862.40/841.00	c learnt ternary clauses	: 1599
862.40/841.00	c learnt constraints	: 305782
862.40/841.00	c ignored constraints	: 0
862.40/841.00	c root simplifications	: 0
862.40/841.00	c removed literals (reason simplification)	: 0
862.40/841.00	c reason swapping (by a shorter reason)	: 0
862.40/841.00	c Calls to reduceDB	: 20
862.40/841.00	c Number of update (reduction) of LBD	: 1293769
862.40/841.00	c Imported unit clauses	: 0
862.40/841.00	c No decision after first conflict	: false
862.40/841.00	c number of reductions to clauses (during analyze)	: 0
862.40/841.00	c number of learned constraints concerned by reduction	: 0
862.40/841.00	c number of learning phase by resolution	: 0
862.40/841.00	c number of learning phase by cutting planes	: 0
862.40/841.00	c number of rounding to 1 operations	: 0
862.40/841.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
862.40/841.00	c number of reductions of the coefficients by power 2 	: 0
862.40/841.00	c number of right shift for reduction by power 2 	: 0
862.40/841.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
862.40/841.00	c number of ending skipping 	: 0
862.40/841.00	c number of internal skipping 	: 0
862.40/841.00	c number of derivation steps 	: 14873032
862.40/841.00	c number of skipped derivation steps 	: 0
862.40/841.00	c number of remaining unassigned 	: 15497
862.40/841.00	c number of remaining assigned 	: 117802442
862.40/841.00	c number of falsified literals weakened from reason	: 0
862.40/841.00	c number of falsified literals weakened from conflict	: 0
862.40/841.00	c time for arithmetic operations	: 2277406828
862.40/841.00	c minimum degree of deleted constraints	: 1
862.40/841.00	c maximum degree of deleted constraints	: 29076950263929770
862.40/841.00	c number of deleted constraints	: 266989
862.40/841.00	c speed (assignments/second)	: 179724.5206405423
862.40/841.00	c non guided choices	: 40201
862.53/841.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1711
862.53/841.02	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2147
862.53/841.02	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 34935
862.53/841.02	s UNSATISFIABLE
862.53/841.02	c Total wall clock time (in seconds): 840.871

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: 63968 MiB (59677 MiB free)
  memory of node 1: 64473 MiB (58104 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448321-1721358272/watcher-4448321-1721358272 -o /tmp/evaluation-result-4448321-1721358272/solver-4448321-1721358272 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988879 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448321-1721358272.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=992132, runsolver pid=992129
Current StackSize limit: 8192 KiB


[startup+0.101661 s]*
/proc/loadavg: 4.15 4.25 4.29 6/331 992150
/proc/meminfo: memFree=120564600/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=18975048 memory=65752 CPUtime=0.14 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 7240 0 0 0 12 2 0 0 20 0 18 0 187992112 19430449152 16438 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4743762 16438 5742 1 0 549373 0
[pid=992132/tid=992134] ppid=992129 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 1078198336 5759 0 0 0 7 2 0 0 20 0 18 0 187992112 19430449152 16438 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187992115 19430449152 16438 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187992115 19430449152 16438 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65752 KiB

[startup+0.21226 s]*
/proc/loadavg: 4.15 4.25 4.29 7/331 992150
/proc/meminfo: memFree=120511300/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=18975048 memory=116632 CPUtime=0.34 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 7740 0 0 0 30 4 0 0 20 0 18 0 187992112 19430449152 29158 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4743762 29158 5759 1 0 549669 0
[pid=992132/tid=992134] ppid=992129 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 6041 0 0 0 15 3 0 0 20 0 18 0 187992112 19430449152 29158 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=18975048 memory=1783847 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187992115 19430449152 29158 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187992115 19430449152 29158 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 116632 KiB

[startup+0.306259 s]*
/proc/loadavg: 4.15 4.25 4.29 7/332 992151
/proc/meminfo: memFree=120462384/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19041612 memory=167548 CPUtime=0.5 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 9729 0 0 0 45 5 0 0 20 0 19 0 187992112 19498610688 41887 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4760403 41887 5874 1 0 551279 0
[pid=992132/tid=992134] ppid=992129 vsize=19041612 memory=-8528526225043661500 CPUtime=0.25 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 6068 0 0 0 21 4 0 0 20 0 19 0 187992112 19498610688 41887 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187992115 19498610688 41887 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187992115 19498610688 41887 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167548 KiB

[startup+0.700232 s]
/proc/loadavg: 4.15 4.25 4.29 9/332 992151
/proc/meminfo: memFree=119974656/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19041612 memory=1276152 CPUtime=1.25 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 15575 0 0 0 97 28 0 0 20 0 19 0 187992112 19498610688 319038 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4760403 319038 5874 1 0 553409 0
[pid=992132/tid=992134] ppid=992129 vsize=19041612 memory=5432 CPUtime=0.61 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 6627 0 0 0 36 25 0 0 20 0 19 0 187992112 19498610688 319038 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19041612 memory=12952 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187992115 19498610688 319038 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187992115 19498610688 319038 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1276152 KiB

[startup+1.50026 s]
/proc/loadavg: 4.15 4.25 4.29 7/333 992152
/proc/meminfo: memFree=119309000/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=1322884 CPUtime=2.83 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 22453 0 0 0 253 30 0 0 20 0 20 0 187992112 19566772224 330721 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 330721 5874 1 0 557313 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=0 CPUtime=1.34 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 6706 0 0 0 109 25 0 0 20 0 20 0 187992112 19566772224 330721 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 330721 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 330721 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 330721 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1322884 KiB

[startup+3.10627 s]
/proc/loadavg: 4.15 4.25 4.29 8/333 992153
/proc/meminfo: memFree=119295196/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=1323784 CPUtime=5.62 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 22663 0 0 0 532 30 0 0 20 0 20 0 187992112 19566772224 330946 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 330946 5874 1 0 557341 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=0 CPUtime=2.91 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 6706 0 0 0 266 25 0 0 20 0 20 0 187992112 19566772224 330946 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 330946 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 330946 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 330946 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323784 KiB

[startup+6.30027 s]
/proc/loadavg: 4.14 4.24 4.29 5/333 992153
/proc/meminfo: memFree=119295244/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=1338456 CPUtime=9.57 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 27144 0 0 0 925 32 0 0 20 0 20 0 187992112 19566772224 334614 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 334614 5874 1 0 557405 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=12952 CPUtime=6.04 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 7757 0 0 0 578 26 0 0 20 0 20 0 187992112 19566772224 334614 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 334614 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=1319744 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 334614 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=1783763 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 334614 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 9.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1338456 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.24 4.28 5/333 992155
/proc/meminfo: memFree=119262212/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=1350764 CPUtime=16.23 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 30490 0 0 0 1590 33 0 0 20 0 20 0 187992112 19566772224 337691 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 337691 5874 1 0 557405 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=0 CPUtime=12.34 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 8436 0 0 0 1208 26 0 0 20 0 20 0 187992112 19566772224 337691 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 337691 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=1350764 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 337691 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=1323868 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 337691 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 16.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1350764 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 4.24 4.28 5/333 992156
/proc/meminfo: memFree=117159060/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=3435240 CPUtime=29.47 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 40806 0 0 0 2872 75 0 0 20 0 20 0 187992112 19566772224 858810 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 858810 5874 1 0 1083859 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=1323868 CPUtime=24.87 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 10686 0 0 0 2420 67 0 0 20 0 20 0 187992112 19566772224 858810 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=3435240 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 858810 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=1841628 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 858810 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 858810 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 29.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3435240 KiB

[startup+51.1056 s]
/proc/loadavg: 4.18 4.24 4.28 7/330 992159
/proc/meminfo: memFree=117121848/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=3441540 CPUtime=55.16 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 44439 0 0 0 5440 76 0 0 20 0 20 0 187992112 19566772224 860385 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 860385 5874 1 0 1083859 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=3439464 CPUtime=50.13 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 13104 0 0 0 4946 67 0 0 20 0 20 0 187992112 19566772224 860385 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=1816 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 860385 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=3439464 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 860385 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0

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

/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 1071269 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 720.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4285076 KiB

[startup+762.302 s]
/proc/loadavg: 4.23 4.27 4.26 5/331 992762
/proc/meminfo: memFree=113901720/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=4287352 CPUtime=782.32 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 149000 0 0 0 78091 141 0 0 20 0 20 0 187992112 19566772224 1071838 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 1071838 5912 1 0 1085001 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=44160 CPUtime=740.25 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) S 992129 992132 988868 0 -1 1077936192 50632 0 0 0 73951 74 0 0 20 0 20 0 187992112 19566772224 1071838 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=4287352 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071838 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=-8528526225043661500 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 666 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071838 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 1071838 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 782.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287352 KiB

[startup+822.3 s]
/proc/loadavg: 4.32 4.29 4.27 5/331 992840
/proc/meminfo: memFree=114550608/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=4287376 CPUtime=843.43 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 155326 0 0 0 84198 145 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 1071844 5912 1 0 1085001 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=4287360 CPUtime=798.49 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 53693 0 0 0 79774 75 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=4287352 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=-8528526225043661500 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=4287376 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 843.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287376 KiB

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

# cumulated CPU time of all completed processes:  user=861.103 s, system=1.4865 s

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

[startup+832 s]*
/proc/loadavg: 4.35 4.30 4.28 5/331 992841
/proc/meminfo: memFree=114538132/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=4287376 CPUtime=853.33 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 155520 0 0 0 85187 146 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 1071844 5912 1 0 1085001 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=-8529081478415688380 CPUtime=807.95 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 53835 0 0 0 80720 75 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=27332 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=40244 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=7372 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 853.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287376 KiB

[startup+835.2 s]
/proc/loadavg: 4.40 4.31 4.28 5/331 992842
/proc/meminfo: memFree=114533756/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=4287376 CPUtime=856.62 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 155642 0 0 0 85516 146 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 1071844 5912 1 0 1085001 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=4287376 CPUtime=811.01 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 53912 0 0 0 81026 75 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=4287376 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 856.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287376 KiB

[startup+838.4 s]
/proc/loadavg: 4.40 4.31 4.28 5/331 992842
/proc/meminfo: memFree=114529604/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=4287376 CPUtime=859.81 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 155724 0 0 0 85835 146 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 1071844 5912 1 0 1085001 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=44160 CPUtime=814.2 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 53993 0 0 0 81345 75 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=4287376 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=4287376 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 859.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287376 KiB

[startup+840 s]*
/proc/loadavg: 4.37 4.30 4.28 5/331 992842
/proc/meminfo: memFree=114527556/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=4287376 CPUtime=861.51 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 155787 0 0 0 86005 146 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 1071844 5912 1 0 1085001 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=-8529081478415688380 CPUtime=815.68 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 54017 0 0 0 81493 75 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=39380 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=1816 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=32224 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 861.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287376 KiB

[startup+840.8 s]
/proc/loadavg: 4.37 4.30 4.28 5/331 992842
/proc/meminfo: memFree=114527556/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19108176 memory=4287376 CPUtime=862.3 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 155800 0 0 0 86084 146 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4777044 1071844 5912 1 0 1085001 0
[pid=992132/tid=992134] ppid=992129 vsize=19108176 memory=-8528526225043661500 CPUtime=816.47 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) R 992129 992132 988868 0 -1 4194368 54029 0 0 0 81572 75 0 0 20 0 20 0 187992112 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19108176 memory=2204 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 187992115 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992152] ppid=992129 vsize=19108176 memory=1980 CPUtime=0 cores=4,6
/proc/992132/task/992152/stat : 992152 (Timer-0) S 992129 992132 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187992182 19566772224 1071844 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 862.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287376 KiB

[startup+841.004 s]*
/proc/loadavg: 4.37 4.30 4.28 7/331 992844
/proc/meminfo: memFree=114524836/131524600 swapFree=131070704/131071996
[pid=992132] ppid=992129 vsize=19241304 memory=4288120 CPUtime=862.53 cores=4,6
/proc/992132/stat : 992132 (java) S 992129 992132 988868 0 -1 1077936128 158755 0 0 0 86106 147 0 0 20 0 20 0 187992112 19703095296 1072030 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
/proc/992132/statm: 4810326 1072030 5911 1 0 1085681 0
[pid=992132/tid=992134] ppid=992129 vsize=19241304 memory=-8529081478415688380 CPUtime=816.66 cores=4,6
/proc/992132/task/992134/stat : 992134 (java) S 992129 992132 988868 0 -1 1077936192 55539 0 0 0 81591 75 0 0 20 0 20 0 187992112 19703095296 1072030 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992143] ppid=992129 vsize=19241304 memory=7308895133776570726 CPUtime=0 cores=4,6
/proc/992132/task/992143/stat : 992143 (Finalizer) S 992129 992132 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187992115 19703095296 1072030 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992150] ppid=992129 vsize=19241304 memory=7594877047423063141 CPUtime=0 cores=4,6
/proc/992132/task/992150/stat : 992150 (Common-Cleaner) S 992129 992132 988868 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 187992115 19703095296 1072030 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
[pid=992132/tid=992843] ppid=992129 vsize=19241304 memory=7738984534571902293 CPUtime=0.02 cores=4,6
/proc/992132/task/992843/stat : 992843 (Thread-0) R 992129 992132 988868 0 -1 4194368 579 0 0 0 2 0 0 0 20 0 20 0 188076210 19703095296 1072030 134679101440 93892523585536 93892523589232 140722755789024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93892523597048 93892523597840 93892554297344 140722755793908 140722755794016 140722755794016 140722755801032 0
Current children cumulated CPU time: 862.53 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4288120 KiB

Child status: 20

Real time (s): 841.045
CPU time (s): 862.589
CPU user time (s): 861.103
CPU system time (s): 1.4865
CPU usage (%): 102.562
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4288120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 861.103
system time used= 1.4865
maximum resident set size= 4289224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35214
involuntary context switches= 4223


# summary of solver processes directly reported to runsolver:
#   pid: 992132
#   total CPU time (s): 862.589
#   total CPU user time (s): 861.103
#   total CPU system time (s): 1.4865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.12214 second user time and 3.82875 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 05:04:44
IDJOB=4448321
IDBENCH=160391
IDSOLVER=3052
FILE ID=nodeC023/4448321-1721358272
RUNJOBID= nodeC023-1721353931-988879
SLURM_JOB_ID= 7542772
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l090-r089-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448321-1721358272/watcher-4448321-1721358272 -o /tmp/evaluation-result-4448321-1721358272/solver-4448321-1721358272 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988879 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448321-1721358272.opb

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

MD5SUM BENCH= ea5e7256587f4a4e9df55aed19f52ebe
RANDOM SEED=1517136776

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3648.624
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3674.891
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3600.170
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3600.166
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3647.937
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3678.583
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3638.594
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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.028
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120609168 kB
MemAvailable:   122554524 kB
Buffers:          536620 kB
Cached:          2237208 kB
SwapCached:           80 kB
Active:          1116748 kB
Inactive:        9216352 kB
Active(anon):       1596 kB
Inactive(anon):  7594896 kB
Active(file):    1115152 kB
Inactive(file):  1621456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       7559248 kB
Mapped:           125588 kB
Shmem:             37536 kB
KReclaimable:      97144 kB
Slab:             190928 kB
SReclaimable:      97144 kB
SUnreclaim:        93784 kB
KernelStack:        5088 kB
PageTables:        24876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8790012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7264256 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-19 05:18:45