Trace number 4442195

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga40_38_sat_pb.cnf.cr.opb
MD5SUM917f13bbfed85e9ecc88eb82d1d4e0d7
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.01715
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2280
Total number of constraints1636
Number of constraints which are clauses1558
Number of constraints which are cardinality constraints (but not clauses)78
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 41
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-4442195-1721300005.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.34/0.28	c ... done. Wall clock time 0.123s.
0.34/0.28	c declared #vars     2280
0.34/0.28	c #constraints  1636
0.34/0.28	c constraints type 
0.34/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 78
0.34/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1558
0.34/0.28	c 1636 constraints processed.
21.42/17.64	c cleaning 2499 clauses out of 5002 with flag 0/5002
48.08/43.58	c cleaning 4250 clauses out of 8501 with flag 0/11000
76.16/70.89	c cleaning 5623 clauses out of 11251 with flag 0/18000
108.59/102.53	c cleaning 6814 clauses out of 13629 with flag 0/26001
168.03/161.25	c cleaning 7901 clauses out of 15815 with flag 0/35001
212.36/204.77	c cleaning 8936 clauses out of 17913 with flag 0/45000
273.21/264.53	c cleaning 9980 clauses out of 19978 with flag 0/56001
332.26/322.69	c cleaning 10970 clauses out of 21998 with flag 0/68001
410.29/400.07	c cleaning 12007 clauses out of 24027 with flag 0/81000
473.19/461.91	c cleaning 12970 clauses out of 26020 with flag 0/95000
688.24/675.08	c cleaning 14023 clauses out of 28052 with flag 0/110002
771.91/757.41	c cleaning 14996 clauses out of 30027 with flag 0/126000
875.91/859.56	c cleaning 16006 clauses out of 32033 with flag 0/143002
981.54/963.49	c cleaning 17003 clauses out of 34025 with flag 0/161000
1146.76/1126.12	c cleaning 17983 clauses out of 36022 with flag 0/180000
1646.03/1623.77	c cleaning 18999 clauses out of 38040 with flag 0/200001
1760.37/1737.00	c cleaning 19989 clauses out of 40040 with flag 0/221000
1922.96/1897.52	c cleaning 21018 clauses out of 42051 with flag 0/243000
2175.93/2148.06	c cleaning 22012 clauses out of 44033 with flag 0/266000
2339.52/2309.33	c cleaning 23008 clauses out of 46021 with flag 0/290000
2585.93/2552.42	c cleaning 23994 clauses out of 48014 with flag 0/315001
2980.00/2942.49	c cleaning 25003 clauses out of 50019 with flag 0/341000
3269.45/3228.68	c cleaning 26002 clauses out of 52016 with flag 0/368000
3600.06/3555.61	c starts		: 144
3600.06/3555.61	c conflicts		: 394816
3600.06/3555.61	c decisions		: 3202874
3600.06/3555.61	c propagations		: 16607393
3600.06/3555.61	c inspects		: 2249994002
3600.06/3555.61	c shortcuts		: 0
3600.06/3555.61	c learnt literals	: 0
3600.06/3555.61	c learnt binary clauses	: 0
3600.06/3555.61	c learnt ternary clauses	: 0
3600.06/3555.61	c learnt constraints	: 394816
3600.06/3555.61	c ignored constraints	: 0
3600.06/3555.61	c root simplifications	: 0
3600.06/3555.61	c removed literals (reason simplification)	: 0
3600.06/3555.61	c reason swapping (by a shorter reason)	: 0
3600.06/3555.61	c Calls to reduceDB	: 23
3600.06/3555.61	c Number of update (reduction) of LBD	: 300
3600.06/3555.61	c Imported unit clauses	: 0
3600.06/3555.61	c No decision after first conflict	: false
3600.06/3555.61	c number of reductions to clauses (during analyze)	: 0
3600.06/3555.61	c number of learned constraints concerned by reduction	: 0
3600.06/3555.61	c number of learning phase by resolution	: 0
3600.06/3555.61	c number of learning phase by cutting planes	: 0
3600.06/3555.61	c number of rounding to 1 operations	: 1471944
3600.06/3555.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3555.61	c number of reductions of the coefficients by power 2 	: 0
3600.06/3555.62	c timeout
3600.06/3555.63	c number of right shift for reduction by power 2 	: 0
3600.06/3555.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3555.63	c number of ending skipping 	: 0
3600.06/3555.63	c number of internal skipping 	: 0
3600.06/3555.63	c number of derivation steps 	: 3231812
3600.06/3555.63	c number of skipped derivation steps 	: 0
3600.06/3555.63	c number of remaining unassigned 	: 119694
3600.06/3555.63	c number of remaining assigned 	: 249677958
3600.06/3555.63	c number of falsified literals weakened from reason	: 0
3600.06/3555.63	c number of falsified literals weakened from conflict	: 0
3600.06/3555.63	c time for arithmetic operations	: 14295038983
3600.06/3555.63	c minimum degree of deleted constraints	: 16
3600.06/3555.63	c maximum degree of deleted constraints	: 865584659955746302
3600.06/3555.63	c number of deleted constraints	: 341986
3600.06/3555.63	c speed (assignments/second)	: 4671.125605780617
3600.06/3555.63	c non guided choices	: 1125
3600.06/3555.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7790
3600.06/3555.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3419
3600.06/3555.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 41621
3600.06/3555.66	s UNKNOWN
3600.06/3555.66	c Total wall clock time (in seconds): 3555.505

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=925384, runsolver pid=925381

