Trace number 4445831

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.2 3461.04

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12060_6-sat.opb
MD5SUM2c577f41aac8035942a0387b5450b11d
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 benchmark0.244431
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26862
Total number of constraints92830
Number of constraints which are clauses92390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints440
Minimum length of a constraint1
Maximum length of a constraint120
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 48
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 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.09	c Free memory 		2113181440
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4445831-1721328480.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
7.67/4.88	c ... done. Wall clock time 4.711s.
7.67/4.88	c declared #vars     26862
7.67/4.88	c #constraints  92830
7.67/4.88	c constraints type 
7.67/4.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 61460
7.67/4.88	c org.sat4j.specs.Constr$1 => 15838
7.67/4.88	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 440
7.67/4.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 6695
7.67/4.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8397
7.67/4.88	c 92830 constraints processed.
32.92/23.41	c cleaning 2498 clauses out of 5001 with flag 0/5001
62.68/51.24	c cleaning 4248 clauses out of 8503 with flag 0/11001
103.64/90.36	c cleaning 5618 clauses out of 11254 with flag 0/18000
161.84/146.98	c cleaning 6810 clauses out of 13636 with flag 0/26000
225.77/209.58	c cleaning 7906 clauses out of 15826 with flag 0/35000
317.26/299.32	c cleaning 8951 clauses out of 17921 with flag 0/45001
406.28/386.34	c cleaning 9977 clauses out of 19970 with flag 0/56001
528.26/505.95	c cleaning 10980 clauses out of 21992 with flag 0/68000
668.01/641.70	c cleaning 11996 clauses out of 24012 with flag 0/81000
837.58/808.66	c cleaning 13005 clauses out of 26017 with flag 0/95001
1040.96/1008.73	c cleaning 14001 clauses out of 28012 with flag 0/110001
1274.33/1237.89	c cleaning 14997 clauses out of 30011 with flag 0/126001
1538.31/1498.05	c cleaning 16000 clauses out of 32014 with flag 0/143001
1765.83/1722.63	c cleaning 17000 clauses out of 34014 with flag 0/161001
2054.63/2005.37	c cleaning 17983 clauses out of 36014 with flag 0/180001
2389.47/2316.23	c cleaning 18988 clauses out of 38030 with flag 0/200000
2751.30/2665.98	c cleaning 19999 clauses out of 40042 with flag 0/221000
3145.99/3043.45	c cleaning 20998 clauses out of 42045 with flag 0/243002
3573.92/3436.47	c cleaning 22008 clauses out of 44045 with flag 0/266000
3600.01/3460.92	c starts		: 36
3600.01/3460.93	c timeout
3600.01/3460.95	c conflicts		: 267924
3600.01/3460.95	c decisions		: 323909
3600.01/3460.95	c propagations		: 92066910
3600.01/3460.95	c inspects		: 1345084135
3600.01/3460.95	c shortcuts		: 0
3600.01/3460.95	c learnt literals	: 0
3600.01/3460.95	c learnt binary clauses	: 0
3600.01/3460.95	c learnt ternary clauses	: 28
3600.01/3460.95	c learnt constraints	: 267923
3600.01/3460.95	c ignored constraints	: 0
3600.01/3460.95	c root simplifications	: 0
3600.01/3460.95	c removed literals (reason simplification)	: 0
3600.01/3460.95	c reason swapping (by a shorter reason)	: 0
3600.01/3460.95	c Calls to reduceDB	: 19
3600.01/3460.95	c Number of update (reduction) of LBD	: 269009
3600.01/3460.95	c Imported unit clauses	: 0
3600.01/3460.95	c No decision after first conflict	: false
3600.01/3460.95	c number of reductions to clauses (during analyze)	: 0
3600.01/3460.95	c number of learned constraints concerned by reduction	: 0
3600.01/3460.95	c number of learning phase by resolution	: 0
3600.01/3460.95	c number of learning phase by cutting planes	: 0
3600.01/3460.95	c number of rounding to 1 operations	: 0
3600.01/3460.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3460.95	c number of reductions of the coefficients by power 2 	: 0
3600.01/3460.95	c number of right shift for reduction by power 2 	: 0
3600.01/3460.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3460.95	c number of ending skipping 	: 0
3600.01/3460.95	c number of internal skipping 	: 0
3600.01/3460.95	c number of derivation steps 	: 11617631
3600.01/3460.95	c number of skipped derivation steps 	: 0
3600.01/3460.95	c number of remaining unassigned 	: 642298
3600.01/3460.96	c number of remaining assigned 	: 104726000
3600.01/3460.96	c number of falsified literals weakened from reason	: 0
3600.01/3460.96	c number of falsified literals weakened from conflict	: 0
3600.01/3460.96	c time for arithmetic operations	: 44595957041
3600.01/3460.96	c minimum degree of deleted constraints	: 535
3600.01/3460.96	c maximum degree of deleted constraints	: 4428865530091418622388966832921056391078168027761483937663326090073289315161442595979998400501816342058534307659849746869556557037342003238380850
3600.01/3460.96	c number of deleted constraints	: 243963
3600.01/3460.96	c speed (assignments/second)	: 26639.260707493297
3600.01/3460.96	c non guided choices	: 164
3600.16/3461.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29
3600.16/3461.02	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23931
3600.16/3461.02	s UNKNOWN
3600.16/3461.02	c Total wall clock time (in seconds): 3460.863

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445831-1721328480/watcher-4445831-1721328480 -o /tmp/evaluation-result-4445831-1721328480/solver-4445831-1721328480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972842 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445831-1721328480.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
Current StackSize limit: 8192 KiB

