Trace number 4442315

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.21 3550.48

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga30_28_sat_pb.cnf.cr.opb
MD5SUMaaee31f955429ae866945d05735264af
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.008063
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1260
Total number of constraints926
Number of constraints which are clauses868
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint30
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 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	 - never skip resolution steps
0.14/0.16	 - Auto-division on coefficients is disabled
0.14/0.16	 - No postprocessing
0.14/0.16	 - Conflict is considered as is when resolving
0.14/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	 - Weaken first using unassigned literals
0.14/0.16	 - Bump strategy: ALWAYS_ONE
0.14/0.16	 - Bumper: ASSIGNED
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Armin Biere (Picosat) restarts strategy
0.14/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: ASSIGNED
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Armin Biere (Picosat) restarts strategy
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4442315-1721300630.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  no objective function found
0.34/0.24	c ... done. Wall clock time 0.085s.
0.34/0.24	c declared #vars     1260
0.34/0.24	c #constraints  926
0.34/0.24	c constraints type 
0.34/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 58
0.34/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 868
0.34/0.24	c 926 constraints processed.
11.56/7.65	c cleaning 2493 clauses out of 5000 with flag 0/5000
24.60/20.38	c cleaning 4249 clauses out of 8507 with flag 0/11000
42.37/37.33	c cleaning 5623 clauses out of 11258 with flag 0/18000
60.96/55.52	c cleaning 6814 clauses out of 13635 with flag 0/26000
85.00/79.00	c cleaning 7907 clauses out of 15821 with flag 0/35000
110.34/103.79	c cleaning 8938 clauses out of 17914 with flag 0/45000
134.55/127.42	c cleaning 9980 clauses out of 19976 with flag 0/56000
170.17/162.47	c cleaning 10994 clauses out of 21996 with flag 0/68000
211.23/203.04	c cleaning 11997 clauses out of 24003 with flag 0/81001
235.36/226.81	c cleaning 13001 clauses out of 26007 with flag 0/95002
291.91/282.45	c cleaning 13994 clauses out of 28005 with flag 0/110001
342.01/331.72	c cleaning 14982 clauses out of 30010 with flag 0/126000
394.37/382.97	c cleaning 16008 clauses out of 32028 with flag 0/143000
450.89/438.53	c cleaning 16995 clauses out of 34020 with flag 0/161000
525.79/512.15	c cleaning 18010 clauses out of 36027 with flag 0/180002
583.47/568.37	c cleaning 18916 clauses out of 38017 with flag 0/200002
689.84/673.53	c cleaning 19386 clauses out of 40100 with flag 0/221001
793.40/775.59	c cleaning 20628 clauses out of 42714 with flag 0/243001
911.69/892.63	c cleaning 21736 clauses out of 45085 with flag 0/266000
992.77/972.58	c cleaning 22824 clauses out of 47349 with flag 0/290000
1093.22/1071.56	c cleaning 23707 clauses out of 49525 with flag 0/315000
1191.35/1168.17	c cleaning 24718 clauses out of 51818 with flag 0/341000
1323.96/1298.77	c cleaning 25733 clauses out of 54100 with flag 0/368000
1537.88/1511.02	c cleaning 26597 clauses out of 56367 with flag 0/396000
1655.15/1626.98	c cleaning 27569 clauses out of 58771 with flag 0/425001
1805.32/1775.34	c cleaning 28478 clauses out of 61202 with flag 0/455001
2022.82/1990.76	c cleaning 29509 clauses out of 63724 with flag 0/486001
2321.80/2286.47	c cleaning 30593 clauses out of 66215 with flag 0/518001
2641.58/2603.65	c cleaning 31532 clauses out of 68621 with flag 0/551000
2959.40/2918.72	c cleaning 32590 clauses out of 71089 with flag 0/585000
3137.16/3093.41	c cleaning 33547 clauses out of 73500 with flag 0/620001
3324.97/3278.89	c cleaning 34496 clauses out of 75952 with flag 0/656000
3548.56/3499.57	c cleaning 35358 clauses out of 78456 with flag 0/693000
3600.07/3550.41	c starts		: 169
3600.07/3550.41	c conflicts		: 706660
3600.07/3550.41	c decisions		: 2530579
3600.07/3550.41	c propagations		: 19256467
3600.07/3550.41	c inspects		: 3602103243
3600.07/3550.41	c shortcuts		: 0
3600.07/3550.41	c timeout
3600.07/3550.42	c learnt literals	: 0
3600.07/3550.42	c learnt binary clauses	: 0
3600.07/3550.42	c learnt ternary clauses	: 0
3600.07/3550.42	c learnt constraints	: 706660
3600.07/3550.42	c ignored constraints	: 0
3600.07/3550.42	c root simplifications	: 0
3600.07/3550.42	c removed literals (reason simplification)	: 0
3600.07/3550.42	c reason swapping (by a shorter reason)	: 0
3600.07/3550.42	c Calls to reduceDB	: 33
3600.07/3550.42	c Number of update (reduction) of LBD	: 1020
3600.07/3550.42	c Imported unit clauses	: 0
3600.07/3550.42	c No decision after first conflict	: false
3600.07/3550.42	c number of reductions to clauses (during analyze)	: 0
3600.07/3550.42	c number of learned constraints concerned by reduction	: 0
3600.07/3550.42	c number of learning phase by resolution	: 0
3600.07/3550.42	c number of learning phase by cutting planes	: 0
3600.07/3550.42	c number of rounding to 1 operations	: 2000134
3600.07/3550.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3550.42	c number of reductions of the coefficients by power 2 	: 0
3600.07/3550.42	c number of right shift for reduction by power 2 	: 0
3600.07/3550.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3550.42	c number of ending skipping 	: 0
3600.07/3550.42	c number of internal skipping 	: 0
3600.07/3550.42	c number of derivation steps 	: 5269616
3600.07/3550.42	c number of skipped derivation steps 	: 0
3600.07/3550.42	c number of remaining unassigned 	: 188520
3600.07/3550.42	c number of remaining assigned 	: 159272751
3600.07/3550.42	c number of falsified literals weakened from reason	: 0
3600.07/3550.42	c number of falsified literals weakened from conflict	: 0
3600.07/3550.42	c time for arithmetic operations	: 7325984521
3600.07/3550.42	c minimum degree of deleted constraints	: 4
3600.07/3550.42	c maximum degree of deleted constraints	: 182497278956492927
3600.07/3550.42	c number of deleted constraints	: 649902
3600.07/3550.42	c speed (assignments/second)	: 5424.0879888771715
3600.07/3550.42	c non guided choices	: 1717
3600.07/3550.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27916
3600.07/3550.46	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6301
3600.07/3550.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22541
3600.07/3550.46	s UNKNOWN
3600.07/3550.46	c Total wall clock time (in seconds): 3550.311

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442315-1721300630/watcher-4442315-1721300630 -o /tmp/evaluation-result-4442315-1721300630/solver-4442315-1721300630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920402 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442315-1721300630.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=926333, runsolver pid=926330