[startup+0.10197 s]*
/proc/loadavg: 4.44 4.38 4.36 8/330 925402
/proc/meminfo: memFree=115282432/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=18975048 memory=62884 CPUtime=0.14 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 7220 0 0 0 12 2 0 0 20 0 18 0 182161123 19430449152 15721 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4743762 15721 5620 1 0 549322 0
[pid=925384/tid=925386] ppid=925381 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 1077936192 5751 0 0 0 7 1 0 0 20 0 18 0 182161123 19430449152 15721 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182161126 19430449152 15721 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182161126 19430449152 15721 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62884 KiB

[startup+0.211718 s]*
/proc/loadavg: 4.44 4.38 4.36 7/330 925402
/proc/meminfo: memFree=115266276/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=18975048 memory=79984 CPUtime=0.34 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 7667 0 0 0 32 2 0 0 20 0 18 0 182161123 19430449152 19996 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4743762 19996 5862 1 0 549684 0
[pid=925384/tid=925386] ppid=925381 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 6034 0 0 0 17 1 0 0 20 0 18 0 182161123 19430449152 19996 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=18975048 memory=14994 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182161126 19430449152 19996 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182161126 19430449152 19996 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79984 KiB

[startup+0.305728 s]*
/proc/loadavg: 4.44 4.38 4.36 7/331 925403
/proc/meminfo: memFree=115220892/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19041612 memory=124948 CPUtime=0.51 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 9258 0 0 0 48 3 0 0 20 0 19 0 182161123 19498610688 31237 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4760403 31237 5862 1 0 551056 0
[pid=925384/tid=925386] ppid=925381 vsize=19041612 memory=-9103295915696104124 CPUtime=0.26 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 6120 0 0 0 24 2 0 0 20 0 19 0 182161123 19498610688 31237 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182161126 19498610688 31237 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182161126 19498610688 31237 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182161151 19498610688 31237 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 124948 KiB

[startup+0.700718 s]
/proc/loadavg: 4.44 4.38 4.36 8/331 925403
/proc/meminfo: memFree=115194784/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=175408 CPUtime=1.26 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 12859 0 0 0 121 5 0 0 20 0 20 0 182161123 19566772224 43852 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 43852 5878 1 0 553700 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=13012 CPUtime=0.59 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 6223 0 0 0 56 3 0 0 20 0 20 0 182161123 19566772224 43852 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 43852 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 43852 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=26268 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 43852 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175408 KiB

[startup+1.50072 s]
/proc/loadavg: 4.44 4.38 4.36 7/332 925404
/proc/meminfo: memFree=115168540/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=181724 CPUtime=2.85 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 17793 0 0 0 279 6 0 0 20 0 20 0 182161123 19566772224 45431 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 45431 5894 1 0 553927 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=13012 CPUtime=1.34 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 6556 0 0 0 131 3 0 0 20 0 20 0 182161123 19566772224 45431 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 45431 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 45431 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 45431 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181724 KiB

[startup+3.10673 s]
/proc/loadavg: 4.44 4.38 4.36 7/332 925404
/proc/meminfo: memFree=115009844/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=368700 CPUtime=6.02 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 24755 0 0 0 591 11 0 0 20 0 20 0 182161123 19566772224 92175 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 92175 5894 1 0 556930 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=0 CPUtime=2.88 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 7202 0 0 0 281 7 0 0 20 0 20 0 182161123 19566772224 92175 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 92175 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=185988 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 92175 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 92175 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 368700 KiB

