Trace number 4446281

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-12? (TO) 3600.13 3534.28

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-172.opb
MD5SUM46f4146f739f9ce6c71981ef5aa732b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.926
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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.09	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-4446281-1721333721.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
2854.19/2847.76	c ... done. Wall clock time 2847.605s.
2854.19/2847.76	c declared #vars     288080
2854.19/2847.76	c #constraints  6445947
2854.19/2847.76	c constraints type 
2854.19/2847.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1276055
2854.19/2847.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22887
2854.19/2847.76	c org.sat4j.specs.Constr$1 => 56672
2854.19/2847.76	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 651187
2854.19/2847.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 4400
2854.19/2847.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4434746
2854.19/2847.76	c 6445947 constraints processed.
2863.87/2855.70	c cleaning 2500 clauses out of 5002 with flag 0/5002
2873.99/2865.37	c cleaning 4243 clauses out of 8500 with flag 0/11000
2886.84/2878.01	c cleaning 5624 clauses out of 11257 with flag 0/18000
2901.53/2892.77	c cleaning 6813 clauses out of 13636 with flag 0/26003
2918.12/2909.23	c cleaning 7907 clauses out of 15821 with flag 0/35001
2940.18/2931.17	c cleaning 8951 clauses out of 17915 with flag 0/45002
2965.44/2956.11	c cleaning 9976 clauses out of 19964 with flag 0/56002
2991.06/2981.50	c cleaning 10986 clauses out of 21986 with flag 0/68000
3017.84/3008.14	c cleaning 11994 clauses out of 24000 with flag 0/81000
3048.44/3038.40	c cleaning 13000 clauses out of 26008 with flag 0/95002
3080.86/3070.52	c cleaning 13999 clauses out of 28007 with flag 0/110001
3117.21/3106.67	c cleaning 15000 clauses out of 30008 with flag 0/126001
3154.76/3141.52	c cleaning 15998 clauses out of 32008 with flag 0/143001
3191.58/3178.09	c cleaning 16999 clauses out of 34010 with flag 0/161001
3244.11/3230.17	c cleaning 17998 clauses out of 36011 with flag 0/180001
3302.12/3285.11	c cleaning 19000 clauses out of 38013 with flag 0/200001
3357.79/3340.14	c cleaning 20000 clauses out of 40012 with flag 0/221000
3419.34/3396.47	c cleaning 20998 clauses out of 42012 with flag 0/243000
3494.62/3452.88	c cleaning 21998 clauses out of 44014 with flag 0/266000
3572.20/3513.49	c cleaning 23004 clauses out of 46017 with flag 0/290001
3600.01/3534.21	c starts		: 1
3600.01/3534.21	c conflicts		: 298737
3600.01/3534.21	c decisions		: 342022
3600.01/3534.21	c propagations		: 647962241
3600.01/3534.21	c inspects		: 3142514816
3600.01/3534.21	c shortcuts		: 0
3600.01/3534.21	c learnt literals	: 0
3600.01/3534.21	c learnt binary clauses	: 0
3600.01/3534.21	c learnt ternary clauses	: 2
3600.01/3534.21	c learnt constraints	: 298736
3600.01/3534.21	c ignored constraints	: 0
3600.01/3534.21	c root simplifications	: 0
3600.01/3534.21	c removed literals (reason simplification)	: 0
3600.01/3534.21	c reason swapping (by a shorter reason)	: 0
3600.01/3534.21	c Calls to reduceDB	: 20
3600.01/3534.21	c Number of update (reduction) of LBD	: 454493
3600.01/3534.21	c Imported unit clauses	: 0
3600.01/3534.21	c timeout
3600.01/3534.21	c No decision after first conflict	: false
3600.01/3534.21	c number of reductions to clauses (during analyze)	: 0
3600.01/3534.21	c number of learned constraints concerned by reduction	: 0
3600.01/3534.21	c number of learning phase by resolution	: 0
3600.01/3534.21	c number of learning phase by cutting planes	: 0
3600.01/3534.21	c number of rounding to 1 operations	: 0
3600.01/3534.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3534.21	c number of reductions of the coefficients by power 2 	: 0
3600.01/3534.21	c number of right shift for reduction by power 2 	: 0
3600.01/3534.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3534.21	c number of ending skipping 	: 0
3600.01/3534.21	c number of internal skipping 	: 0
3600.01/3534.21	c number of derivation steps 	: 3155788
3600.01/3534.21	c number of skipped derivation steps 	: 0
3600.01/3534.21	c number of remaining unassigned 	: 0
3600.01/3534.21	c number of remaining assigned 	: 0
3600.01/3534.21	c number of falsified literals weakened from reason	: 0
3600.01/3534.21	c number of falsified literals weakened from conflict	: 0
3600.01/3534.21	c time for arithmetic operations	: 152240
3600.01/3534.23	c minimum degree of deleted constraints	: 1
3600.01/3534.23	c maximum degree of deleted constraints	: 1
3600.01/3534.23	c number of deleted constraints	: 266988
3600.01/3534.23	c speed (assignments/second)	: 943944.5502235442
3600.01/3534.23	c non guided choices	: 12453
3600.01/3534.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 31746
3600.01/3534.25	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2
3600.01/3534.26	s UNKNOWN
3600.01/3534.26	c Total wall clock time (in seconds): 3534.108

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446281-1721333721/watcher-4446281-1721333721 -o /tmp/evaluation-result-4446281-1721333721/solver-4446281-1721333721 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971068 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446281-1721333721.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=973522, runsolver pid=973519
Current StackSize limit: 8192 KiB