[startup+0.100278 s]*
/proc/loadavg: 4.28 4.27 4.30 6/331 926351
/proc/meminfo: memFree=115852172/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=18975048 memory=63436 CPUtime=0.14 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 7242 0 0 0 13 1 0 0 20 0 18 0 182223620 19430449152 15859 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4743762 15859 5689 1 0 549375 0
[pid=926333/tid=926335] ppid=926330 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) S 926330 926333 920389 0 -1 1077936192 5775 0 0 0 8 1 0 0 20 0 18 0 182223620 19430449152 15859 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182223623 19430449152 15859 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182223623 19430449152 15859 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63436 KiB

[startup+0.208301 s]*
/proc/loadavg: 4.28 4.27 4.30 7/331 926351
/proc/meminfo: memFree=115837364/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=18975048 memory=80260 CPUtime=0.34 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 7787 0 0 0 32 2 0 0 20 0 18 0 182223620 19430449152 20065 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4743762 20065 5871 1 0 549698 0
[pid=926333/tid=926335] ppid=926330 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 6042 0 0 0 18 1 0 0 20 0 18 0 182223620 19430449152 20065 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=18975048 memory=14994 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182223623 19430449152 20065 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182223623 19430449152 20065 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80260 KiB

[startup+0.305787 s]*
/proc/loadavg: 4.28 4.27 4.30 7/332 926352
/proc/meminfo: memFree=115820288/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19041612 memory=95192 CPUtime=0.52 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 9409 0 0 0 49 3 0 0 20 0 19 0 182223620 19498610688 23798 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4760403 23798 5871 1 0 551056 0
[pid=926333/tid=926335] ppid=926330 vsize=19041612 memory=-9176760880322618044 CPUtime=0.28 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 6131 0 0 0 26 2 0 0 20 0 19 0 182223620 19498610688 23798 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182223623 19498610688 23798 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182223623 19498610688 23798 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182223644 19498610688 23798 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 95192 KiB

