Trace number 4442021

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.19 3527.16

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
MD5SUM6f51c740b20225a3e31589ba684183f5
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.056734
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4662
Total number of constraints31725
Number of constraints which are clauses30696
Number of constraints which are cardinality constraints (but not clauses)951
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.16	c Free memory 		2113181440
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.41/0.33	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.33	 - never skip resolution steps
0.41/0.33	 - Auto-division on coefficients is disabled
0.41/0.33	 - No postprocessing
0.41/0.33	 - Conflict is considered as is when resolving
0.41/0.33	 - Use constraints as they come during conflict analysis
0.41/0.33	 - Weaken first using unassigned literals
0.41/0.33	 - Bump strategy: ALWAYS_ONE
0.41/0.33	 - Bumper: EFFECTIVE
0.41/0.33	--- Begin Solver configuration ---
0.41/0.33	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.33	Learn all clauses as in MiniSAT
0.41/0.33	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.33	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.33	No reason simplification
0.41/0.33	Dynamic restart strategy considering the size of the coefficients
0.41/0.33	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.33	timeout=2147483s
0.41/0.33	DB Simplification allowed=false
0.41/0.33	Listener: none
0.41/0.33	--- End Solver configuration ---
0.41/0.33	c Pseudo Boolean Optimization by upper bound
0.41/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.33	c  - never skip resolution steps
0.41/0.33	c  - Auto-division on coefficients is disabled
0.41/0.33	c  - No postprocessing
0.41/0.33	c  - Conflict is considered as is when resolving
0.41/0.33	c  - Use constraints as they come during conflict analysis
0.41/0.33	c  - Weaken first using unassigned literals
0.41/0.33	c  - Bump strategy: ALWAYS_ONE
0.41/0.33	c  - Bumper: EFFECTIVE
0.41/0.33	c --- Begin Solver configuration ---
0.41/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.33	c Learn all clauses as in MiniSAT
0.41/0.33	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.33	c No reason simplification
0.41/0.33	c Dynamic restart strategy considering the size of the coefficients
0.41/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.33	c timeout=2147483s
0.41/0.33	c DB Simplification allowed=false
0.41/0.33	c Listener: none
0.41/0.33	c --- End Solver configuration ---
0.41/0.33	c solving HOME/instance-4442021-1721297411.opb
0.41/0.33	c reading problem ... 
0.41/0.33	c  no objective function found
1.85/1.15	c ... done. Wall clock time 0.812s.
1.85/1.15	c declared #vars     4662
1.85/1.15	c #constraints  31899
1.85/1.15	c constraints type 
1.85/1.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 951
1.85/1.15	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.85/1.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30870
1.85/1.15	c 31899 constraints processed.
9.12/4.88	c cleaning 2501 clauses out of 5001 with flag 0/5001
14.76/9.34	c cleaning 4248 clauses out of 8499 with flag 0/11000
19.58/13.74	c cleaning 5621 clauses out of 11251 with flag 0/18000
23.92/17.83	c cleaning 6806 clauses out of 13630 with flag 0/26000
29.71/23.23	c cleaning 7904 clauses out of 15826 with flag 0/35002
37.37/30.34	c cleaning 8946 clauses out of 17920 with flag 0/45000
47.58/38.53	c cleaning 9981 clauses out of 19974 with flag 0/56000
61.41/51.96	c cleaning 10991 clauses out of 21993 with flag 0/68000
70.74/61.18	c cleaning 11994 clauses out of 24003 with flag 0/81001
94.66/83.78	c cleaning 12998 clauses out of 26008 with flag 0/95000
128.02/115.92	c cleaning 13984 clauses out of 28011 with flag 0/110001
150.87/138.25	c cleaning 15007 clauses out of 30028 with flag 0/126002
188.43/175.08	c cleaning 15990 clauses out of 32020 with flag 0/143001
225.89/211.88	c cleaning 17008 clauses out of 34029 with flag 0/161000
267.77/253.20	c cleaning 17999 clauses out of 36021 with flag 0/180000
315.38/300.04	c cleaning 19004 clauses out of 38024 with flag 0/200002
355.86/339.44	c cleaning 20001 clauses out of 40019 with flag 0/221001
401.83/384.44	c cleaning 20993 clauses out of 42017 with flag 0/243000
445.97/427.63	c cleaning 22003 clauses out of 44024 with flag 0/266000
492.80/473.48	c cleaning 23000 clauses out of 46021 with flag 0/290000
552.61/531.74	c cleaning 23999 clauses out of 48022 with flag 0/315001
615.02/592.73	c cleaning 25001 clauses out of 50022 with flag 0/341000
679.81/655.83	c cleaning 25996 clauses out of 52022 with flag 0/368001
776.42/750.46	c cleaning 27005 clauses out of 54028 with flag 0/396003
893.17/865.79	c cleaning 28002 clauses out of 56023 with flag 0/425003
967.90/939.43	c cleaning 28998 clauses out of 58020 with flag 0/455002
1076.01/1045.80	c cleaning 29998 clauses out of 60021 with flag 0/486001
1201.72/1168.18	c cleaning 31000 clauses out of 62022 with flag 0/518000
1343.01/1307.17	c cleaning 31999 clauses out of 64024 with flag 0/551002
1467.32/1429.04	c cleaning 32995 clauses out of 66023 with flag 0/585000
1609.72/1569.10	c cleaning 34002 clauses out of 68029 with flag 0/620001
1723.73/1681.34	c cleaning 34998 clauses out of 70026 with flag 0/656000
1830.18/1785.55	c cleaning 35999 clauses out of 72028 with flag 0/693000
1938.36/1891.69	c cleaning 37000 clauses out of 74030 with flag 0/731001
2052.93/2003.97	c cleaning 37996 clauses out of 76030 with flag 0/770001
2165.63/2115.13	c cleaning 39006 clauses out of 78035 with flag 0/810002
2309.56/2256.43	c cleaning 40005 clauses out of 80027 with flag 0/851000
2484.64/2428.74	c cleaning 40997 clauses out of 82022 with flag 0/893000
2663.07/2604.12	c cleaning 41995 clauses out of 84026 with flag 0/936001
2885.45/2823.24	c cleaning 42999 clauses out of 86030 with flag 0/980000
3060.13/2995.72	c cleaning 44004 clauses out of 88032 with flag 0/1025001
3219.88/3152.96	c cleaning 45000 clauses out of 90029 with flag 0/1071002
3400.67/3330.80	c cleaning 45995 clauses out of 92027 with flag 0/1118000
3575.25/3502.66	c cleaning 47002 clauses out of 94033 with flag 0/1166001
3600.00/3527.03	c starts		: 53
3600.00/3527.04	c timeout
3600.00/3527.07	c conflicts		: 1177739
3600.00/3527.07	c decisions		: 1289958
3600.00/3527.07	c propagations		: 35482279
3600.00/3527.07	c inspects		: 5776777296
3600.00/3527.07	c shortcuts		: 0
3600.00/3527.07	c learnt literals	: 0
3600.00/3527.07	c learnt binary clauses	: 0
3600.00/3527.07	c learnt ternary clauses	: 0
3600.00/3527.07	c learnt constraints	: 1177738
3600.00/3527.07	c ignored constraints	: 0
3600.00/3527.07	c root simplifications	: 0
3600.00/3527.07	c removed literals (reason simplification)	: 0
3600.00/3527.07	c reason swapping (by a shorter reason)	: 0
3600.00/3527.07	c Calls to reduceDB	: 44
3600.00/3527.07	c Number of update (reduction) of LBD	: 1196463
3600.00/3527.07	c Imported unit clauses	: 0
3600.00/3527.07	c No decision after first conflict	: false
3600.00/3527.07	c number of reductions to clauses (during analyze)	: 0
3600.00/3527.07	c number of learned constraints concerned by reduction	: 0
3600.00/3527.07	c number of learning phase by resolution	: 0
3600.00/3527.07	c number of learning phase by cutting planes	: 0
3600.00/3527.07	c number of rounding to 1 operations	: 0
3600.00/3527.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3527.07	c number of reductions of the coefficients by power 2 	: 0
3600.00/3527.07	c number of right shift for reduction by power 2 	: 0
3600.00/3527.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3527.07	c number of ending skipping 	: 0
3600.00/3527.07	c number of internal skipping 	: 0
3600.00/3527.07	c number of derivation steps 	: 11815326
3600.00/3527.07	c number of skipped derivation steps 	: 0
3600.00/3527.07	c number of remaining unassigned 	: 254597
3600.00/3527.07	c number of remaining assigned 	: 198847977
3600.00/3527.07	c number of falsified literals weakened from reason	: 0
3600.00/3527.07	c number of falsified literals weakened from conflict	: 0
3600.00/3527.07	c time for arithmetic operations	: 8985143806
3600.00/3527.07	c minimum degree of deleted constraints	: 1
3600.00/3527.07	c maximum degree of deleted constraints	: 11592005288400
3600.00/3527.07	c number of deleted constraints	: 1118970
3600.00/3527.07	c speed (assignments/second)	: 10063.296851025692
3600.00/3527.07	c non guided choices	: 17542
3600.00/3527.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 35923
3600.00/3527.10	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 400
3600.00/3527.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22445
3600.00/3527.10	s UNKNOWN
3600.00/3527.10	c Total wall clock time (in seconds): 3526.774

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442021-1721297411/watcher-4442021-1721297411 -o /tmp/evaluation-result-4442021-1721297411/solver-4442021-1721297411 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941960 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442021-1721297411.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=945065, runsolver pid=945062