[startup+0.100223 s]*
/proc/loadavg: 4.31 4.26 4.20 5/331 973540
/proc/meminfo: memFree=113608280/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=18975048 memory=65300 CPUtime=0.14 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 7216 0 0 0 11 3 0 0 20 0 18 0 185538925 19430449152 16325 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4743762 16325 5699 1 0 549356 0
[pid=973522/tid=973524] ppid=973519 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 5766 0 0 0 7 2 0 0 20 0 18 0 185538926 19430449152 16325 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185538928 19430449152 16325 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185538929 19430449152 16325 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65300 KiB

[startup+0.20596 s]*
/proc/loadavg: 4.31 4.26 4.20 5/332 973541
/proc/meminfo: memFree=113478476/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=194548 CPUtime=0.31 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 7785 0 0 0 25 6 0 0 20 0 19 0 185538925 19498610688 48637 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 48637 5780 1 0 549918 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 6067 0 0 0 14 4 0 0 20 0 19 0 185538926 19498610688 48637 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=2643 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 48637 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=14126753849280249 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 48637 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 194548 KiB

[startup+0.306893 s]*
/proc/loadavg: 4.31 4.26 4.20 5/332 973541
/proc/meminfo: memFree=113391760/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=280996 CPUtime=0.44 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 7951 0 0 0 37 7 0 0 20 0 19 0 185538925 19498610688 70249 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 70249 5780 1 0 549983 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=-8528803297712448188 CPUtime=0.26 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 1077936192 6145 0 0 0 21 5 0 0 20 0 19 0 185538926 19498610688 70249 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 70249 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 70249 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 280996 KiB

[startup+0.700332 s]
/proc/loadavg: 4.31 4.26 4.20 5/332 973541
/proc/meminfo: memFree=112687452/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=1684900 CPUtime=0.88 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 9414 0 0 0 53 35 0 0 20 0 19 0 185538925 19498610688 421225 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 421225 5780 1 0 1076390 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=5544 CPUtime=0.64 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 6827 0 0 0 31 33 0 0 20 0 19 0 185538926 19498610688 421225 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=12504 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 421225 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 421225 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1684900 KiB

[startup+1.50033 s]
/proc/loadavg: 4.31 4.26 4.20 6/332 973541
/proc/meminfo: memFree=110818548/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=3397676 CPUtime=1.9 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 12394 0 0 0 121 69 0 0 20 0 19 0 185538925 19498610688 849419 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 849419 5866 1 0 1077946 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=12504 CPUtime=1.42 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 7666 0 0 0 77 65 0 0 20 0 19 0 185538926 19498610688 849419 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 849419 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 849419 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3397676 KiB

[startup+3.10631 s]
/proc/loadavg: 4.28 4.26 4.20 5/332 973541
/proc/meminfo: memFree=110244192/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=3418028 CPUtime=4.13 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 23107 0 0 0 343 70 0 0 20 0 19 0 185538925 19498610688 854507 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 854507 5866 1 0 1083235 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=0 CPUtime=2.99 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 7670 0 0 0 234 65 0 0 20 0 19 0 185538926 19498610688 854507 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=12504 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 854507 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=3397676 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 854507 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3418028 KiB

