Trace number 4424352

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.08 3603.44

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub4_wcsp.wbo
MD5SUM017722a65fbbcf3be40a97a1e4190efb
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark553556
Best CPU time to get the best result obtained on this benchmark3600.33
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints357050
Number of soft constraints357028
Number of constraints which are clauses357028
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 55058437
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 28629521944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4424352-1720874154.wbo
0.13/0.16	c reading problem ... 
103.89/101.49	c ... done. Wall clock time 101.324s.
103.89/101.49	c declared #vars     928
103.89/101.49	c internal #vars     357956
103.89/101.49	c #constraints  357073
103.89/101.49	c constraints type 
103.89/101.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
103.89/101.49	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
103.89/101.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 357050
103.89/101.49	c 357073 constraints processed.
104.09/101.50	c objective function length is 357028 literals
3600.02/3603.41	c starts		: 3
3600.02/3603.41	c timeout
3600.02/3603.41	c conflicts		: 210
3600.02/3603.41	c decisions		: 361254
3600.02/3603.41	c propagations		: 577640
3600.02/3603.41	c inspects		: 558460
3600.02/3603.42	c shortcuts		: 0
3600.02/3603.42	c learnt literals	: 0
3600.02/3603.42	c learnt binary clauses	: 0
3600.02/3603.42	c learnt ternary clauses	: 0
3600.02/3603.42	c learnt constraints	: 209
3600.02/3603.42	c ignored constraints	: 0
3600.02/3603.42	c root simplifications	: 0
3600.02/3603.42	c removed literals (reason simplification)	: 0
3600.02/3603.42	c reason swapping (by a shorter reason)	: 0
3600.02/3603.42	c Calls to reduceDB	: 0
3600.02/3603.42	c Number of update (reduction) of LBD	: 13
3600.02/3603.42	c Imported unit clauses	: 0
3600.02/3603.42	c No decision after first conflict	: false
3600.02/3603.42	c number of reductions to clauses (during analyze)	: 0
3600.02/3603.42	c number of learned constraints concerned by reduction	: 0
3600.02/3603.42	c number of learning phase by resolution	: 0
3600.02/3603.42	c number of learning phase by cutting planes	: 0
3600.02/3603.42	c number of rounding to 1 operations	: 4
3600.02/3603.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3603.42	c number of reductions of the coefficients by power 2 	: 0
3600.02/3603.42	c number of right shift for reduction by power 2 	: 0
3600.02/3603.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3603.42	c number of ending skipping 	: 0
3600.02/3603.42	c number of internal skipping 	: 0
3600.02/3603.42	c number of derivation steps 	: 2811
3600.02/3603.42	c number of skipped derivation steps 	: 0
3600.02/3603.42	c number of remaining unassigned 	: 0
3600.02/3603.42	c number of remaining assigned 	: 223
3600.02/3603.42	c number of falsified literals weakened from reason	: 0
3600.02/3603.42	c number of falsified literals weakened from conflict	: 0
3600.02/3603.42	c time for arithmetic operations	: 169362
3600.02/3603.42	c minimum degree of deleted constraints	: null
3600.02/3603.42	c maximum degree of deleted constraints	: null
3600.02/3603.42	c number of deleted constraints	: 0
3600.02/3603.42	c speed (assignments/second)	: 164.95266934391591
3600.02/3603.42	c non guided choices	: 860
3600.02/3603.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 184
3600.02/3603.42	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.02/3603.42	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23
3600.02/3603.42	s UNKNOWN
3600.02/3603.42	c Total wall clock time (in seconds): 3603.271

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: 63968 MiB (61577 MiB free)
  memory of node 1: 64473 MiB (62529 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424352-1720874154/watcher-4424352-1720874154 -o /tmp/evaluation-result-4424352-1720874154/solver-4424352-1720874154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720874164-712774 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424352-1720874154.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=713161, runsolver pid=713158

[startup+0.100154 s]*
/proc/loadavg: 0.45 0.17 0.11 10/334 713179
/proc/meminfo: memFree=126750532/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=18975048 memory=63408 CPUtime=0.13 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 7712 0 0 0 11 2 0 0 20 0 18 0 139583543 19430449152 15852 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4743762 15852 5731 1 0 549318 0
[pid=713161/tid=713163] ppid=713158 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 6261 0 0 0 7 1 0 0 20 0 18 0 139583543 19430449152 15852 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139583546 19430449152 15852 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=18975048 memory=13564899112540450 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139583546 19430449152 15852 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63408 KiB

[startup+0.215235 s]*
/proc/loadavg: 0.45 0.17 0.11 12/334 713179
/proc/meminfo: memFree=126355864/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=18975048 memory=82044 CPUtime=0.35 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 8198 0 0 0 32 3 0 0 20 0 18 0 139583543 19430449152 20511 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4743762 20511 5863 1 0 549717 0
[pid=713161/tid=713163] ppid=713158 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 6572 0 0 0 17 2 0 0 20 0 18 0 139583543 19430449152 20511 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=18975048 memory=17016 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139583546 19430449152 20511 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139583546 19430449152 20511 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82044 KiB

[startup+0.306368 s]*
/proc/loadavg: 0.45 0.17 0.11 8/335 713180
/proc/meminfo: memFree=125960272/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19041612 memory=164604 CPUtime=0.52 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 9413 0 0 0 47 5 0 0 20 0 19 0 139583543 19498610688 41151 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4760403 41151 5894 1 0 550670 0
[pid=713161/tid=713163] ppid=713158 vsize=19041612 memory=-8599739389990838972 CPUtime=0.27 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) S 713158 713161 712764 0 -1 1077936192 6610 0 0 0 24 3 0 0 20 0 19 0 139583543 19498610688 41151 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 41151 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 41151 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164604 KiB