[startup+0.107207 s]*
/proc/loadavg: 4.45 4.29 4.27 5/317 945083
/proc/meminfo: memFree=109379780/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=18975048 memory=57056 CPUtime=0.12 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 6645 0 0 0 10 2 0 0 20 0 18 0 181897217 19430449152 14264 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4743762 14264 5710 1 0 550941 0
[pid=945065/tid=945067] ppid=945062 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) D 945062 945065 941949 0 -1 1078198336 5550 0 0 0 7 1 0 0 20 0 18 0 181897218 19430449152 14264 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181897221 19430449152 14264 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181897221 19430449152 14264 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57056 KiB

[startup+0.21639 s]*
/proc/loadavg: 4.45 4.29 4.27 8/317 945083
/proc/meminfo: memFree=109370948/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=18975048 memory=65608 CPUtime=0.26 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 7283 0 0 0 23 3 0 0 20 0 18 0 181897217 19430449152 16402 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4743762 16402 5703 1 0 551472 0
[pid=945065/tid=945067] ppid=945062 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 1078198336 5782 0 0 0 17 2 0 0 20 0 18 0 181897218 19430449152 16402 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=18975048 memory=3711 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181897221 19430449152 16402 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181897221 19430449152 16402 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65608 KiB

[startup+0.319206 s]*
/proc/loadavg: 4.45 4.29 4.27 7/317 945083
/proc/meminfo: memFree=109367336/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=18975048 memory=69052 CPUtime=0.41 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 7603 0 0 0 38 3 0 0 20 0 18 0 181897217 19430449152 17263 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4743762 17263 5755 1 0 551678 0
[pid=945065/tid=945067] ppid=945062 vsize=18975048 memory=-9031804570112926396 CPUtime=0.27 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 5967 0 0 0 25 2 0 0 20 0 18 0 181897218 19430449152 17263 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181897221 19430449152 17263 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181897221 19430449152 17263 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69052 KiB

