Trace number 4442045

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.17 3548.29

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga35_33_sat_pb.cnf.cr.opb
MD5SUM88b23deb5939b58af35c542a239b6791
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.011604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1733
Total number of constraints1256
Number of constraints which are clauses1188
Number of constraints which are cardinality constraints (but not clauses)68
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4442045-1721299421.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.34/0.29	c ... done. Wall clock time 0.126s.
0.34/0.29	c declared #vars     1733
0.34/0.29	c #constraints  1256
0.34/0.29	c constraints type 
0.34/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 68
0.34/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1188
0.34/0.29	c 1256 constraints processed.
14.23/11.87	c cleaning 2498 clauses out of 5000 with flag 0/5000
32.09/28.90	c cleaning 4249 clauses out of 8502 with flag 0/11000
55.21/50.76	c cleaning 5623 clauses out of 11254 with flag 0/18001
83.56/78.61	c cleaning 6813 clauses out of 13633 with flag 0/26003
118.29/112.87	c cleaning 7903 clauses out of 15817 with flag 0/35000
155.35/149.45	c cleaning 8955 clauses out of 17914 with flag 0/45000
202.12/195.58	c cleaning 9973 clauses out of 19960 with flag 0/56001
244.84/237.63	c cleaning 10990 clauses out of 21987 with flag 0/68001
304.48/296.47	c cleaning 11994 clauses out of 23996 with flag 0/81000
379.17/369.83	c cleaning 12995 clauses out of 26002 with flag 0/95000
443.01/432.68	c cleaning 13972 clauses out of 28007 with flag 0/110000
516.72/505.04	c cleaning 15014 clauses out of 30035 with flag 0/126000
625.92/612.75	c cleaning 16005 clauses out of 32022 with flag 0/143001
721.34/706.39	c cleaning 16996 clauses out of 34016 with flag 0/161000
822.65/805.94	c cleaning 18003 clauses out of 36020 with flag 0/180000
911.94/893.74	c cleaning 19004 clauses out of 38017 with flag 0/200000
1005.40/985.55	c cleaning 19966 clauses out of 40013 with flag 0/221000
1112.80/1091.43	c cleaning 21021 clauses out of 42047 with flag 0/243000
1284.95/1261.73	c cleaning 22005 clauses out of 44026 with flag 0/266000
1420.59/1394.97	c cleaning 23006 clauses out of 46022 with flag 0/290001
1548.67/1521.47	c cleaning 24004 clauses out of 48015 with flag 0/315000
1708.63/1679.12	c cleaning 24998 clauses out of 50011 with flag 0/341000
1848.36/1816.60	c cleaning 25994 clauses out of 52013 with flag 0/368000
2178.85/2144.35	c cleaning 27007 clauses out of 54019 with flag 0/396000
2346.40/2309.35	c cleaning 27996 clauses out of 56012 with flag 0/425000
2525.43/2485.66	c cleaning 29005 clauses out of 58018 with flag 0/455002
2780.95/2737.60	c cleaning 30002 clauses out of 60012 with flag 0/486001
3017.30/2971.53	c cleaning 30703 clauses out of 62009 with flag 0/518000
3299.09/3251.10	c cleaning 31793 clauses out of 64308 with flag 0/551002
3591.23/3539.43	c cleaning 32770 clauses out of 66513 with flag 0/585000
3600.04/3548.23	c starts		: 160
3600.04/3548.23	c conflicts		: 589438
3600.04/3548.23	c decisions		: 2472842
3600.04/3548.23	c propagations		: 17943740
3600.04/3548.23	c inspects		: 3327730076
3600.04/3548.23	c shortcuts		: 0
3600.04/3548.23	c learnt literals	: 0
3600.04/3548.23	c learnt binary clauses	: 0
3600.04/3548.23	c learnt ternary clauses	: 0
3600.04/3548.23	c learnt constraints	: 589438
3600.04/3548.23	c ignored constraints	: 0
3600.04/3548.23	c root simplifications	: 0
3600.04/3548.23	c removed literals (reason simplification)	: 0
3600.04/3548.23	c reason swapping (by a shorter reason)	: 0
3600.04/3548.23	c Calls to reduceDB	: 30
3600.04/3548.23	c Number of update (reduction) of LBD	: 1107
3600.04/3548.23	c Imported unit clauses	: 0
3600.04/3548.23	c No decision after first conflict	: false
3600.04/3548.23	c number of reductions to clauses (during analyze)	: 0
3600.04/3548.23	c number of learned constraints concerned by reduction	: 0
3600.04/3548.23	c number of learning phase by resolution	: 0
3600.04/3548.23	c number of learning phase by cutting planes	: 0
3600.04/3548.23	c number of rounding to 1 operations	: 1466230
3600.04/3548.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3548.23	c number of reductions of the coefficients by power 2 	: 0
3600.04/3548.23	c number of right shift for reduction by power 2 	: 0
3600.04/3548.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3548.23	c number of ending skipping 	: 0
3600.04/3548.23	c number of internal skipping 	: 0
3600.04/3548.23	c number of derivation steps 	: 4424457
3600.04/3548.23	c number of skipped derivation steps 	: 0
3600.04/3548.23	c number of remaining unassigned 	: 198952
3600.04/3548.23	c number of remaining assigned 	: 143646839
3600.04/3548.23	c number of falsified literals weakened from reason	: 0
3600.04/3548.23	c number of falsified literals weakened from conflict	: 0
3600.04/3548.23	c time for arithmetic operations	: 5525105340
3600.04/3548.23	c minimum degree of deleted constraints	: 4
3600.04/3548.23	c maximum degree of deleted constraints	: 312644769145735735956
3600.04/3548.23	c number of deleted constraints	: 551257
3600.04/3548.23	c timeout
3600.04/3548.25	c speed (assignments/second)	: 5057.5192928854485
3600.04/3548.25	c non guided choices	: 2957
3600.04/3548.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16363
3600.04/3548.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5324
3600.04/3548.27	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 16494
3600.04/3548.27	s UNKNOWN
3600.04/3548.27	c Total wall clock time (in seconds): 3548.117

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442045-1721299421/watcher-4442045-1721299421 -o /tmp/evaluation-result-4442045-1721299421/solver-4442045-1721299421 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920401 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442045-1721299421.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=924937, runsolver pid=924934