[startup+0.706308 s]
/proc/loadavg: 0.45 0.17 0.11 10/335 713180
/proc/meminfo: memFree=124777668/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19041612 memory=1037184 CPUtime=1.26 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 14284 0 0 0 104 22 0 0 20 0 19 0 139583543 19498610688 259296 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4760403 259296 5926 1 0 1242365 0
[pid=713161/tid=713163] ppid=713158 vsize=19041612 memory=5464 CPUtime=0.61 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 7019 0 0 0 42 19 0 0 20 0 19 0 139583543 19498610688 259296 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19041612 memory=13116 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 259296 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 259296 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1037184 KiB

[startup+1.50029 s]
/proc/loadavg: 0.45 0.17 0.11 9/336 713181
/proc/meminfo: memFree=121779096/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19041612 memory=1980068 CPUtime=2.68 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 22859 0 0 0 226 42 0 0 20 0 19 0 139583543 19498610688 495017 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4760403 495017 5926 1 0 1246602 0
[pid=713161/tid=713163] ppid=713158 vsize=19041612 memory=13116 CPUtime=1.36 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 7464 0 0 0 99 37 0 0 20 0 19 0 139583543 19498610688 495017 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 495017 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 495017 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1980068 KiB

[startup+3.10602 s]
/proc/loadavg: 0.45 0.17 0.11 6/336 713181
/proc/meminfo: memFree=119757280/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19041612 memory=3292836 CPUtime=4.33 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 23519 0 0 0 364 69 0 0 20 0 19 0 139583543 19498610688 823209 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4760403 823209 5926 1 0 1246611 0
[pid=713161/tid=713163] ppid=713158 vsize=19041612 memory=0 CPUtime=2.9 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 8097 0 0 0 227 63 0 0 20 0 19 0 139583543 19498610688 823209 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19041612 memory=13116 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 823209 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19041612 memory=2639524 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 823209 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 4.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3292836 KiB

[startup+6.30669 s]
/proc/loadavg: 0.90 0.27 0.15 7/336 713314
/proc/meminfo: memFree=121375028/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19041612 memory=3280204 CPUtime=7.63 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 23906 0 0 0 694 69 0 0 20 0 19 0 139583543 19498610688 820051 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4760403 820051 5926 1 0 1246612 0
[pid=713161/tid=713163] ppid=713158 vsize=19041612 memory=0 CPUtime=5.94 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 8443 0 0 0 531 63 0 0 20 0 19 0 139583543 19498610688 820051 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19041612 memory=3276108 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 820051 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 820051 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 7.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3280204 KiB

[startup+12.7003 s]
/proc/loadavg: 1.23 0.34 0.17 6/337 713317
/proc/meminfo: memFree=119227940/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19041612 memory=3968260 CPUtime=14.19 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 25498 0 0 0 1336 83 0 0 20 0 19 0 139583543 19498610688 992065 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4760403 992065 5926 1 0 1415816 0
[pid=713161/tid=713163] ppid=713158 vsize=19041612 memory=0 CPUtime=12.02 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 9408 0 0 0 1126 76 0 0 20 0 19 0 139583543 19498610688 992065 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19041612 memory=3960068 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 992065 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19041612 memory=3292840 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 992065 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 14.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3968260 KiB