[startup+0.70119 s]
/proc/loadavg: 4.45 4.29 4.27 6/317 945083
/proc/meminfo: memFree=109281824/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19041612 memory=189352 CPUtime=1.07 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 9555 0 0 0 101 6 0 0 20 0 19 0 181897217 19498610688 47338 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4760403 47338 5838 1 0 553100 0
[pid=945065/tid=945067] ppid=945062 vsize=19041612 memory=5616 CPUtime=0.57 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 6122 0 0 0 53 4 0 0 20 0 19 0 181897218 19498610688 47338 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19041612 memory=11884 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181897221 19498610688 47338 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181897221 19498610688 47338 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 189352 KiB

[startup+1.5014 s]
/proc/loadavg: 4.45 4.29 4.27 6/318 945084
/proc/meminfo: memFree=108685252/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=912280 CPUtime=2.64 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 21688 0 0 0 241 23 0 0 20 0 20 0 181897217 19566772224 228070 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 228070 5838 1 0 559378 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=11884 CPUtime=1.27 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 6517 0 0 0 109 18 0 0 20 0 20 0 181897218 19566772224 228070 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 228070 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 228070 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 912280 KiB

[startup+3.1062 s]
/proc/loadavg: 4.58 4.32 4.28 6/319 945087
/proc/meminfo: memFree=108412276/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=1067596 CPUtime=5.82 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 22291 0 0 0 555 27 0 0 20 0 20 0 181897217 19566772224 266899 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 266899 5838 1 0 559415 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=198340509722 CPUtime=2.82 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 6758 0 0 0 261 21 0 0 20 0 20 0 181897218 19566772224 266899 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 266899 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=11884 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 266899 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=913032 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 266899 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1067596 KiB

