Trace number 4442921

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.28 3549.18

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
MD5SUM01a2d7031971d4d75da01f2dca43b6c9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.9343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints368641
Number of constraints which are clauses368641
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.16	c Free memory 		2115194816
0.13/0.16	c Max memory 		16282288128
0.13/0.16	c Total memory 		2122317824
0.13/0.16	c Number of processors 	2
0.33/0.31	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.31	 - never skip resolution steps
0.33/0.31	 - Auto-division on coefficients is disabled
0.33/0.31	 - No postprocessing
0.33/0.31	 - Conflict is considered as is when resolving
0.33/0.31	 - Use constraints as they come during conflict analysis
0.33/0.31	 - Weaken first using unassigned literals
0.33/0.31	 - Bump strategy: ALWAYS_ONE
0.33/0.31	 - Bumper: EFFECTIVE
0.33/0.31	--- Begin Solver configuration ---
0.33/0.31	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.33/0.31	Learn all clauses as in MiniSAT
0.33/0.31	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.31	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.31	No reason simplification
0.33/0.31	Dynamic restart strategy considering the size of the coefficients
0.33/0.31	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.33/0.31	timeout=2147483s
0.33/0.31	DB Simplification allowed=false
0.33/0.31	Listener: none
0.33/0.31	--- End Solver configuration ---
0.33/0.32	c Pseudo Boolean Optimization by upper bound
0.33/0.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.32	c  - never skip resolution steps
0.33/0.32	c  - Auto-division on coefficients is disabled
0.33/0.32	c  - No postprocessing
0.33/0.32	c  - Conflict is considered as is when resolving
0.33/0.32	c  - Use constraints as they come during conflict analysis
0.33/0.32	c  - Weaken first using unassigned literals
0.33/0.32	c  - Bump strategy: ALWAYS_ONE
0.33/0.32	c  - Bumper: EFFECTIVE
0.33/0.32	c --- Begin Solver configuration ---
0.33/0.32	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.33/0.32	c Learn all clauses as in MiniSAT
0.33/0.32	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.32	c No reason simplification
0.33/0.32	c Dynamic restart strategy considering the size of the coefficients
0.33/0.32	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.33/0.32	c timeout=2147483s
0.33/0.32	c DB Simplification allowed=false
0.33/0.32	c Listener: none
0.33/0.32	c --- End Solver configuration ---
0.50/0.32	c solving HOME/instance-4442921-1721308336.opb
0.50/0.32	c reading problem ... 
0.50/0.33	c  no objective function found
7.60/5.77	c ... done. Wall clock time 5.443s.
7.60/5.77	c declared #vars     8190
7.60/5.77	c #constraints  368641
7.60/5.77	c constraints type 
7.60/5.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 368550
7.60/5.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
7.60/5.77	c 368641 constraints processed.
12.39/8.67	c cleaning 2500 clauses out of 5002 with flag 0/5002
16.25/12.28	c cleaning 4244 clauses out of 8500 with flag 0/11000
23.53/18.97	c cleaning 5624 clauses out of 11257 with flag 0/18001
31.93/26.73	c cleaning 6807 clauses out of 13632 with flag 0/26000
40.94/35.36	c cleaning 7905 clauses out of 15825 with flag 0/35000
50.34/44.44	c cleaning 8956 clauses out of 17920 with flag 0/45000
61.22/54.87	c cleaning 9980 clauses out of 19965 with flag 0/56001
74.58/67.74	c cleaning 10986 clauses out of 21984 with flag 0/68000
89.25/82.15	c cleaning 11995 clauses out of 23998 with flag 0/81000
105.91/97.99	c cleaning 12992 clauses out of 26004 with flag 0/95001
122.97/114.50	c cleaning 14001 clauses out of 28011 with flag 0/110000
147.15/138.34	c cleaning 15002 clauses out of 30012 with flag 0/126002
170.27/161.09	c cleaning 15998 clauses out of 32008 with flag 0/143000
196.56/186.85	c cleaning 16995 clauses out of 34010 with flag 0/161000
223.47/213.14	c cleaning 18002 clauses out of 36015 with flag 0/180000
254.74/243.94	c cleaning 19002 clauses out of 38014 with flag 0/200001
288.64/277.25	c cleaning 20003 clauses out of 40012 with flag 0/221001
323.44/311.39	c cleaning 21002 clauses out of 42008 with flag 0/243000
361.13/348.27	c cleaning 21997 clauses out of 44006 with flag 0/266000
402.82/389.26	c cleaning 23001 clauses out of 46009 with flag 0/290000
445.56/431.23	c cleaning 23995 clauses out of 48008 with flag 0/315000
483.91/468.86	c cleaning 25000 clauses out of 50014 with flag 0/341001
525.94/510.28	c cleaning 26004 clauses out of 52016 with flag 0/368003
568.26/551.70	c cleaning 27001 clauses out of 54009 with flag 0/396000
616.00/598.64	c cleaning 27994 clauses out of 56008 with flag 0/425000
664.14/645.94	c cleaning 28998 clauses out of 58017 with flag 0/455003
721.99/701.42	c cleaning 30004 clauses out of 60017 with flag 0/486001
780.98/759.72	c cleaning 31004 clauses out of 62012 with flag 0/518000
844.67/822.47	c cleaning 32001 clauses out of 64009 with flag 0/551001
915.07/891.96	c cleaning 32999 clauses out of 66007 with flag 0/585000
983.15/959.29	c cleaning 33999 clauses out of 68008 with flag 0/620000
1061.88/1037.02	c cleaning 34997 clauses out of 70009 with flag 0/656000
1163.14/1137.49	c cleaning 35994 clauses out of 72012 with flag 0/693000
1263.10/1236.36	c cleaning 37002 clauses out of 74020 with flag 0/731002
1358.58/1330.98	c cleaning 38000 clauses out of 76016 with flag 0/770000
1467.51/1438.97	c cleaning 39001 clauses out of 78017 with flag 0/810001
1582.23/1551.66	c cleaning 40004 clauses out of 80018 with flag 0/851003
1692.97/1661.53	c cleaning 41001 clauses out of 82011 with flag 0/893000
1799.28/1766.65	c cleaning 41996 clauses out of 84010 with flag 0/936000
1912.97/1879.32	c cleaning 43001 clauses out of 86014 with flag 0/980000
2035.31/2000.51	c cleaning 44000 clauses out of 88014 with flag 0/1025001
2165.37/2129.63	c cleaning 44998 clauses out of 90016 with flag 0/1071003
2291.92/2255.05	c cleaning 46000 clauses out of 92015 with flag 0/1118000
2429.98/2390.47	c cleaning 47001 clauses out of 94016 with flag 0/1166001
2562.55/2522.03	c cleaning 47994 clauses out of 96014 with flag 0/1215000
2714.31/2672.79	c cleaning 49008 clauses out of 98021 with flag 0/1265001
2880.78/2838.09	c cleaning 50002 clauses out of 100013 with flag 0/1316001
3021.94/2977.63	c cleaning 50997 clauses out of 102011 with flag 0/1368001
3189.93/3142.16	c cleaning 52003 clauses out of 104015 with flag 0/1421002
3353.82/3304.77	c cleaning 52994 clauses out of 106010 with flag 0/1475000
3510.65/3460.34	c cleaning 54006 clauses out of 108017 with flag 0/1530001
3600.07/3549.03	c starts		: 1
3600.07/3549.03	c conflicts		: 1562458
3600.07/3549.03	c decisions		: 1712424
3600.07/3549.03	c propagations		: 16200169
3600.07/3549.03	c inspects		: 8103876064
3600.07/3549.03	c shortcuts		: 0
3600.07/3549.03	c learnt literals	: 0
3600.07/3549.03	c learnt binary clauses	: 0
3600.07/3549.03	c learnt ternary clauses	: 0
3600.07/3549.03	c learnt constraints	: 1562457
3600.07/3549.03	c ignored constraints	: 0
3600.07/3549.03	c root simplifications	: 0
3600.07/3549.03	c removed literals (reason simplification)	: 0
3600.07/3549.03	c reason swapping (by a shorter reason)	: 0
3600.07/3549.03	c Calls to reduceDB	: 51
3600.07/3549.03	c Number of update (reduction) of LBD	: 2255503
3600.07/3549.03	c Imported unit clauses	: 0
3600.07/3549.03	c No decision after first conflict	: false
3600.07/3549.03	c number of reductions to clauses (during analyze)	: 0
3600.07/3549.03	c number of learned constraints concerned by reduction	: 0
3600.07/3549.03	c number of learning phase by resolution	: 0
3600.07/3549.03	c number of learning phase by cutting planes	: 0
3600.07/3549.03	c number of rounding to 1 operations	: 0
3600.07/3549.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3549.03	c number of reductions of the coefficients by power 2 	: 0
3600.07/3549.03	c number of right shift for reduction by power 2 	: 0
3600.07/3549.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3549.04	c number of ending skipping 	: 0
3600.07/3549.04	c number of internal skipping 	: 0
3600.07/3549.04	c number of derivation steps 	: 10984172
3600.07/3549.04	c number of skipped derivation steps 	: 0
3600.07/3549.04	c number of remaining unassigned 	: 0
3600.07/3549.04	c number of remaining assigned 	: 0
3600.07/3549.04	c number of falsified literals weakened from reason	: 0
3600.07/3549.04	c number of falsified literals weakened from conflict	: 0
3600.07/3549.04	c time for arithmetic operations	: 0
3600.07/3549.04	c minimum degree of deleted constraints	: 1
3600.07/3549.04	c maximum degree of deleted constraints	: 1
3600.07/3549.04	c number of deleted constraints	: 1475990
3600.07/3549.04	c speed (assignments/second)	: 4572.122647886164
3600.07/3549.04	c non guided choices	: 4020
3600.07/3549.06	c timeout
3600.07/3549.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 86467
3600.07/3549.09	s UNKNOWN
3600.07/3549.09	c Total wall clock time (in seconds): 3548.765

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: 64059 MiB (56174 MiB free)
  memory of node 1: 64510 MiB (59324 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=950176, runsolver pid=950173

[startup+0.102836 s]*
/proc/loadavg: 4.24 4.31 4.33 6/318 950194
/proc/meminfo: memFree=118188748/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=18975048 memory=56000 CPUtime=0.13 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 6615 0 0 0 10 3 0 0 20 0 18 0 182990301 19430449152 14000 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4743762 14000 5546 1 0 550924 0
[pid=950176/tid=950178] ppid=950173 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) S 950173 950176 947632 0 -1 1077936192 5568 0 0 0 7 2 0 0 20 0 18 0 182990301 19430449152 14000 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182990307 19430449152 14000 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182990307 19430449152 14000 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56000 KiB