solver pid=973893, runsolver pid=973890

[startup+0.101887 s]*
/proc/loadavg: 3.36 3.85 4.08 7/316 973911
/proc/meminfo: memFree=124407088/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=18975048 memory=64564 CPUtime=0.13 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 7207 0 0 0 11 2 0 0 20 0 18 0 185005100 19430449152 16141 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4743762 16141 5546 1 0 551407 0
[pid=973893/tid=973895] ppid=973890 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 1077936192 5741 0 0 0 7 1 0 0 20 0 18 0 185005100 19430449152 16141 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185005103 19430449152 16141 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185005104 19430449152 16141 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64564 KiB

[startup+0.207961 s]*
/proc/loadavg: 3.36 3.85 4.08 8/316 973911
/proc/meminfo: memFree=124345432/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=18975048 memory=126720 CPUtime=0.31 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 7746 0 0 0 28 3 0 0 20 0 18 0 185005100 19430449152 31680 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4743762 31680 5753 1 0 551726 0
[pid=973893/tid=973895] ppid=973890 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 1077936192 6054 0 0 0 15 2 0 0 20 0 18 0 185005100 19430449152 31680 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=18975048 memory=1774770 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185005103 19430449152 31680 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185005104 19430449152 31680 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 126720 KiB

[startup+0.306275 s]*
/proc/loadavg: 3.36 3.85 4.08 7/317 973912
/proc/meminfo: memFree=124270668/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19041612 memory=202260 CPUtime=0.48 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 8101 0 0 0 43 5 0 0 20 0 19 0 185005100 19498610688 50565 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4760403 50565 5890 1 0 552207 0
[pid=973893/tid=973895] ppid=973890 vsize=19041612 memory=-9175066545705231036 CPUtime=0.26 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 6096 0 0 0 22 4 0 0 20 0 19 0 185005100 19498610688 50565 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185005103 19498610688 50565 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185005104 19498610688 50565 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 202260 KiB

[startup+0.700278 s]
/proc/loadavg: 3.36 3.85 4.08 7/317 973912
/proc/meminfo: memFree=123687328/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19041612 memory=1318056 CPUtime=1.18 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 18949 0 0 0 90 28 0 0 20 0 19 0 185005100 19498610688 329514 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4760403 329514 5890 1 0 558024 0
[pid=973893/tid=973895] ppid=973890 vsize=19041612 memory=5540 CPUtime=0.63 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 6629 0 0 0 38 25 0 0 20 0 19 0 185005100 19498610688 329514 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19041612 memory=12508 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185005103 19498610688 329514 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185005104 19498610688 329514 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1318056 KiB