[startup+0.700271 s]
/proc/loadavg: 4.28 4.27 4.30 7/332 926352
/proc/meminfo: memFree=115787924/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19041612 memory=156872 CPUtime=1.27 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 11544 0 0 0 122 5 0 0 20 0 19 0 182223620 19498610688 39218 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4760403 39218 5871 1 0 552457 0
[pid=926333/tid=926335] ppid=926330 vsize=19041612 memory=13012 CPUtime=0.61 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 6178 0 0 0 58 3 0 0 20 0 19 0 182223620 19498610688 39218 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19041612 memory=13012 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182223623 19498610688 39218 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182223623 19498610688 39218 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19041612 memory=26268 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182223644 19498610688 39218 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 156872 KiB

[startup+1.50098 s]
/proc/loadavg: 4.28 4.27 4.30 6/333 926353
/proc/meminfo: memFree=115741076/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=202252 CPUtime=2.82 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 18894 0 0 0 275 7 0 0 20 0 20 0 182223620 19566772224 50563 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 50563 5903 1 0 554568 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=13012 CPUtime=1.34 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 6518 0 0 0 131 3 0 0 20 0 20 0 182223620 19566772224 50563 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 50563 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 50563 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 50563 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 202252 KiB

[startup+3.10597 s]
/proc/loadavg: 4.28 4.27 4.30 5/333 926353
/proc/meminfo: memFree=115139384/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=772432 CPUtime=5.91 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 21647 0 0 0 573 18 0 0 20 0 20 0 182223620 19566772224 193108 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 193108 5903 1 0 661373 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=0 CPUtime=2.9 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 7201 0 0 0 276 14 0 0 20 0 20 0 182223620 19566772224 193108 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 193108 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=313168 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 193108 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 193108 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 772432 KiB

[startup+6.30097 s]
/proc/loadavg: 4.26 4.26 4.30 6/333 926353
/proc/meminfo: memFree=115058780/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=856392 CPUtime=9.59 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 24187 0 0 0 938 21 0 0 20 0 20 0 182223620 19566772224 214098 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 214098 5903 1 0 662444 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=13012 CPUtime=5.97 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 7483 0 0 0 581 16 0 0 20 0 20 0 182223620 19566772224 214098 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 214098 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=6011297702999710032 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 214098 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 214098 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 856392 KiB

[startup+12.7003 s]
/proc/loadavg: 4.24 4.26 4.30 5/333 926356
/proc/meminfo: memFree=113976124/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=1933336 CPUtime=16.83 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 26833 0 0 0 1639 44 0 0 20 0 20 0 182223620 19566772224 483334 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 483334 5903 1 0 790276 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=0 CPUtime=12.23 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 9275 0 0 0 1187 36 0 0 20 0 20 0 182223620 19566772224 483334 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=1933336 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 483334 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 483334 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 483334 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 16.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1933336 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.25 4.29 5/333 926358
/proc/meminfo: memFree=113931768/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=1977352 CPUtime=30.33 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 35022 0 0 0 2987 46 0 0 20 0 20 0 182223620 19566772224 494338 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 494338 5903 1 0 790278 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=1933336 CPUtime=24.79 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 11568 0 0 0 2442 37 0 0 20 0 20 0 182223620 19566772224 494338 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 494338 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=1954084 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 494338 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 494338 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 30.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1977352 KiB