[startup+0.21324 s]*
/proc/loadavg: 4.24 4.31 4.33 5/318 950194
/proc/meminfo: memFree=118097632/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=18975048 memory=66828 CPUtime=0.33 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 7287 0 0 0 29 4 0 0 20 0 18 0 182990301 19430449152 16707 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4743762 16707 5550 1 0 551474 0
[pid=950176/tid=950178] ppid=950173 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 5824 0 0 0 17 3 0 0 20 0 18 0 182990301 19430449152 16707 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=18975048 memory=5822 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182990307 19430449152 16707 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182990307 19430449152 16707 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66828 KiB

[startup+0.317332 s]*
/proc/loadavg: 4.24 4.31 4.33 6/318 950194
/proc/meminfo: memFree=118022420/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=18975048 memory=71028 CPUtime=0.5 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 7577 0 0 0 46 4 0 0 20 0 18 0 182990301 19430449152 17757 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4743762 17757 5779 1 0 551692 0
[pid=950176/tid=950178] ppid=950173 vsize=18975048 memory=-8959464423044719292 CPUtime=0.29 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 5998 0 0 0 26 3 0 0 20 0 18 0 182990301 19430449152 17757 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182990307 19430449152 17757 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182990307 19430449152 17757 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71028 KiB

[startup+0.708434 s]
/proc/loadavg: 4.24 4.31 4.33 7/318 950194
/proc/meminfo: memFree=117829632/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19041612 memory=166636 CPUtime=1.23 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 9336 0 0 0 116 7 0 0 20 0 19 0 182990301 19498610688 41659 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4760403 41659 5875 1 0 553056 0
[pid=950176/tid=950178] ppid=950173 vsize=19041612 memory=5620 CPUtime=0.63 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 6093 0 0 0 58 5 0 0 20 0 19 0 182990301 19498610688 41659 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19041612 memory=12724 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182990307 19498610688 41659 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182990307 19498610688 41659 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166636 KiB