[startup+0.102163 s]*
/proc/loadavg: 4.44 4.48 4.39 7/331 924955
/proc/meminfo: memFree=109299020/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=18975048 memory=62716 CPUtime=0.14 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 7238 0 0 0 12 2 0 0 20 0 18 0 182102683 19430449152 15679 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4743762 15679 5564 1 0 549374 0
[pid=924937/tid=924939] ppid=924934 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 1078198336 5762 0 0 0 7 1 0 0 20 0 18 0 182102683 19430449152 15679 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182102686 19430449152 15679 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182102686 19430449152 15679 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62716 KiB

[startup+0.212151 s]*
/proc/loadavg: 4.44 4.48 4.39 7/331 924955
/proc/meminfo: memFree=109286540/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=18975048 memory=76060 CPUtime=0.34 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 7755 0 0 0 31 3 0 0 20 0 18 0 182102683 19430449152 19015 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4743762 19015 5827 1 0 549677 0
[pid=924937/tid=924939] ppid=924934 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 6028 0 0 0 16 2 0 0 20 0 18 0 182102683 19430449152 19015 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=18975048 memory=14994 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182102686 19430449152 19015 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182102686 19430449152 19015 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76060 KiB

[startup+0.306149 s]*
/proc/loadavg: 4.44 4.48 4.39 7/332 924956
/proc/meminfo: memFree=109257428/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19041612 memory=105312 CPUtime=0.51 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 9447 0 0 0 47 4 0 0 20 0 19 0 182102683 19498610688 26328 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4760403 26328 5858 1 0 551067 0
[pid=924937/tid=924939] ppid=924934 vsize=19041612 memory=-8888523915691074236 CPUtime=0.26 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 6173 0 0 0 23 3 0 0 20 0 19 0 182102683 19498610688 26328 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182102686 19498610688 26328 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182102686 19498610688 26328 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182102711 19498610688 26328 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105312 KiB

[startup+0.700252 s]
/proc/loadavg: 4.44 4.48 4.39 7/332 924956
/proc/meminfo: memFree=109228960/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=178080 CPUtime=1.27 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 13177 0 0 0 122 5 0 0 20 0 20 0 182102683 19566772224 44520 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 44520 5858 1 0 553883 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=13012 CPUtime=0.62 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 6237 0 0 0 59 3 0 0 20 0 20 0 182102683 19566772224 44520 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 44520 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 44520 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=26268 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 44520 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178080 KiB

[startup+1.50147 s]
/proc/loadavg: 4.44 4.48 4.39 7/333 924958
/proc/meminfo: memFree=109183612/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=190796 CPUtime=2.84 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 18749 0 0 0 278 6 0 0 20 0 20 0 182102683 19566772224 47699 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 47699 5890 1 0 554274 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=13012 CPUtime=1.37 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) S 924934 924937 920389 0 -1 1077936192 6585 0 0 0 134 3 0 0 20 0 20 0 182102683 19566772224 47699 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 47699 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 47699 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 47699 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190796 KiB