[startup+25.5002 s]
/proc/loadavg: 1.84 0.52 0.23 5/337 713318
/proc/meminfo: memFree=118734556/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19041612 memory=4009748 CPUtime=27.17 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 28655 0 0 0 2632 85 0 0 20 0 19 0 139583543 19498610688 1002437 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4760403 1002437 5926 1 0 1415816 0
[pid=713161/tid=713163] ppid=713158 vsize=19041612 memory=3292840 CPUtime=24.27 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 10489 0 0 0 2351 76 0 0 20 0 19 0 139583543 19498610688 1002437 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19041612 memory=3993260 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 1002437 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 1002437 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 27.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4009748 KiB

[startup+51.106 s]
/proc/loadavg: 2.58 0.81 0.34 5/337 713323
/proc/meminfo: memFree=118216668/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19041612 memory=4051448 CPUtime=53.07 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 33033 0 0 0 5217 90 0 0 20 0 19 0 139583543 19498610688 1012862 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4760403 1012862 5926 1 0 1415816 0
[pid=713161/tid=713163] ppid=713158 vsize=19041612 memory=4032468 CPUtime=49.18 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 12971 0 0 0 4841 77 0 0 20 0 19 0 139583543 19498610688 1012862 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19041612 memory=11376 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 1012862 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19041612 memory=35272 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139583546 19498610688 1012862 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 53.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4051448 KiB

[startup+102.301 s]
/proc/loadavg: 3.44 1.32 0.54 7/338 713334
/proc/meminfo: memFree=117867660/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19108176 memory=4118988 CPUtime=105.62 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 48322 0 0 0 10464 98 0 0 20 0 20 0 139583543 19566772224 1029747 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4777044 1029747 5964 1 0 1416373 0
[pid=713161/tid=713163] ppid=713158 vsize=19108176 memory=1912 CPUtime=99.21 cores=0,2

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

/proc/meminfo: memFree=113488864/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3219.66 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 126270 0 0 0 321668 298 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4793685 1030327 5980 1 0 1416939 0
[pid=713161/tid=713163] ppid=713158 vsize=19174740 memory=11376 CPUtime=3208.04 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 33924 0 0 0 320710 94 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19174740 memory=11376 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 7270 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713334] ppid=713158 vsize=19174740 memory=11376 CPUtime=0 cores=0,2
/proc/713161/task/713334/stat : 713334 (Timer-0) S 713158 713161 712764 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139593700 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 3219.66 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4121308 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.19 4.09 5/337 715178
/proc/meminfo: memFree=113487632/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3279.54 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 126904 0 0 0 327653 301 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4793685 1030327 5980 1 0 1416939 0
[pid=713161/tid=713163] ppid=713158 vsize=19174740 memory=11376 CPUtime=3267.86 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 34078 0 0 0 326692 94 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19174740 memory=37188 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19174740 memory=2256 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 7411 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713334] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713334/stat : 713334 (Timer-0) S 713158 713161 712764 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139593700 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 3279.54 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4121308 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.17 4.09 5/337 715189
/proc/meminfo: memFree=113487136/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3339.43 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 127680 0 0 0 333637 306 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4793685 1030327 5980 1 0 1416939 0
[pid=713161/tid=713163] ppid=713158 vsize=19174740 memory=35372 CPUtime=3327.68 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 34209 0 0 0 332673 95 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 7551 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713334] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713334/stat : 713334 (Timer-0) S 713158 713161 712764 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139593700 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 3339.43 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4121308 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.17 4.09 5/337 715200
/proc/meminfo: memFree=113266608/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3399.32 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 128307 0 0 0 339623 309 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4793685 1030327 5980 1 0 1416939 0
[pid=713161/tid=713163] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3387.5 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 34354 0 0 0 338655 95 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 7692 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713334] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713334/stat : 713334 (Timer-0) S 713158 713161 712764 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139593700 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 3399.32 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4121308 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.16 4.09 5/336 715211
/proc/meminfo: memFree=112927396/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3459.2 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 129085 0 0 0 345607 313 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4793685 1030327 5980 1 0 1416939 0
[pid=713161/tid=713163] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3447.32 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 34487 0 0 0 344637 95 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19174740 memory=2776 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 7832 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713334] ppid=713158 vsize=19174740 memory=2700 CPUtime=0 cores=0,2
/proc/713161/task/713334/stat : 713334 (Timer-0) S 713158 713161 712764 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139593700 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 3459.2 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4121308 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.15 4.09 5/336 715222
/proc/meminfo: memFree=112926608/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3519.08 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 129716 0 0 0 351592 316 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4793685 1030327 5980 1 0 1416939 0
[pid=713161/tid=713163] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3507.12 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 34636 0 0 0 350617 95 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19174740 memory=35372 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 7975 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713334] ppid=713158 vsize=19174740 memory=2212 CPUtime=0 cores=0,2
/proc/713161/task/713334/stat : 713334 (Timer-0) S 713158 713161 712764 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139593700 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 3519.08 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4121308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.15 4.09 5/332 715233
/proc/meminfo: memFree=112923516/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3578.96 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 130493 0 0 0 357576 320 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4793685 1030327 5980 1 0 1416939 0
[pid=713161/tid=713163] ppid=713158 vsize=19174740 memory=5464 CPUtime=3566.94 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 34768 0 0 0 356599 95 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19174740 memory=2212 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19174740 memory=26092 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 8115 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713334] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713334/stat : 713334 (Timer-0) S 713158 713161 712764 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139593700 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 3578.96 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4121308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.4 s]
/proc/loadavg: 3.89 4.09 4.07 4/306 715270
/proc/meminfo: memFree=118898172/131524600 swapFree=131071996/131071996
[pid=713161] ppid=713158 vsize=19174740 memory=4121308 CPUtime=3600.02 cores=0,2
/proc/713161/stat : 713161 (java) S 713158 713161 712764 0 -1 1077936128 130543 0 0 0 359681 321 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
/proc/713161/statm: 4793685 1030327 5980 1 0 1416939 0
[pid=713161/tid=713163] ppid=713158 vsize=19174740 memory=1900 CPUtime=3587.97 cores=0,2
/proc/713161/task/713163/stat : 713163 (java) R 713158 713161 712764 0 -1 4194368 34805 0 0 0 358702 95 0 0 20 0 21 0 139583543 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713172] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713172/stat : 713172 (Finalizer) S 713158 713161 712764 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713179] ppid=713158 vsize=19174740 memory=35372 CPUtime=0 cores=0,2
/proc/713161/task/713179/stat : 713179 (Common-Cleaner) S 713158 713161 712764 0 -1 1077936192 8115 0 0 0 0 0 0 0 20 0 21 0 139583546 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
[pid=713161/tid=713334] ppid=713158 vsize=19174740 memory=4121308 CPUtime=0 cores=0,2
/proc/713161/task/713334/stat : 713334 (Timer-0) S 713158 713161 712764 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139593700 19634933760 1030327 134679101440 94047051714560 94047051718256 140735921782208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94047051726072 94047051726864 94047062769664 140735921783766 140735921783879 140735921783879 140735921790920 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4121308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.86 s, system=3.2276 s

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