[startup+6.30044 s]
/proc/loadavg: 4.58 4.32 4.28 6/319 945087
/proc/meminfo: memFree=108212796/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=1223456 CPUtime=11.03 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 31298 0 0 0 1070 33 0 0 20 0 20 0 181897217 19566772224 305864 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 305864 5838 1 0 559467 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=0 CPUtime=5.91 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 8005 0 0 0 567 24 0 0 20 0 20 0 181897218 19566772224 305864 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=11884 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 305864 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=913720 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 305864 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=1221332 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 305864 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 11.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1223456 KiB

[startup+12.7005 s]
/proc/loadavg: 4.49 4.31 4.27 5/319 945087
/proc/meminfo: memFree=106918380/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=2513412 CPUtime=18.54 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 35937 0 0 0 1793 61 0 0 20 0 20 0 181897217 19566772224 628353 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 628353 5854 1 0 1127656 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=2513412 CPUtime=11.95 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 9028 0 0 0 1147 48 0 0 20 0 20 0 181897218 19566772224 628353 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 628353 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=6085043042520752979 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 628353 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 628353 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 18.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2513412 KiB

[startup+25.5005 s]
/proc/loadavg: 4.41 4.30 4.27 5/319 945090
/proc/meminfo: memFree=104968472/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=4459300 CPUtime=32.2 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 37779 0 0 0 3118 102 0 0 20 0 20 0 181897217 19566772224 1114825 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1114825 5854 1 0 1564256 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=6085043042520752979 CPUtime=24.18 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 10023 0 0 0 2337 81 0 0 20 0 20 0 181897218 19566772224 1114825 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1114825 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=1808 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1114825 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=-9031804570112926396 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1114825 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 32.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4459300 KiB

[startup+51.1144 s]
/proc/loadavg: 4.49 4.33 4.28 5/319 945093
/proc/meminfo: memFree=104034548/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=5344212 CPUtime=60.63 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 49284 0 0 0 5941 122 0 0 20 0 20 0 181897217 19566772224 1336053 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1336053 5870 1 0 1564630 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=5278676 CPUtime=49 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 14452 0 0 0 4808 92 0 0 20 0 20 0 181897218 19566772224 1336053 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1336053 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1336053 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1336053 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0

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

/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550380 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=6201520 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 3698 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550380 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=6201520 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1550380 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 3229.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6201520 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.29 4.35 5/319 946976
/proc/meminfo: memFree=103585956/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3290.38 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 372968 0 0 0 328692 346 0 0 20 0 20 0 181897217 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1550381 5892 1 0 1565638 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=6201520 CPUtime=3139.64 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 191814 0 0 0 313844 120 0 0 20 0 20 0 181897218 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=6201520 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=11884 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 3699 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 3290.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6201524 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.30 4.35 5/319 946987
/proc/meminfo: memFree=103585368/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3351.52 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 377011 0 0 0 334803 349 0 0 20 0 20 0 181897217 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1550381 5892 1 0 1565638 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3198.16 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 193866 0 0 0 319695 121 0 0 20 0 20 0 181897218 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=43588 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 3699 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 3351.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6201524 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.29 4.34 5/317 946998
/proc/meminfo: memFree=104827448/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3412.32 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 378042 0 0 0 340879 353 0 0 20 0 20 0 181897217 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1550381 5892 1 0 1565638 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3256.99 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 194661 0 0 0 325578 121 0 0 20 0 20 0 181897218 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 3796 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 3412.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6201524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.26 4.33 5/317 947008
/proc/meminfo: memFree=104826860/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3473.31 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 379372 0 0 0 346975 356 0 0 20 0 20 0 181897217 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1550381 5892 1 0 1565638 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3315.63 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 195897 0 0 0 331442 121 0 0 20 0 20 0 181897218 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=43588 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 3796 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 3473.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6201524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.26 4.32 6/317 947018
/proc/meminfo: memFree=104826436/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3534.27 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 382966 0 0 0 353067 360 0 0 20 0 20 0 181897217 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1550381 5892 1 0 1565638 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3374.3 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 197491 0 0 0 337309 121 0 0 20 0 20 0 181897218 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=11884 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 3893 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 3534.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6201524 KiB