[startup+3.10616 s]
/proc/loadavg: 4.56 4.51 4.40 6/333 924958
/proc/meminfo: memFree=108722360/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=638852 CPUtime=5.37 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 20988 0 0 0 521 16 0 0 20 0 20 0 182102683 19566772224 159713 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 159713 5906 1 0 664972 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=0 CPUtime=2.85 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 7199 0 0 0 274 11 0 0 20 0 20 0 182102683 19566772224 159713 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 159713 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=195076 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 159713 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 159713 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 638852 KiB

[startup+6.30115 s]
/proc/loadavg: 4.56 4.51 4.40 6/333 924958
/proc/meminfo: memFree=108552868/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=842988 CPUtime=8.62 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 21252 0 0 0 842 20 0 0 20 0 20 0 182102683 19566772224 210747 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 210747 5906 1 0 664979 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=13012 CPUtime=5.91 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 7354 0 0 0 577 14 0 0 20 0 20 0 182102683 19566772224 210747 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 210747 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=6299534667631253844 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 210747 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=5560 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 210747 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 8.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 842988 KiB

[startup+12.7011 s]
/proc/loadavg: 4.60 4.52 4.40 5/333 924960
/proc/meminfo: memFree=107782188/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=1580716 CPUtime=15.54 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 29677 0 0 0 1519 35 0 0 20 0 20 0 182102683 19566772224 395179 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 395179 5906 1 0 665248 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=0 CPUtime=12.15 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 10556 0 0 0 1188 27 0 0 20 0 20 0 182102683 19566772224 395179 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=1572336 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 395179 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 395179 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 395179 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1580716 KiB

[startup+25.5003 s]
/proc/loadavg: 4.53 4.51 4.40 6/333 924964
/proc/meminfo: memFree=107135152/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=2222812 CPUtime=28.62 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 31384 0 0 0 2812 50 0 0 20 0 20 0 182102683 19566772224 555703 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 555703 5906 1 0 792662 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=1572336 CPUtime=24.62 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 11388 0 0 0 2424 38 0 0 20 0 20 0 182102683 19566772224 555703 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 555703 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=1650236 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 555703 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 555703 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 28.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2222812 KiB

[startup+51.1059 s]
/proc/loadavg: 4.43 4.48 4.40 5/333 924968
/proc/meminfo: memFree=107052628/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=2304896 CPUtime=55.61 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 43644 0 0 0 5507 54 0 0 20 0 20 0 182102683 19566772224 576224 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 576224 5906 1 0 793310 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=2261868 CPUtime=49.61 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 15325 0 0 0 4923 38 0 0 20 0 20 0 182102683 19566772224 576224 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0

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