[startup+6.30882 s]
/proc/loadavg: 4.28 4.26 4.20 5/330 973541
/proc/meminfo: memFree=110250116/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=3403728 CPUtime=7.4 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 23232 0 0 0 669 71 0 0 20 0 19 0 185538925 19498610688 850932 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 850932 5866 1 0 1083237 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=0 CPUtime=6.16 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 7768 0 0 0 550 66 0 0 20 0 19 0 185538926 19498610688 850932 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=3397676 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 850932 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 850932 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3403728 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.26 4.21 5/330 973543
/proc/meminfo: memFree=110237716/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=3406028 CPUtime=13.8 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 24153 0 0 0 1309 71 0 0 20 0 19 0 185538925 19498610688 851507 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 851507 5866 1 0 1083237 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=3405776 CPUtime=12.47 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 8659 0 0 0 1181 66 0 0 20 0 19 0 185538926 19498610688 851507 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=3405776 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 851507 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=14418115840706192 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 851507 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 13.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3406028 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.26 4.20 5/330 973544
/proc/meminfo: memFree=110194356/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=3412880 CPUtime=26.7 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 30785 0 0 0 2597 73 0 0 20 0 19 0 185538925 19498610688 853220 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 853220 5866 1 0 1083237 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=3410812 CPUtime=25.08 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 10416 0 0 0 2441 67 0 0 20 0 19 0 185538926 19498610688 853220 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 853220 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 853220 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 26.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3412880 KiB

[startup+51.1059 s]
/proc/loadavg: 4.32 4.27 4.21 5/330 973549
/proc/meminfo: memFree=110047928/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=3425472 CPUtime=52.36 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 38037 0 0 0 5160 76 0 0 20 0 19 0 185538925 19498610688 856368 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 856368 5866 1 0 1083237 0
[pid=973522/tid=973524] ppid=973519 vsize=19041612 memory=0 CPUtime=50.33 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 13728 0 0 0 4966 67 0 0 20 0 19 0 185538926 19498610688 856368 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19041612 memory=3406028 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185538928 19498610688 856368 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19041612 memory=3418028 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185538929 19498610688 856368 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 52.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3425472 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.25 4.20 5/330 973558
/proc/meminfo: memFree=109839860/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19041612 memory=3448220 CPUtime=103.42 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 43849 0 0 0 10261 81 0 0 20 0 19 0 185538925 19498610688 862055 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4760403 862055 5866 1 0 1083237 0

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

/proc/meminfo: memFree=107270676/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19108176 memory=4279740 CPUtime=3175.71 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 277099 0 0 0 317162 409 0 0 20 0 20 0 185538925 19566772224 1069935 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4777044 1069935 5888 1 0 1084570 0
[pid=973522/tid=973524] ppid=973519 vsize=19108176 memory=4206780 CPUtime=3110.83 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 125890 0 0 0 310964 119 0 0 20 0 20 0 185538926 19566772224 1069935 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 95 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19108176 memory=4206780 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185538928 19566772224 1069935 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 4487 0 0 0 0 0 0 0 20 0 20 0 185538929 19566772224 1069935 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=975228] ppid=973519 vsize=19108176 memory=4279740 CPUtime=0 cores=5,7
/proc/973522/task/975228/stat : 975228 (Timer-0) S 973519 973522 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185823704 19566772224 1069935 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 3175.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4279740 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.17 4.18 5/330 975294
/proc/meminfo: memFree=107270236/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19108176 memory=4279748 CPUtime=3236.21 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 281030 0 0 0 323210 411 0 0 20 0 20 0 185538925 19566772224 1069937 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4777044 1069937 5888 1 0 1084570 0
[pid=973522/tid=973524] ppid=973519 vsize=19108176 memory=4206780 CPUtime=3169.28 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 127963 0 0 0 316809 119 0 0 20 0 20 0 185538926 19566772224 1069937 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 95 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19108176 memory=4206780 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185538928 19566772224 1069937 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19108176 memory=4279740 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 4568 0 0 0 0 0 0 0 20 0 20 0 185538929 19566772224 1069937 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=975228] ppid=973519 vsize=19108176 memory=4279748 CPUtime=0 cores=5,7
/proc/973522/task/975228/stat : 975228 (Timer-0) S 973519 973522 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185823704 19566772224 1069937 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 3236.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4279748 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.18 4.18 5/331 975305
/proc/meminfo: memFree=107268968/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19108176 memory=4280740 CPUtime=3299.21 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 302861 0 0 0 329503 418 0 0 20 0 20 0 185538925 19566772224 1070185 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4777044 1070185 5888 1 0 1084863 0
[pid=973522/tid=973524] ppid=973519 vsize=19108176 memory=11476 CPUtime=3227.88 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 132698 0 0 0 322668 120 0 0 20 0 20 0 185538926 19566772224 1070185 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 95 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19108176 memory=281062392253728 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185538928 19566772224 1070185 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19108176 memory=43800 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 4614 0 0 0 0 0 0 0 20 0 20 0 185538929 19566772224 1070185 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=975228] ppid=973519 vsize=19108176 memory=4280740 CPUtime=0 cores=5,7
/proc/973522/task/975228/stat : 975228 (Timer-0) S 973519 973522 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185823704 19566772224 1070185 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 3299.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4280740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/333 975320
/proc/meminfo: memFree=107268456/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19108176 memory=4280800 CPUtime=3360 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 312394 0 0 0 335578 422 0 0 20 0 20 0 185538925 19566772224 1070200 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4777044 1070200 5903 1 0 1084863 0
[pid=973522/tid=973524] ppid=973519 vsize=19108176 memory=43800 CPUtime=3286.31 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 134811 0 0 0 328511 120 0 0 20 0 20 0 185538926 19566772224 1070200 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 95 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19108176 memory=4280800 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185538928 19566772224 1070200 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19108176 memory=4280800 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 4695 0 0 0 0 0 0 0 20 0 20 0 185538929 19566772224 1070200 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=975228] ppid=973519 vsize=19108176 memory=4280800 CPUtime=0 cores=5,7
/proc/973522/task/975228/stat : 975228 (Timer-0) S 973519 973522 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185823704 19566772224 1070200 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 3360 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4280800 KiB