[startup+1.50043 s]
/proc/loadavg: 4.24 4.31 4.33 7/319 950195
/proc/meminfo: memFree=117085040/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19041612 memory=2088168 CPUtime=2.73 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 20558 0 0 0 225 48 0 0 20 0 19 0 182990301 19498610688 522042 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4760403 522042 5891 1 0 888751 0
[pid=950176/tid=950178] ppid=950173 vsize=19041612 memory=0 CPUtime=1.38 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 7018 0 0 0 95 43 0 0 20 0 19 0 182990301 19498610688 522042 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182990307 19498610688 522042 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19041612 memory=12724 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182990307 19498610688 522042 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2088168 KiB

[startup+3.11406 s]
/proc/loadavg: 4.22 4.31 4.33 5/319 950196
/proc/meminfo: memFree=114909312/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19041612 memory=2628952 CPUtime=4.92 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 21908 0 0 0 434 58 0 0 20 0 19 0 182990301 19498610688 657238 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4760403 657238 5891 1 0 889073 0
[pid=950176/tid=950178] ppid=950173 vsize=19041612 memory=12724 CPUtime=2.93 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 7385 0 0 0 240 53 0 0 20 0 19 0 182990301 19498610688 657238 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182990307 19498610688 657238 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19041612 memory=4221617845469088 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182990307 19498610688 657238 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2628952 KiB