/proc/meminfo: memFree=108834692/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=3658876 CPUtime=3210.17 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 313392 0 0 0 320797 220 0 0 20 0 20 0 182102683 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 914719 5950 1 0 925602 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=3657824 CPUtime=3087.57 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 141855 0 0 0 308688 69 0 0 20 0 20 0 182102683 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 96 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 3243 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 3210.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658876 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.18 4.18 6/330 927349
/proc/meminfo: memFree=108833952/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=3658876 CPUtime=3270.29 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 316045 0 0 0 326806 223 0 0 20 0 20 0 182102683 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 914719 5950 1 0 925602 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=3658876 CPUtime=3146.56 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 143742 0 0 0 314587 69 0 0 20 0 20 0 182102683 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 96 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 3243 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 3270.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658876 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.22 4.19 5/330 927360
/proc/meminfo: memFree=108833128/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=3658876 CPUtime=3330.79 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 317563 0 0 0 332854 225 0 0 20 0 20 0 182102683 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 914719 5950 1 0 925602 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=3658876 CPUtime=3205.45 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 145078 0 0 0 320476 69 0 0 20 0 20 0 182102683 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 101 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=43488 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 3285 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 3330.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658876 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.18 4.18 5/331 927371
/proc/meminfo: memFree=108832244/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=3658876 CPUtime=3391.55 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 320105 0 0 0 338928 227 0 0 20 0 20 0 182102683 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 914719 5950 1 0 925602 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=5560 CPUtime=3264.15 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 146782 0 0 0 326346 69 0 0 20 0 20 0 182102683 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 101 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 3378 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 914719 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 3391.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/333 927386
/proc/meminfo: memFree=108831216/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=3658924 CPUtime=3452.3 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 323096 0 0 0 345000 230 0 0 20 0 20 0 182102683 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 914731 5950 1 0 925602 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=0 CPUtime=3323.06 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 148996 0 0 0 332237 69 0 0 20 0 20 0 182102683 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 101 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 3378 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=3658924 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 3452.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.16 4.17 6/333 927397
/proc/meminfo: memFree=108829852/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=3658924 CPUtime=3513.25 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 324646 0 0 0 351093 232 0 0 20 0 20 0 182102683 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 914731 5950 1 0 925602 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=0 CPUtime=3382.03 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 150096 0 0 0 338133 70 0 0 20 0 20 0 182102683 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 101 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=3658876 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=3658924 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 3465 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 914731 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 3513.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658924 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.20 4.19 5/333 927408
/proc/meminfo: memFree=108829096/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=3658944 CPUtime=3574.11 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 329052 0 0 0 357176 235 0 0 20 0 20 0 182102683 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 914736 5950 1 0 925602 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=3658924 CPUtime=3441.1 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 151907 0 0 0 344040 70 0 0 20 0 20 0 182102683 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 101 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=3658924 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 3553 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=3658944 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 3574.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3548.2 s]
/proc/loadavg: 4.47 4.25 4.20 5/333 927411
/proc/meminfo: memFree=108828800/131524600 swapFree=131071996/131071996
[pid=924937] ppid=924934 vsize=19108176 memory=3658944 CPUtime=3600.04 cores=4,6
/proc/924937/stat : 924937 (java) S 924934 924937 920389 0 -1 1077936128 330514 0 0 0 359769 235 0 0 20 0 20 0 182102683 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
/proc/924937/statm: 4777044 914736 5950 1 0 925602 0
[pid=924937/tid=924939] ppid=924934 vsize=19108176 memory=-8888523915691074236 CPUtime=3466.57 cores=4,6
/proc/924937/task/924939/stat : 924939 (java) R 924934 924937 920389 0 -1 4194368 152709 0 0 0 346587 70 0 0 20 0 20 0 182102683 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 101 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924948] ppid=924934 vsize=19108176 memory=14848 CPUtime=0 cores=4,6
/proc/924937/task/924948/stat : 924948 (Finalizer) S 924934 924937 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924955] ppid=924934 vsize=19108176 memory=18851 CPUtime=0 cores=4,6
/proc/924937/task/924955/stat : 924955 (Common-Cleaner) S 924934 924937 920389 0 -1 1077936192 3553 0 0 0 0 0 0 0 20 0 20 0 182102686 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
[pid=924937/tid=924956] ppid=924934 vsize=19108176 memory=3472897851988901968 CPUtime=0 cores=4,6
/proc/924937/task/924956/stat : 924956 (Timer-0) S 924934 924937 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182102711 19566772224 914736 134679101440 94016955850752 94016955854448 140724715213280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94016955862264 94016955863056 94016971251712 140724715217903 140724715218016 140724715218016 140724715225032 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658944 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.8 s, system=2.37044 s

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

Child status: 143

Real time (s): 3548.29
CPU time (s): 3600.17
CPU user time (s): 3597.8
CPU system time (s): 2.37044
CPU usage (%): 101.462
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3658944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.8
system time used= 2.37044
maximum resident set size= 3659604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332336
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141809
involuntary context switches= 15341


# summary of solver processes directly reported to runsolver:
#   pid: 924937
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.8
#   total CPU system time (s): 2.37044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33969 second user time and 18.3784 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 12:43:53
IDJOB=4442045
IDBENCH=147764
IDSOLVER=3046
FILE ID=nodeC016/4442045-1721299421
RUNJOBID= nodeC016-1721292927-920401
SLURM_JOB_ID= 7542586
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga35_33_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-4442045-1721299421/watcher-4442045-1721299421 -o /tmp/evaluation-result-4442045-1721299421/solver-4442045-1721299421 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920401 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442045-1721299421.opb

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

MD5SUM BENCH= 88b23deb5939b58af35c542a239b6791
RANDOM SEED=944238818

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		: 3643.032
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		: 3680.194
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		: 3600.624
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		: 3600.233
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		: 3615.548
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		: 3680.349
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		: 3628.542
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		: 3600.029
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:        109341100 kB
MemAvailable:   112930784 kB
Buffers:          334564 kB
Cached:          4092608 kB
SwapCached:            0 kB
Active:           504432 kB
Inactive:       21041256 kB
Active(anon):       1560 kB
Inactive(anon): 17154380 kB
Active(file):     502872 kB
Inactive(file):  3886876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               904 kB
Writeback:            16 kB
AnonPages:      17116732 kB
Mapped:           126448 kB
Shmem:             37720 kB
KReclaimable:      79168 kB
Slab:             187968 kB
SReclaimable:      79168 kB
SUnreclaim:       108800 kB
KernelStack:        5052 kB
PageTables:        43816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17581696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68960 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16660480 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= 890076 MiB
End job on nodeC016 at 2024-07-18 13:43:01