[startup+3402.3 s]
/proc/loadavg: 4.48 4.27 4.21 5/333 975465
/proc/meminfo: memFree=112014884/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19108176 memory=4280860 CPUtime=3427.54 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 333862 0 0 0 342321 433 0 0 20 0 20 0 185538925 19566772224 1070215 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4777044 1070215 5903 1 0 1084870 0
[pid=973522/tid=973524] ppid=973519 vsize=19108176 memory=43800 CPUtime=3344.83 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 141027 0 0 0 334363 120 0 0 20 0 20 0 185538926 19566772224 1070215 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 95 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19108176 memory=4280800 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185538928 19566772224 1070215 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19108176 memory=4280800 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 4741 0 0 0 0 0 0 0 20 0 20 0 185538929 19566772224 1070215 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=975228] ppid=973519 vsize=19108176 memory=4280860 CPUtime=0 cores=5,7
/proc/973522/task/975228/stat : 975228 (Timer-0) S 973519 973522 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185823704 19566772224 1070215 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 3427.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4280860 KiB

[startup+3462.3 s]
/proc/loadavg: 4.62 4.34 4.24 5/333 975543
/proc/meminfo: memFree=113878372/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19108176 memory=4280868 CPUtime=3506.63 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 351106 0 0 0 350208 455 0 0 20 0 20 0 185538925 19566772224 1070217 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4777044 1070217 5903 1 0 1084870 0
[pid=973522/tid=973524] ppid=973519 vsize=19108176 memory=43800 CPUtime=3403.02 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 145307 0 0 0 340181 121 0 0 20 0 20 0 185538926 19566772224 1070217 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 95 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19108176 memory=4280800 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185538928 19566772224 1070217 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19108176 memory=4280864 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 4758 0 0 0 0 0 0 0 20 0 20 0 185538929 19566772224 1070217 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=975228] ppid=973519 vsize=19108176 memory=4280868 CPUtime=0 cores=5,7
/proc/973522/task/975228/stat : 975228 (Timer-0) S 973519 973522 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185823704 19566772224 1070217 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 3506.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4280868 KiB