[startup+6.30629 s]
/proc/loadavg: 4.22 4.31 4.33 8/320 950198
/proc/meminfo: memFree=113638116/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=3898948 CPUtime=8.7 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 24281 0 0 0 787 83 0 0 20 0 20 0 182990301 19566772224 974737 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 974737 5891 1 0 1213591 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=12724 CPUtime=5.85 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 8313 0 0 0 507 78 0 0 20 0 20 0 182990301 19566772224 974737 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=2628952 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 974737 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 974737 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=43532 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 974737 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3898948 KiB

[startup+12.7005 s]
/proc/loadavg: 4.20 4.30 4.33 5/320 950198
/proc/meminfo: memFree=113026712/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=3914996 CPUtime=17.04 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 26004 0 0 0 1618 86 0 0 20 0 20 0 182990301 19566772224 978749 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 978749 5891 1 0 1564558 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=43532 CPUtime=11.98 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 9109 0 0 0 1119 79 0 0 20 0 20 0 182990301 19566772224 978749 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 978749 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 978749 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 978749 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 17.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3914996 KiB

[startup+25.5005 s]
/proc/loadavg: 4.53 4.37 4.35 7/320 950334
/proc/meminfo: memFree=113111396/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=5348896 CPUtime=30.58 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 30613 0 0 0 2943 115 0 0 20 0 20 0 182990301 19566772224 1337224 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 1337224 5891 1 0 1564567 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=11408 CPUtime=24.15 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 11903 0 0 0 2312 103 0 0 20 0 20 0 182990301 19566772224 1337224 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 1337224 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 1337224 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=5348756 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 1337224 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 30.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5348896 KiB