[startup+51.1059 s]
/proc/loadavg: 4.19 4.24 4.29 6/332 926362
/proc/meminfo: memFree=113847420/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=2020848 CPUtime=56.51 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 43726 0 0 0 5602 49 0 0 20 0 20 0 182223620 19566772224 505212 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 505212 5918 1 0 790278 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=2006476 CPUtime=49.74 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 15439 0 0 0 4937 37 0 0 20 0 20 0 182223620 19566772224 505212 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0

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

/proc/meminfo: memFree=117547460/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=5011448 CPUtime=3206.92 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 333723 0 0 0 320422 270 0 0 20 0 20 0 182223620 19566772224 1252862 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 1252862 5939 1 0 1267266 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=26268 CPUtime=3095.68 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 154585 0 0 0 309469 99 0 0 20 0 20 0 182223620 19566772224 1252862 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=5011448 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1252862 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=5011448 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 3255 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1252862 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=-9176760880322618044 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 1252862 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 3206.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5011448 KiB

[startup+3222.3 s]
/proc/loadavg: 2.36 2.70 3.33 3/280 928026
/proc/meminfo: memFree=117544748/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=5013496 CPUtime=3267.76 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 337875 0 0 0 326504 272 0 0 20 0 20 0 182223620 19566772224 1253374 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 1253374 5939 1 0 1267266 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=5013496 CPUtime=3154.48 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 156357 0 0 0 315348 100 0 0 20 0 20 0 182223620 19566772224 1253374 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253374 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=19392 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 3347 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253374 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=5013496 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 1253374 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 3267.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5013496 KiB

[startup+3282.3 s]
/proc/loadavg: 2.15 2.58 3.25 2/255 928239
/proc/meminfo: memFree=121180724/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=5013508 CPUtime=3328.46 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 341346 0 0 0 332571 275 0 0 20 0 20 0 182223620 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 1253377 5939 1 0 1267282 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=5013504 CPUtime=3213.43 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 159352 0 0 0 321243 100 0 0 20 0 20 0 182223620 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=5013508 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=5013508 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 3349 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=3732 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 3328.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5013508 KiB

[startup+3342.3 s]
/proc/loadavg: 1.47 2.31 3.11 2/256 928250
/proc/meminfo: memFree=121180340/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=5013508 CPUtime=3389.45 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 343789 0 0 0 338667 278 0 0 20 0 20 0 182223620 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 1253377 5939 1 0 1267282 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=5013508 CPUtime=3272.12 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 160147 0 0 0 327112 100 0 0 20 0 20 0 182223620 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=5013508 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=5013508 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 3443 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 1253377 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 3389.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5013508 KiB

[startup+3402.3 s]
/proc/loadavg: 1.29 2.10 2.98 2/257 928264
/proc/meminfo: memFree=121179476/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=5013528 CPUtime=3450.38 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 348589 0 0 0 344757 281 0 0 20 0 20 0 182223620 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 1253382 5939 1 0 1267282 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=5013508 CPUtime=3330.85 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 163433 0 0 0 332984 101 0 0 20 0 20 0 182223620 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=5013524 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=-9176760880322618044 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 3443 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=-9176760880322618044 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 3450.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5013528 KiB