[startup+3522.3 s]
/proc/loadavg: 4.51 4.36 4.25 6/333 975554
/proc/meminfo: memFree=113620496/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19108176 memory=4280940 CPUtime=3583.85 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 365309 0 0 0 357910 475 0 0 20 0 20 0 185538925 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4777044 1070235 5918 1 0 1084870 0
[pid=973522/tid=973524] ppid=973519 vsize=19108176 memory=4280868 CPUtime=3461.36 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 147955 0 0 0 346015 121 0 0 20 0 20 0 185538926 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 100 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19108176 memory=4280868 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185538928 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19108176 memory=4280868 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 4780 0 0 0 0 0 0 0 20 0 20 0 185538929 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=975228] ppid=973519 vsize=19108176 memory=4280940 CPUtime=0 cores=5,7
/proc/973522/task/975228/stat : 975228 (Timer-0) S 973519 973522 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185823704 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 3583.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4280940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3534.2 s]
/proc/loadavg: 4.54 4.37 4.26 5/333 975556
/proc/meminfo: memFree=113590924/131524600 swapFree=131071996/131071996
[pid=973522] ppid=973519 vsize=19108176 memory=4280940 CPUtime=3600.01 cores=5,7
/proc/973522/stat : 973522 (java) S 973519 973522 971055 0 -1 1077936128 365627 0 0 0 359523 478 0 0 20 0 20 0 185538925 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
/proc/973522/statm: 4777044 1070235 5918 1 0 1084870 0
[pid=973522/tid=973524] ppid=973519 vsize=19108176 memory=6936 CPUtime=3473.01 cores=5,7
/proc/973522/task/973524/stat : 973524 (java) R 973519 973522 971055 0 -1 4194368 148169 0 0 0 347180 121 0 0 20 0 20 0 185538926 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 101 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973533] ppid=973519 vsize=19108176 memory=7160 CPUtime=0 cores=5,7
/proc/973522/task/973533/stat : 973533 (Finalizer) S 973519 973522 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185538928 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=973540] ppid=973519 vsize=19108176 memory=-8528803297712448188 CPUtime=0 cores=5,7
/proc/973522/task/973540/stat : 973540 (Common-Cleaner) S 973519 973522 971055 0 -1 1077936192 4780 0 0 0 0 0 0 0 20 0 20 0 185538929 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
[pid=973522/tid=975228] ppid=973519 vsize=19108176 memory=2640 CPUtime=0 cores=5,7
/proc/973522/task/975228/stat : 975228 (Timer-0) S 973519 973522 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185823704 19566772224 1070235 134679101440 94445086068736 94445086072432 140723438537184 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445086080248 94445086081040 94445088264192 140723438543860 140723438543968 140723438543968 140723438550984 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4280940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.32 s, system=4.80732 s

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

Child status: 143

Real time (s): 3534.28
CPU time (s): 3600.13
CPU user time (s): 3595.32
CPU system time (s): 4.80732
CPU usage (%): 101.863
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4291096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.32
system time used= 4.80732
maximum resident set size= 4291096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 367928
involuntary context switches= 13073


# summary of solver processes directly reported to runsolver:
#   pid: 973522
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3595.32
#   total CPU system time (s): 4.80732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36676 second user time and 19.2842 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 22:15:35
IDJOB=4446281
IDBENCH=155554
IDSOLVER=3052
FILE ID=nodeC027/4446281-1721333721
RUNJOBID= nodeC027-1721329969-971068
SLURM_JOB_ID= 7542702
Free space on /tmp= 889672 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-172.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446281-1721333721/watcher-4446281-1721333721 -o /tmp/evaluation-result-4446281-1721333721/solver-4446281-1721333721 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971068 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446281-1721333721.opb

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

MD5SUM BENCH= 46f4146f739f9ce6c71981ef5aa732b8
RANDOM SEED=46711760

nodeC027.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		: 3668.558
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	: 7000.36
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		: 3671.848
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	: 7006.29
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.344
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	: 7000.36
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.491
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	: 7006.29
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		: 3668.144
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	: 7000.36
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		: 3601.633
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	: 7006.29
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		: 3601.010
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	: 7000.36
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.719
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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113652492 kB
MemAvailable:   115592712 kB
Buffers:          490480 kB
Cached:          2277392 kB
SwapCached:            0 kB
Active:          1021540 kB
Inactive:       16196368 kB
Active(anon):       1552 kB
Inactive(anon): 14486196 kB
Active(file):    1019988 kB
Inactive(file):  1710172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            309284 kB
Writeback:             0 kB
AnonPages:      14448096 kB
Mapped:           126164 kB
Shmem:             37720 kB
KReclaimable:      99768 kB
Slab:             210556 kB
SReclaimable:      99768 kB
SUnreclaim:       110788 kB
KernelStack:        5040 kB
PageTables:        38232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16978232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68096 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14139392 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889768 MiB
End job on nodeC027 at 2024-07-18 23:14:30