[startup+6.30073 s]
/proc/loadavg: 4.49 4.39 4.37 6/332 925405
/proc/meminfo: memFree=114525508/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=802108 CPUtime=9.87 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 25407 0 0 0 966 21 0 0 20 0 20 0 182161123 19566772224 200527 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 200527 5894 1 0 663452 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=13012 CPUtime=5.94 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 7412 0 0 0 579 15 0 0 20 0 20 0 182161123 19566772224 200527 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 200527 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=6084762667626223953 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 200527 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 200527 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 9.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 802108 KiB

[startup+12.7003 s]
/proc/loadavg: 4.53 4.40 4.37 6/332 925405
/proc/meminfo: memFree=113773128/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=1544904 CPUtime=16.34 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 26566 0 0 0 1598 36 0 0 20 0 20 0 182161123 19566772224 386226 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 386226 5894 1 0 790880 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=0 CPUtime=12.12 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 8135 0 0 0 1184 28 0 0 20 0 20 0 182161123 19566772224 386226 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=1370732 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 386226 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 386226 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 386226 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 16.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1544904 KiB

[startup+25.5007 s]
/proc/loadavg: 4.48 4.39 4.37 5/332 925410
/proc/meminfo: memFree=113139992/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=2813424 CPUtime=29.69 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 34763 0 0 0 2906 63 0 0 20 0 20 0 182161123 19566772224 703356 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 703356 5909 1 0 1024862 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=1370732 CPUtime=24.48 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 11268 0 0 0 2398 50 0 0 20 0 20 0 182161123 19566772224 703356 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 703356 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=1549644 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 703356 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 703356 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 29.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2813424 KiB

[startup+51.1058 s]
/proc/loadavg: 4.44 4.39 4.37 6/332 925482
/proc/meminfo: memFree=115999216/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=3053544 CPUtime=56.01 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 41822 0 0 0 5531 70 0 0 20 0 20 0 182161123 19566772224 763386 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 763386 5909 1 0 1024876 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=-9103295915696104124 CPUtime=49.3 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 14507 0 0 0 4877 53 0 0 20 0 20 0 182161123 19566772224 763386 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0

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

/proc/meminfo: memFree=112473428/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=5089808 CPUtime=3202.52 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 305943 0 0 0 319974 278 0 0 20 0 20 0 182161123 19566772224 1272452 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 1272452 5927 1 0 1284530 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=5089796 CPUtime=3102.69 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 132020 0 0 0 310172 97 0 0 20 0 20 0 182161123 19566772224 1272452 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=5089808 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272452 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=5089808 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272452 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=-9103295915696104124 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 1272452 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 3202.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5089808 KiB

[startup+3222.3 s]
/proc/loadavg: 3.22 3.66 3.96 4/305 927493
/proc/meminfo: memFree=112472960/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=5089812 CPUtime=3263.16 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 310770 0 0 0 326035 281 0 0 20 0 20 0 182161123 19566772224 1272453 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 1272453 5927 1 0 1284530 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=11488 CPUtime=3161.61 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 135009 0 0 0 316063 98 0 0 20 0 20 0 182161123 19566772224 1272453 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=5089812 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272453 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=-7234037359944687740 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272453 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=5089812 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 1272453 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 3263.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5089812 KiB

[startup+3282.3 s]
/proc/loadavg: 3.12 3.55 3.90 4/305 927504
/proc/meminfo: memFree=112472036/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=5089936 CPUtime=3324.26 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 322751 0 0 0 332141 285 0 0 20 0 20 0 182161123 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 1272484 5927 1 0 1284553 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=5089936 CPUtime=3220.36 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 136931 0 0 0 321938 98 0 0 20 0 20 0 182161123 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=5089936 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=5089936 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 2623 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=5089936 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 3324.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5089936 KiB

[startup+3342.3 s]
/proc/loadavg: 3.15 3.48 3.86 4/305 927514
/proc/meminfo: memFree=112471336/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=5089936 CPUtime=3384.99 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 323654 0 0 0 338211 288 0 0 20 0 20 0 182161123 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 1272484 5927 1 0 1284553 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=5089936 CPUtime=3279.3 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) S 925381 925384 920389 0 -1 1077936192 137648 0 0 0 327832 98 0 0 20 0 20 0 182161123 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 2623 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 1272484 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 3384.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5089936 KiB

[startup+3402.3 s]
/proc/loadavg: 3.11 3.40 3.80 4/304 927524
/proc/meminfo: memFree=112470484/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=5089960 CPUtime=3445.6 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 328804 0 0 0 344270 290 0 0 20 0 20 0 182161123 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 1272490 5927 1 0 1284553 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=13012 CPUtime=3338.21 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 140046 0 0 0 333722 99 0 0 20 0 20 0 182161123 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 51 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=43488 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=5089960 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 2623 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=5089960 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 3445.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5089960 KiB