[startup+3462.3 s]
/proc/loadavg: 1.16 1.91 2.86 2/255 928286
/proc/meminfo: memFree=121179080/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=5013528 CPUtime=3511.08 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 349760 0 0 0 350824 284 0 0 20 0 20 0 182223620 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 1253382 5939 1 0 1267282 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=5013508 CPUtime=3389.82 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 164333 0 0 0 338880 102 0 0 20 0 20 0 182223620 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=43488 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=5013528 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 3511.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5013528 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.76 2.75 2/255 928297
/proc/meminfo: memFree=121178248/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=5013528 CPUtime=3571.67 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 354401 0 0 0 356881 286 0 0 20 0 20 0 182223620 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 1253382 5939 1 0 1267282 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=5013528 CPUtime=3448.9 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 167066 0 0 0 344788 102 0 0 20 0 20 0 182223620 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=43488 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=43488 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 3536 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=5013528 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 3571.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5013528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3550.4 s]
/proc/loadavg: 1.11 1.70 2.70 2/255 928301
/proc/meminfo: memFree=121177996/131524600 swapFree=131071996/131071996
[pid=926333] ppid=926330 vsize=19108176 memory=5013528 CPUtime=3600.07 cores=1,3
/proc/926333/stat : 926333 (java) S 926330 926333 920389 0 -1 1077936128 354878 0 0 0 359719 288 0 0 20 0 20 0 182223620 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
/proc/926333/statm: 4777044 1253382 5939 1 0 1267282 0
[pid=926333/tid=926335] ppid=926330 vsize=19108176 memory=5013528 CPUtime=3476.55 cores=1,3
/proc/926333/task/926335/stat : 926335 (java) R 926330 926333 920389 0 -1 4194368 167360 0 0 0 347553 102 0 0 20 0 20 0 182223620 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 76 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926344] ppid=926330 vsize=19108176 memory=5013528 CPUtime=0 cores=1,3
/proc/926333/task/926344/stat : 926344 (Finalizer) S 926330 926333 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926351] ppid=926330 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/926333/task/926351/stat : 926351 (Common-Cleaner) S 926330 926333 920389 0 -1 1077936192 3583 0 0 0 0 0 0 0 20 0 20 0 182223623 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
[pid=926333/tid=926352] ppid=926330 vsize=19108176 memory=43488 CPUtime=0 cores=1,3
/proc/926333/task/926352/stat : 926352 (Timer-0) S 926330 926333 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182223644 19566772224 1253382 134679101440 94011950252032 94011950255728 140723614004864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011950263544 94011950264336 94011974033408 140723614008303 140723614008416 140723614008416 140723614015432 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5013528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.3 s, system=2.91069 s

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

Child status: 143

Real time (s): 3550.48
CPU time (s): 3600.21
CPU user time (s): 3597.3
CPU system time (s): 2.91069
CPU usage (%): 101.401
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5013528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.3
system time used= 2.91068
maximum resident set size= 5015292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134127
involuntary context switches= 10981


# summary of solver processes directly reported to runsolver:
#   pid: 926333
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.3
#   total CPU system time (s): 2.91069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.83474 second user time and 17.743 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 13:04:02
IDJOB=4442315
IDBENCH=147793
IDSOLVER=3046
FILE ID=nodeC016/4442315-1721300630
RUNJOBID= nodeC016-1721292927-920402
SLURM_JOB_ID= 7542586
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga30_28_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442315-1721300630/watcher-4442315-1721300630 -o /tmp/evaluation-result-4442315-1721300630/solver-4442315-1721300630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920402 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442315-1721300630.opb

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

MD5SUM BENCH= aaee31f955429ae866945d05735264af
RANDOM SEED=1816111004

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.384
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3636.592
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.162
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.638
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.132
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.760
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.880
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3624.826
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115893992 kB
MemAvailable:   119497320 kB
Buffers:          335940 kB
Cached:          4104912 kB
SwapCached:            0 kB
Active:           503804 kB
Inactive:       14501892 kB
Active(anon):       1544 kB
Inactive(anon): 10601012 kB
Active(file):     502260 kB
Inactive(file):  3900880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1176 kB
Writeback:            12 kB
AnonPages:      10563404 kB
Mapped:           126484 kB
Shmem:             37720 kB
KReclaimable:      79672 kB
Slab:             187972 kB
SReclaimable:      79672 kB
SUnreclaim:       108300 kB
KernelStack:        5044 kB
PageTables:        31024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11178728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68992 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10213376 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC016 at 2024-07-18 14:03:13