[startup+1.50627 s]
/proc/loadavg: 3.36 3.85 4.08 7/317 973912
/proc/meminfo: memFree=123143148/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19041612 memory=1328960 CPUtime=2.78 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 20233 0 0 0 249 29 0 0 20 0 19 0 185005100 19498610688 332240 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4760403 332240 5890 1 0 558817 0
[pid=973893/tid=973895] ppid=973890 vsize=19041612 memory=12508 CPUtime=1.4 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 6741 0 0 0 115 25 0 0 20 0 19 0 185005100 19498610688 332240 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185005103 19498610688 332240 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185005104 19498610688 332240 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1328960 KiB

[startup+3.10628 s]
/proc/loadavg: 3.36 3.85 4.08 6/317 973912
/proc/meminfo: memFree=122035724/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19041612 memory=2273304 CPUtime=4.9 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 21398 0 0 0 442 48 0 0 20 0 19 0 185005100 19498610688 568326 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4760403 568326 5890 1 0 799056 0
[pid=973893/tid=973895] ppid=973890 vsize=19041612 memory=0 CPUtime=2.9 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 7265 0 0 0 246 44 0 0 20 0 19 0 185005100 19498610688 568326 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19041612 memory=12508 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185005103 19498610688 568326 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19041612 memory=1595380 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185005104 19498610688 568326 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2273304 KiB

[startup+6.30128 s]
/proc/loadavg: 3.57 3.88 4.09 9/318 973915
/proc/meminfo: memFree=119894348/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=3259116 CPUtime=10.62 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 24301 0 0 0 990 72 0 0 20 0 20 0 185005100 19566772224 814779 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 814779 5890 1 0 1050224 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=0 CPUtime=5.96 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 8071 0 0 0 530 66 0 0 20 0 20 0 185005100 19566772224 814779 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=11420 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 814779 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 814779 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=3159852 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 814779 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 10.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3259116 KiB

[startup+12.7005 s]
/proc/loadavg: 3.77 3.92 4.10 5/319 973916
/proc/meminfo: memFree=119816924/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=3265728 CPUtime=20.92 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 27843 0 0 0 2018 74 0 0 20 0 20 0 185005100 19566772224 816432 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 816432 5890 1 0 1051870 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=3265464 CPUtime=12.27 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 8929 0 0 0 1160 67 0 0 20 0 20 0 185005100 19566772224 816432 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 816432 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 816432 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=3021628 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 816432 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 20.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3265728 KiB

[startup+25.5005 s]
/proc/loadavg: 4.11 3.99 4.12 6/319 973917
/proc/meminfo: memFree=119796980/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=3268904 CPUtime=35.1 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 37397 0 0 0 3433 77 0 0 20 0 20 0 185005100 19566772224 817226 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 817226 5890 1 0 1051919 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=0 CPUtime=24.72 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 12019 0 0 0 2404 68 0 0 20 0 20 0 185005100 19566772224 817226 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=3021628 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 817226 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=417 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 817226 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 817226 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 35.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3268904 KiB

[startup+51.1183 s]
/proc/loadavg: 4.14 4.00 4.12 6/319 973922
/proc/meminfo: memFree=118729092/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=3390428 CPUtime=62.52 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 46406 0 0 0 6168 84 0 0 20 0 20 0 185005100 19566772224 847607 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 847607 5905 1 0 1052012 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=3271464 CPUtime=49.6 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 15367 0 0 0 4892 68 0 0 20 0 20 0 185005100 19566772224 847607 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=1832 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 847607 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=3265728 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 847607 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 847607 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 62.52 s
Current children cumulated vsize: 19108176 KiB

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