[startup+3522.3 s]
/proc/loadavg: 4.45 4.32 4.34 5/317 947096
/proc/meminfo: memFree=108698564/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3595.19 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 384068 0 0 0 359155 364 0 0 20 0 20 0 181897217 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1550381 5892 1 0 1565638 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3432.99 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 198418 0 0 0 343178 121 0 0 20 0 20 0 181897218 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 3893 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 3595.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6201524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3527 s]*
/proc/loadavg: 4.42 4.31 4.34 5/317 947098
/proc/meminfo: memFree=108698512/131655788 swapFree=131071996/131071996
[pid=945065] ppid=945062 vsize=19108176 memory=6201524 CPUtime=3600 cores=4,6
/proc/945065/stat : 945065 (java) S 945062 945065 941949 0 -1 1077936128 384078 0 0 0 359636 364 0 0 20 0 20 0 181897217 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
/proc/945065/statm: 4777044 1550381 5892 1 0 1565638 0
[pid=945065/tid=945067] ppid=945062 vsize=19108176 memory=-8599458997295424188 CPUtime=3437.58 cores=4,6
/proc/945065/task/945067/stat : 945067 (java) R 945062 945065 941949 0 -1 4194368 198418 0 0 0 343637 121 0 0 20 0 20 0 181897218 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 39 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945076] ppid=945062 vsize=19108176 memory=32628 CPUtime=0 cores=4,6
/proc/945065/task/945076/stat : 945076 (Finalizer) S 945062 945065 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945083] ppid=945062 vsize=19108176 memory=33208 CPUtime=0 cores=4,6
/proc/945065/task/945083/stat : 945083 (Common-Cleaner) S 945062 945065 941949 0 -1 1077936192 3893 0 0 0 0 0 0 0 20 0 20 0 181897221 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
[pid=945065/tid=945085] ppid=945062 vsize=19108176 memory=6201524 CPUtime=0 cores=4,6
/proc/945065/task/945085/stat : 945085 (Timer-0) S 945062 945065 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181897333 19566772224 1550381 134679101440 94826630471680 94826630475376 140728751994256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94826630483192 94826630483984 94826639679488 140728752002036 140728752002144 140728752002144 140728752009160 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6201524 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.52 s, system=3.67345 s

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

[startup+3527.12 s]*
/proc/loadavg: 4.42 4.31 4.34 6/299 947101
/proc/meminfo: memFree=110698356/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): 3527.16
CPU time (s): 3600.19
CPU user time (s): 3596.52
CPU system time (s): 3.67345
CPU usage (%): 102.07
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6201524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.52
system time used= 3.67345
maximum resident set size= 6203140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387450
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= 131560
involuntary context switches= 6873


# summary of solver processes directly reported to runsolver:
#   pid: 945065
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.52
#   total CPU system time (s): 3.67345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6402 second user time and 38.1542 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 12:10:23
IDJOB=4442021
IDBENCH=147760
IDSOLVER=3052
FILE ID=nodeC003/4442021-1721297411
RUNJOBID= nodeC003-1721293749-941960
SLURM_JOB_ID= 7542592
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442021-1721297411/watcher-4442021-1721297411 -o /tmp/evaluation-result-4442021-1721297411/solver-4442021-1721297411 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941960 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442021-1721297411.opb

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

MD5SUM BENCH= 6f51c740b20225a3e31589ba684183f5
RANDOM SEED=1381549949

nodeC003.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		: 3534.207
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.76
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		: 3514.601
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.367
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.76
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.344
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		: 3491.892
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.76
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.358
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.227
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.76
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		: 3655.712
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:        109415504 kB
MemAvailable:   114964636 kB
Buffers:          498092 kB
Cached:          5827504 kB
SwapCached:            0 kB
Active:           912260 kB
Inactive:       20615184 kB
Active(anon):       1468 kB
Inactive(anon): 15237776 kB
Active(file):     910792 kB
Inactive(file):  5377408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1976 kB
Writeback:            24 kB
AnonPages:      15201580 kB
Mapped:           125888 kB
Shmem:             37704 kB
KReclaimable:     201928 kB
Slab:             317452 kB
SReclaimable:     201928 kB
SUnreclaim:       115524 kB
KernelStack:        4844 kB
PageTables:        39732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   16557584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57376 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14798848 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-18 13:09:10