Child status: 143

Real time (s): 3603.44
CPU time (s): 3600.08
CPU user time (s): 3596.86
CPU system time (s): 3.2276
CPU usage (%): 99.9068
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 4121308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.86
system time used= 3.2276
maximum resident set size= 4122764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160722
involuntary context switches= 25560


# summary of solver processes directly reported to runsolver:
#   pid: 713161
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3596.86
#   total CPU system time (s): 3.2276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.38732 second user time and 16.2927 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-13 14:36:07
IDJOB=4424352
IDBENCH=143887
IDSOLVER=3035
FILE ID=nodeC030/4424352-1720874154
RUNJOBID= nodeC030-1720874164-712774
SLURM_JOB_ID= 7483771
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424352-1720874154/watcher-4424352-1720874154 -o /tmp/evaluation-result-4424352-1720874154/solver-4424352-1720874154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720874164-712774 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424352-1720874154.wbo

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

MD5SUM BENCH= 017722a65fbbcf3be40a97a1e4190efb
RANDOM SEED=171353454

nodeC030.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		: 3613.758
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.28
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		: 3599.630
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	: 7005.11
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		: 3599.710
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.28
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		: 3599.630
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	: 7005.11
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		: 3644.758
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.28
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		: 3599.631
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	: 7005.11
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		: 3641.254
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.28
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		: 3599.630
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	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127217232 kB
MemAvailable:   127395640 kB
Buffers:          312792 kB
Cached:           710144 kB
SwapCached:            0 kB
Active:           468884 kB
Inactive:        3268816 kB
Active(anon):       1548 kB
Inactive(anon):  2750928 kB
Active(file):     467336 kB
Inactive(file):   517888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             17880 kB
Writeback:             0 kB
AnonPages:       2714752 kB
Mapped:           121724 kB
Shmem:             37720 kB
KReclaimable:      66016 kB
Slab:             164612 kB
SReclaimable:      66016 kB
SUnreclaim:        98596 kB
KernelStack:        5104 kB
PageTables:        15040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7368240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2287616 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:      201428 kB
DirectMap2M:     7960576 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC030 at 2024-07-13 15:36:11