/proc/meminfo: memFree=119525168/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=2272896 CPUtime=3208.47 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 423035 0 0 0 320405 442 0 0 20 0 20 0 185005100 19566772224 568224 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 568224 5915 1 0 687412 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=3180932 CPUtime=3023.31 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 155922 0 0 0 302175 156 0 0 20 0 20 0 185005100 19566772224 568224 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 62 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=3180932 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 568224 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=1832 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 2647 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 568224 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 568224 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 3208.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2272896 KiB

[startup+3162.3 s]
/proc/loadavg: 4.42 4.32 4.28 6/319 975667
/proc/meminfo: memFree=119371108/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=2413988 CPUtime=3274.48 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 437437 0 0 0 326985 463 0 0 20 0 20 0 185005100 19566772224 603497 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 603497 5931 1 0 614332 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=3180932 CPUtime=3081.34 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 159170 0 0 0 307967 167 0 0 20 0 20 0 185005100 19566772224 603497 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 62 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=3180932 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 603497 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=2305728 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 2690 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 603497 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=2305728 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 603497 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 3274.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2413988 KiB

[startup+3222.3 s]
/proc/loadavg: 4.37 4.32 4.28 6/319 975677
/proc/meminfo: memFree=118623472/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=3147448 CPUtime=3337.96 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 439456 0 0 0 333313 483 0 0 20 0 20 0 185005100 19566772224 786862 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 786862 5931 1 0 800164 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=3180932 CPUtime=3139.64 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 159996 0 0 0 313782 182 0 0 20 0 20 0 185005100 19566772224 786862 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 62 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=2605724 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 786862 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=2605724 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 2691 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 786862 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=2605724 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 786862 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 3337.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3147448 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.29 4.27 5/319 975688
/proc/meminfo: memFree=118819384/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=2939264 CPUtime=3403.32 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 451518 0 0 0 339838 494 0 0 20 0 20 0 185005100 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 734816 5931 1 0 745876 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=11420 CPUtime=3197.85 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 162971 0 0 0 319602 183 0 0 20 0 20 0 185005100 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 62 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=2939116 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=11420 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 2691 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=3147448 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 3403.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2939264 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.31 4.28 5/319 975699
/proc/meminfo: memFree=118808908/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=2939264 CPUtime=3468.9 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 456251 0 0 0 346387 503 0 0 20 0 20 0 185005100 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 734816 5931 1 0 745876 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=0 CPUtime=3256.05 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 164693 0 0 0 325422 183 0 0 20 0 20 0 185005100 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 62 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=2939264 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=45484 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 2722 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=2939264 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 3468.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2939264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.34 4.29 5/319 975710
/proc/meminfo: memFree=118276176/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=2939264 CPUtime=3537.28 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 456785 0 0 0 353218 510 0 0 20 0 20 0 185005100 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 734816 5931 1 0 745876 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=2939264 CPUtime=3314.35 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 165071 0 0 0 331252 183 0 0 20 0 20 0 185005100 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 64 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=2939264 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 2722 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=2939264 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 734816 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 3537.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2939264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3460.9 s]
/proc/loadavg: 4.34 4.33 4.28 5/319 975721
/proc/meminfo: memFree=117626740/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19108176 memory=3572764 CPUtime=3600.01 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 459534 0 0 0 359470 531 0 0 20 0 20 0 185005100 19566772224 893191 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4777044 893191 5931 1 0 904580 0
[pid=973893/tid=973895] ppid=973890 vsize=19108176 memory=2939264 CPUtime=3371.44 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) R 973890 973893 972831 0 -1 4194368 166142 0 0 0 336948 196 0 0 20 0 20 0 185005100 19566772224 893191 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 64 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19108176 memory=16192 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185005103 19566772224 893191 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19108176 memory=3572764 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 2722 0 0 0 0 0 0 0 20 0 20 0 185005104 19566772224 893191 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973913] ppid=973890 vsize=19108176 memory=45484 CPUtime=0 cores=4,6
/proc/973893/task/973913/stat : 973913 (Timer-0) S 973890 973893 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185005590 19566772224 893191 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3572764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.86 s, system=5.33598 s

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