[startup+51.1138 s]
/proc/loadavg: 4.58 4.40 4.36 5/320 950339
/proc/meminfo: memFree=110751744/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=6358416 CPUtime=57.43 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 36917 0 0 0 5603 140 0 0 20 0 20 0 182990301 19566772224 1589604 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 1589604 5907 1 0 1735861 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=6358416 CPUtime=48.56 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 13960 0 0 0 4738 118 0 0 20 0 20 0 182990301 19566772224 1589604 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 1589604 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=5525284 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 1589604 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=3986676 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 1589604 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 57.43 s
Current children cumulated vsize: 19108176 KiB

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

/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247317 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 3774 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247317 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 3247317 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 3210.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12989268 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.12 4.17 5/319 952358
/proc/meminfo: memFree=93615128/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=12991316 CPUtime=3270.92 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 640215 0 0 0 326517 575 0 0 20 0 20 0 182990301 19566772224 3247829 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 3247829 5920 1 0 3263490 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=12989256 CPUtime=3160.36 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 343329 0 0 0 315716 320 0 0 20 0 20 0 182990301 19566772224 3247829 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=12989268 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247829 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=12991316 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 3866 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247829 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=12991316 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 3247829 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 3270.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12991316 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.13 4.17 5/319 952368
/proc/meminfo: memFree=93614588/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=12991336 CPUtime=3331.45 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 642375 0 0 0 332565 580 0 0 20 0 20 0 182990301 19566772224 3247834 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 3247834 5920 1 0 3263490 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=12991316 CPUtime=3219.31 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 345249 0 0 0 321611 320 0 0 20 0 20 0 182990301 19566772224 3247834 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=12991316 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247834 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=2288 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 3868 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247834 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 3247834 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 3331.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12991336 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.13 4.17 5/319 952378
/proc/meminfo: memFree=93614456/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=12991348 CPUtime=3391.65 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 649687 0 0 0 338581 584 0 0 20 0 20 0 182990301 19566772224 3247837 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 3247837 5920 1 0 3263490 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=5620 CPUtime=3278.64 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 348250 0 0 0 327543 321 0 0 20 0 20 0 182990301 19566772224 3247837 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=16212 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247837 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=4984 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 3918 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247837 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=12991348 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 3247837 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 3391.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12991348 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.15 4.18 5/319 952389
/proc/meminfo: memFree=93614000/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=12991352 CPUtime=3452.05 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 651409 0 0 0 344617 588 0 0 20 0 20 0 182990301 19566772224 3247838 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 3247838 5920 1 0 3263490 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=-8959464423044719292 CPUtime=3337.63 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 349557 0 0 0 333441 322 0 0 20 0 20 0 182990301 19566772224 3247838 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=16212 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247838 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=281313378816736 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 3918 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247838 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=12991352 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 3247838 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 3452.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12991352 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.15 4.18 5/320 952400
/proc/meminfo: memFree=95210092/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=12991368 CPUtime=3512.65 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 658028 0 0 0 350672 593 0 0 20 0 20 0 182990301 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 3247842 5920 1 0 3263490 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=-8959464423044719292 CPUtime=3396.7 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 353281 0 0 0 339347 323 0 0 20 0 20 0 182990301 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=43532 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=-8959464423044719292 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 3919 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 3512.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12991368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.18 4.19 5/323 952415
/proc/meminfo: memFree=95209464/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=12991368 CPUtime=3573.05 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 662133 0 0 0 356708 597 0 0 20 0 20 0 182990301 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 3247842 5920 1 0 3263490 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=-8959464423044719292 CPUtime=3455.97 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 357065 0 0 0 345273 324 0 0 20 0 20 0 182990301 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=2288 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=26520 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 3967 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=2248 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 3573.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12991368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549 s]*
/proc/loadavg: 4.27 4.20 4.19 5/323 952420
/proc/meminfo: memFree=95209316/131655788 swapFree=131071996/131071996
[pid=950176] ppid=950173 vsize=19108176 memory=12991368 CPUtime=3600.07 cores=5,7
/proc/950176/stat : 950176 (java) S 950173 950176 947632 0 -1 1077936128 663605 0 0 0 359408 599 0 0 20 0 20 0 182990301 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
/proc/950176/statm: 4777044 3247842 5920 1 0 3263490 0
[pid=950176/tid=950178] ppid=950173 vsize=19108176 memory=-8960021875440001724 CPUtime=3482.22 cores=5,7
/proc/950176/task/950178/stat : 950178 (java) R 950173 950176 947632 0 -1 4194368 358282 0 0 0 347897 325 0 0 20 0 20 0 182990301 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950187] ppid=950173 vsize=19108176 memory=-8549726982499976091 CPUtime=0 cores=5,7
/proc/950176/task/950187/stat : 950187 (Finalizer) S 950173 950176 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950194] ppid=950173 vsize=19108176 memory=2748 CPUtime=0 cores=5,7
/proc/950176/task/950194/stat : 950194 (Common-Cleaner) S 950173 950176 947632 0 -1 1077936192 3967 0 0 0 0 0 0 0 20 0 20 0 182990307 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
[pid=950176/tid=950197] ppid=950173 vsize=19108176 memory=5092 CPUtime=0 cores=5,7
/proc/950176/task/950197/stat : 950197 (Timer-0) S 950173 950176 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182990878 19566772224 3247842 134679101440 94338106478592 94338106482288 140731690656352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94338106490104 94338106490896 94338109919232 140731690664948 140731690665056 140731690665056 140731690672072 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12991368 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.21 s, system=6.06394 s

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