[startup+3462.3 s]
/proc/loadavg: 3.21 3.38 3.77 4/306 927540
/proc/meminfo: memFree=112469628/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=5089960 CPUtime=3505.81 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 329420 0 0 0 350289 292 0 0 20 0 20 0 182161123 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 1272490 5927 1 0 1284553 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=13012 CPUtime=3397.05 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 140467 0 0 0 339606 99 0 0 20 0 20 0 182161123 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=43488 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=5089960 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 2710 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 3505.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5089960 KiB

[startup+3522.3 s]
/proc/loadavg: 3.26 3.35 3.73 4/306 927550
/proc/meminfo: memFree=112468928/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=5089960 CPUtime=3566.4 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 330233 0 0 0 356346 294 0 0 20 0 20 0 182161123 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 1272490 5927 1 0 1284553 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=5089936 CPUtime=3456.15 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 141117 0 0 0 345516 99 0 0 20 0 20 0 182161123 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=5089960 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 2710 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 3566.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5089960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3555.6 s]
/proc/loadavg: 3.27 3.34 3.72 4/306 927556
/proc/meminfo: memFree=112468308/131524600 swapFree=131071996/131071996
[pid=925384] ppid=925381 vsize=19108176 memory=5089960 CPUtime=3600.06 cores=5,7
/proc/925384/stat : 925384 (java) S 925381 925384 920389 0 -1 1077936128 330582 0 0 0 359710 296 0 0 20 0 20 0 182161123 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
/proc/925384/statm: 4777044 1272490 5927 1 0 1284553 0
[pid=925384/tid=925386] ppid=925381 vsize=19108176 memory=-9103295915696104124 CPUtime=3488.95 cores=5,7
/proc/925384/task/925386/stat : 925386 (java) R 925381 925384 920389 0 -1 4194368 141435 0 0 0 348796 99 0 0 20 0 20 0 182161123 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925395] ppid=925381 vsize=19108176 memory=1976 CPUtime=0 cores=5,7
/proc/925384/task/925395/stat : 925395 (Finalizer) S 925381 925384 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925402] ppid=925381 vsize=19108176 memory=5444 CPUtime=0 cores=5,7
/proc/925384/task/925402/stat : 925402 (Common-Cleaner) S 925381 925384 920389 0 -1 1077936192 2710 0 0 0 0 0 0 0 20 0 20 0 182161126 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
[pid=925384/tid=925403] ppid=925381 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/925384/task/925403/stat : 925403 (Timer-0) S 925381 925384 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182161151 19566772224 1272490 134679101440 94143187247104 94143187250800 140729627499040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94143187258616 94143187259408 94143192313856 140729627501551 140729627501664 140729627501664 140729627508680 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5089960 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=2.98544 s

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

Child status: 143

Real time (s): 3555.68
CPU time (s): 3600.2
CPU user time (s): 3597.21
CPU system time (s): 2.98544
CPU usage (%): 101.252
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5089960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 2.98544
maximum resident set size= 5091796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333817
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128809
involuntary context switches= 11757


# summary of solver processes directly reported to runsolver:
#   pid: 925384
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 2.98544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64255 second user time and 17.7177 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 12:53:37
IDJOB=4442195
IDBENCH=147783
IDSOLVER=3046
FILE ID=nodeC016/4442195-1721300005
RUNJOBID= nodeC016-1721292927-920403
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-fpga40_38_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-4442195-1721300005/watcher-4442195-1721300005 -o /tmp/evaluation-result-4442195-1721300005/solver-4442195-1721300005 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920403 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442195-1721300005.opb

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

MD5SUM BENCH= 917f13bbfed85e9ecc88eb82d1d4e0d7
RANDOM SEED=63651439

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		: 3667.256
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		: 3658.663
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.001
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.016
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		: 3667.228
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		: 3645.348
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		: 3600.106
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		: 3650.352
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:        115324744 kB
MemAvailable:   118920408 kB
Buffers:          335220 kB
Cached:          4098156 kB
SwapCached:            0 kB
Active:           503724 kB
Inactive:       15070700 kB
Active(anon):       1560 kB
Inactive(anon): 11177244 kB
Active(file):     502164 kB
Inactive(file):  3893456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1172 kB
Writeback:             0 kB
AnonPages:      11139620 kB
Mapped:           126384 kB
Shmem:             37720 kB
KReclaimable:      79380 kB
Slab:             187644 kB
SReclaimable:      79380 kB
SUnreclaim:       108264 kB
KernelStack:        4988 kB
PageTables:        31868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12676092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68960 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10766336 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= 890080 MiB
End job on nodeC016 at 2024-07-18 13:52:53