[startup+3461.01 s]*
/proc/loadavg: 4.34 4.33 4.28 5/320 975724
/proc/meminfo: memFree=117624280/131655788 swapFree=131070704/131071996
[pid=973893] ppid=973890 vsize=19307868 memory=3573460 CPUtime=3600.16 cores=4,6
/proc/973893/stat : 973893 (java) S 973890 973893 972831 0 -1 1077936128 462070 0 0 0 359485 531 0 0 20 0 21 0 185005100 19771256832 893365 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
/proc/973893/statm: 4826967 893365 5930 1 0 905499 0
[pid=973893/tid=973895] ppid=973890 vsize=19307868 memory=-9175066545705231036 CPUtime=3371.46 cores=4,6
/proc/973893/task/973895/stat : 973895 (java) S 973890 973893 972831 0 -1 1077936192 166217 0 0 0 336950 196 0 0 20 0 21 0 185005100 19771256832 893365 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 64 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973904] ppid=973890 vsize=19307868 memory=-4421386496197486176 CPUtime=0 cores=4,6
/proc/973893/task/973904/stat : 973904 (Finalizer) S 973890 973893 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185005103 19771256832 893365 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=973911] ppid=973890 vsize=19307868 memory=2808 CPUtime=0 cores=4,6
/proc/973893/task/973911/stat : 973911 (Common-Cleaner) S 973890 973893 972831 0 -1 1077936192 2722 0 0 0 0 0 0 0 20 0 21 0 185005104 19771256832 893365 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
[pid=973893/tid=975723] ppid=973890 vsize=19307868 memory=4784 CPUtime=0.06 cores=4,6
/proc/973893/task/975723/stat : 975723 (Thread-0) R 973890 973893 972831 0 -1 4194368 286 0 0 0 6 0 0 0 20 0 21 0 185351191 19771256832 893365 134679101440 93873997697024 93873997700720 140730911275056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93873997708536 93873997709328 93874003218432 140730911278068 140730911278176 140730911278176 140730911285192 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3573460 KiB

Child status: 143

Real time (s): 3461.04
CPU time (s): 3600.2
CPU user time (s): 3594.86
CPU system time (s): 5.33598
CPU usage (%): 104.021
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4173608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.86
system time used= 5.33598
maximum resident set size= 4173608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 462225
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130798
involuntary context switches= 13718


# summary of solver processes directly reported to runsolver:
#   pid: 973893
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3594.86
#   total CPU system time (s): 5.33598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4301 second user time and 33.9569 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 20:48:12
IDJOB=4445831
IDBENCH=154917
IDSOLVER=3052
FILE ID=nodeC011/4445831-1721328480
RUNJOBID= nodeC011-1721328481-972842
SLURM_JOB_ID= 7542688
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12060_6-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445831-1721328480/watcher-4445831-1721328480 -o /tmp/evaluation-result-4445831-1721328480/solver-4445831-1721328480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972842 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445831-1721328480.opb

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

MD5SUM BENCH= 2c577f41aac8035942a0387b5450b11d
RANDOM SEED=1272784878

nodeC011.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	: 0xb00001f
cpu MHz		: 1197.297
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3566.752
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.600
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3584.418
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.604
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.271
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.626
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3544.003
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124451340 kB
MemAvailable:   124934064 kB
Buffers:          515244 kB
Cached:           807964 kB
SwapCached:          132 kB
Active:          1022920 kB
Inactive:        5681464 kB
Active(anon):       1452 kB
Inactive(anon):  5417448 kB
Active(file):    1021468 kB
Inactive(file):   264016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             11484 kB
Writeback:             0 kB
AnonPages:       5381508 kB
Mapped:           124776 kB
Shmem:             37400 kB
KReclaimable:      74880 kB
Slab:             157012 kB
SReclaimable:      74880 kB
SUnreclaim:        82132 kB
KernelStack:        4812 kB
PageTables:        20880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8988952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5072896 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC011 at 2024-07-18 21:45:53