[startup+3549.14 s]*
/proc/loadavg: 4.27 4.20 4.19 6/305 952423
/proc/meminfo: memFree=107903940/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3549.18
CPU time (s): 3600.28
CPU user time (s): 3594.21
CPU system time (s): 6.06394
CPU usage (%): 101.44
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 12991368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.21
system time used= 6.06395
maximum resident set size= 12993180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118066
involuntary context switches= 6672


# summary of solver processes directly reported to runsolver:
#   pid: 950176
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3594.21
#   total CPU system time (s): 6.06394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.3451 second user time and 30.9652 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 15:12:29
IDJOB=4442921
IDBENCH=147857
IDSOLVER=3052
FILE ID=nodeC007/4442921-1721308336
RUNJOBID= nodeC007-1721304841-947645
SLURM_JOB_ID= 7542628
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442921-1721308336/watcher-4442921-1721308336 -o /tmp/evaluation-result-4442921-1721308336/solver-4442921-1721308336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947645 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442921-1721308336.opb

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

MD5SUM BENCH= 01a2d7031971d4d75da01f2dca43b6c9
RANDOM SEED=354019963

nodeC007.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		: 3522.848
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.25
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		: 3594.426
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.272
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.130
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.30
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		: 3566.637
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.25
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		: 3491.690
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.262
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.130
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        118271768 kB
MemAvailable:   120913652 kB
Buffers:          485156 kB
Cached:          2988448 kB
SwapCached:            0 kB
Active:           994244 kB
Inactive:       11811152 kB
Active(anon):       1468 kB
Inactive(anon):  9368020 kB
Active(file):     992776 kB
Inactive(file):  2443132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13244 kB
Writeback:             4 kB
AnonPages:       9325092 kB
Mapped:           126048 kB
Shmem:             37704 kB
KReclaimable:      92016 kB
Slab:             193612 kB
SReclaimable:      92016 kB
SUnreclaim:       101596 kB
KernelStack:        4912 kB
PageTables:        28252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11782324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8996864 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC007 at 2024-07-18 16:11:38