Trace number 4427585

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.14 3571.96

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-stp3d.opb
MD5SUMa4b0cd988cdc47ea50384dbc6c682a43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
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.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-4427585-1720998102.opb
0.14/0.15	c reading problem ... 
0.14/0.17	c  objective function found
75.87/73.11	c ... done. Wall clock time 72.952s.
75.87/73.11	c declared #vars     204880
75.87/73.11	c #constraints  187573
75.87/73.11	c constraints type 
75.87/73.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
75.87/73.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
75.87/73.11	c org.sat4j.specs.Constr$1 => 3552
75.87/73.11	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3556
75.87/73.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
75.87/73.11	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
75.87/73.11	c 187573 constraints processed.
75.98/73.12	c objective function length is 75648 literals
122.95/117.19	c cleaning 2461 clauses out of 5000 with flag 0/5000
211.69/204.82	c cleaning 4243 clauses out of 8539 with flag 0/11000
318.64/310.40	c cleaning 5460 clauses out of 11297 with flag 0/18001
464.78/455.43	c cleaning 6856 clauses out of 13844 with flag 0/26008
691.46/680.25	c cleaning 7891 clauses out of 15985 with flag 0/35005
881.60/868.04	c cleaning 8833 clauses out of 18089 with flag 0/45000
2243.09/2225.63	c cleaning 9664 clauses out of 20257 with flag 0/56001
2554.60/2534.06	c cleaning 9744 clauses out of 22592 with flag 0/68000
3186.03/3161.22	c cleaning 11052 clauses out of 25849 with flag 0/81001
3593.56/3565.61	c cleaning 11979 clauses out of 28796 with flag 0/95000
3600.05/3571.91	c starts		: 88
3600.05/3571.91	c conflicts		: 95422
3600.05/3571.91	c decisions		: 4305585
3600.05/3571.91	c propagations		: 190147686
3600.05/3571.91	c inspects		: 367512174
3600.05/3571.91	c shortcuts		: 0
3600.05/3571.91	c learnt literals	: 0
3600.05/3571.91	c learnt binary clauses	: 0
3600.05/3571.91	c learnt ternary clauses	: 0
3600.05/3571.91	c learnt constraints	: 95422
3600.05/3571.91	c ignored constraints	: 0
3600.05/3571.91	c root simplifications	: 0
3600.05/3571.91	c removed literals (reason simplification)	: 0
3600.05/3571.91	c reason swapping (by a shorter reason)	: 0
3600.05/3571.91	c Calls to reduceDB	: 10
3600.05/3571.91	c Number of update (reduction) of LBD	: 91
3600.05/3571.91	c Imported unit clauses	: 0
3600.05/3571.91	c No decision after first conflict	: false
3600.05/3571.91	c number of reductions to clauses (during analyze)	: 0
3600.05/3571.91	c number of learned constraints concerned by reduction	: 0
3600.05/3571.91	c number of learning phase by resolution	: 0
3600.05/3571.91	c number of learning phase by cutting planes	: 0
3600.05/3571.91	c number of rounding to 1 operations	: 323764
3600.05/3571.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3571.91	c number of reductions of the coefficients by power 2 	: 0
3600.05/3571.91	c number of right shift for reduction by power 2 	: 0
3600.05/3571.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3571.91	c number of ending skipping 	: 0
3600.05/3571.91	c number of internal skipping 	: 0
3600.05/3571.91	c number of derivation steps 	: 2655080
3600.05/3571.91	c number of skipped derivation steps 	: 0
3600.05/3571.91	c number of remaining unassigned 	: 1114368
3600.05/3571.91	c number of remaining assigned 	: 56156855
3600.05/3571.91	c number of falsified literals weakened from reason	: 0
3600.05/3571.91	c number of falsified literals weakened from conflict	: 0
3600.05/3571.91	c time for arithmetic operations	: 10890956036
3600.05/3571.91	c timeout
3600.05/3571.91	c minimum degree of deleted constraints	: 4
3600.05/3571.91	c maximum degree of deleted constraints	: 535591743
3600.05/3571.92	c number of deleted constraints	: 78183
3600.05/3571.92	c speed (assignments/second)	: 54347.58411116253
3600.05/3571.92	c non guided choices	: 92773
3600.05/3571.93	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 5050
3600.05/3571.93	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9526
3600.05/3571.93	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2663
3600.05/3571.93	s UNKNOWN
3600.05/3571.93	c Total wall clock time (in seconds): 3571.782

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427585-1720998102/watcher-4427585-1720998102 -o /tmp/evaluation-result-4427585-1720998102/solver-4427585-1720998102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720994549-776294 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427585-1720998102.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=779327, runsolver pid=779324

[startup+0.101305 s]*
/proc/loadavg: 4.54 4.31 4.18 4/309 779359
/proc/meminfo: memFree=122937560/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=18975048 memory=63224 CPUtime=0.14 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 7220 0 0 0 12 2 0 0 20 0 18 0 151978460 19430449152 15806 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4743762 15806 5685 1 0 549356 0
[pid=779327/tid=779333] ppid=779324 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 5760 0 0 0 8 1 0 0 20 0 18 0 151978460 19430449152 15806 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=18975048 memory=15945 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151978463 19430449152 15806 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151978464 19430449152 15806 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63224 KiB

[startup+0.206624 s]*
/proc/loadavg: 4.54 4.31 4.18 6/306 779378
/proc/meminfo: memFree=122924084/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=18975048 memory=80220 CPUtime=0.33 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 7689 0 0 0 31 2 0 0 20 0 18 0 151978460 19430449152 20055 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4743762 20055 5859 1 0 549650 0
[pid=779327/tid=779333] ppid=779324 vsize=18975048 memory=7947006584537350263 CPUtime=0.18 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 5988 0 0 0 17 1 0 0 20 0 18 0 151978460 19430449152 20055 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=18975048 memory=15929 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151978463 19430449152 20055 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=18975048 memory=14691881351120164 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151978464 19430449152 20055 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80220 KiB

[startup+0.30663 s]*
/proc/loadavg: 4.54 4.31 4.18 7/308 779380
/proc/meminfo: memFree=122871844/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=18975048 memory=110992 CPUtime=0.52 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 9407 0 0 0 49 3 0 0 20 0 18 0 151978460 19430449152 27748 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4743762 27748 5859 1 0 550705 0
[pid=779327/tid=779333] ppid=779324 vsize=18975048 memory=8390339637985935414 CPUtime=0.28 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 6001 0 0 0 26 2 0 0 20 0 18 0 151978460 19430449152 27748 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=18975048 memory=4210021459478985973 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151978463 19430449152 27748 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=18975048 memory=27981 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151978464 19430449152 27748 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 110992 KiB

[startup+0.700268 s]
/proc/loadavg: 4.54 4.31 4.18 11/330 779410
/proc/meminfo: memFree=122719616/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19041612 memory=516644 CPUtime=1.18 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 10708 0 0 0 107 11 0 0 20 0 19 0 151978460 19498610688 129161 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4760403 129161 5875 1 0 1077424 0
[pid=779327/tid=779333] ppid=779324 vsize=19041612 memory=16084 CPUtime=0.56 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 6207 0 0 0 47 9 0 0 20 0 19 0 151978460 19498610688 129161 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151978463 19498610688 129161 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19041612 memory=27897 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151978464 19498610688 129161 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 516644 KiB

[startup+1.50061 s]
/proc/loadavg: 4.54 4.31 4.18 7/332 779412
/proc/meminfo: memFree=120606860/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19041612 memory=1868280 CPUtime=2.27 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 12509 0 0 0 189 38 0 0 20 0 19 0 151978460 19498610688 467070 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4760403 467070 5938 1 0 1597747 0
[pid=779327/tid=779333] ppid=779324 vsize=19041612 memory=13120 CPUtime=1.26 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 6849 0 0 0 92 34 0 0 20 0 19 0 151978460 19498610688 467070 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151978463 19498610688 467070 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19041612 memory=1607 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151978464 19498610688 467070 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1868280 KiB

[startup+3.10662 s]
/proc/loadavg: 4.54 4.31 4.18 8/333 779413
/proc/meminfo: memFree=116451884/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19041612 memory=3969752 CPUtime=4.58 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 25914 0 0 0 378 80 0 0 20 0 19 0 151978460 19498610688 992438 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4760403 992438 5938 1 0 1603846 0
[pid=779327/tid=779333] ppid=779324 vsize=19041612 memory=0 CPUtime=2.81 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 7864 0 0 0 208 73 0 0 20 0 19 0 151978460 19498610688 992438 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151978463 19498610688 992438 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19041612 memory=100 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151978464 19498610688 992438 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3969752 KiB

[startup+6.30061 s]
/proc/loadavg: 4.50 4.30 4.18 5/333 779414
/proc/meminfo: memFree=115968516/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19041612 memory=3955528 CPUtime=7.92 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 26304 0 0 0 711 81 0 0 20 0 19 0 151978460 19498610688 988882 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4760403 988882 5938 1 0 1603846 0
[pid=779327/tid=779333] ppid=779324 vsize=19041612 memory=13120 CPUtime=5.88 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 8190 0 0 0 515 73 0 0 20 0 19 0 151978460 19498610688 988882 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19041612 memory=100 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151978463 19498610688 988882 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19041612 memory=2007544 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151978464 19498610688 988882 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3955528 KiB

[startup+12.7003 s]
/proc/loadavg: 4.46 4.30 4.18 5/333 779414
/proc/meminfo: memFree=115156504/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19041612 memory=3969864 CPUtime=14.39 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 27136 0 0 0 1357 82 0 0 20 0 19 0 151978460 19498610688 992466 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4760403 992466 5938 1 0 1603846 0
[pid=779327/tid=779333] ppid=779324 vsize=19041612 memory=0 CPUtime=12.13 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 8957 0 0 0 1139 74 0 0 20 0 19 0 151978460 19498610688 992466 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19041612 memory=3969864 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151978463 19498610688 992466 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19041612 memory=3847596 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151978464 19498610688 992466 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 14.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3969864 KiB

[startup+25.5003 s]
/proc/loadavg: 4.50 4.32 4.19 5/333 779417
/proc/meminfo: memFree=114556304/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19041612 memory=3980652 CPUtime=27.28 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 30528 0 0 0 2644 84 0 0 20 0 19 0 151978460 19498610688 995163 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4760403 995163 5938 1 0 1603846 0
[pid=779327/tid=779333] ppid=779324 vsize=19041612 memory=38496 CPUtime=24.67 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 10730 0 0 0 2393 74 0 0 20 0 19 0 151978460 19498610688 995163 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19041612 memory=11376 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151978463 19498610688 995163 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19041612 memory=-8888811966178960060 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151978464 19498610688 995163 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 27.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3980652 KiB

[startup+51.106 s]
/proc/loadavg: 4.39 4.31 4.18 5/333 779422
/proc/meminfo: memFree=114093468/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19041612 memory=4003880 CPUtime=53.39 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 42992 0 0 0 5251 88 0 0 20 0 19 0 151978460 19498610688 1000970 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4760403 1000970 5938 1 0 1603846 0
[pid=779327/tid=779333] ppid=779324 vsize=19041612 memory=4004348 CPUtime=49.77 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 13557 0 0 0 4902 75 0 0 20 0 19 0 151978460 19498610688 1000970 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151978463 19498610688 1000970 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19041612 memory=1223 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151978464 19498610688 1000970 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 53.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4003880 KiB

[startup+102.3 s]
/proc/loadavg: 4.58 4.38 4.22 5/333 779433
/proc/meminfo: memFree=113133108/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19108176 memory=4107476 CPUtime=107.78 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 62007 0 0 0 10683 95 0 0 20 0 20 0 151978460 19566772224 1026869 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4777044 1026869 5975 1 0 1604762 0

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

/proc/meminfo: memFree=104814296/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19174740 memory=6383836 CPUtime=3247.76 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 389125 0 0 0 324458 318 0 0 20 0 21 0 151978460 19634933760 1595959 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4793685 1595959 6005 1 0 1608518 0
[pid=779327/tid=779333] ppid=779324 vsize=19174740 memory=26340 CPUtime=3183.42 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 163810 0 0 0 318231 111 0 0 20 0 21 0 151978460 19634933760 1595959 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19174740 memory=6383836 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151978463 19634933760 1595959 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19174740 memory=6383836 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 3715 0 0 0 0 0 0 0 20 0 21 0 151978464 19634933760 1595959 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779427] ppid=779324 vsize=19174740 memory=6383836 CPUtime=0 cores=5,7
/proc/779327/task/779427/stat : 779427 (Timer-0) S 779324 779327 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 151985779 19634933760 1595959 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 3247.76 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6383836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.16 6/335 781099
/proc/meminfo: memFree=104811108/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3308.43 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 390889 0 0 0 330522 321 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4793685 1596471 6005 1 0 1608518 0
[pid=779327/tid=779333] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3242.23 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 164990 0 0 0 324112 111 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 30 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151978463 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19174740 memory=38496 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 3715 0 0 0 0 0 0 0 20 0 21 0 151978464 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779427] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779427/stat : 779427 (Timer-0) S 779324 779327 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 151985779 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 3308.43 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6385884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/335 781111
/proc/meminfo: memFree=104810836/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3368.64 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 396221 0 0 0 336540 324 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4793685 1596471 6005 1 0 1608518 0
[pid=779327/tid=779333] ppid=779324 vsize=19174740 memory=13120 CPUtime=3301.32 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 167621 0 0 0 330020 112 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19174740 memory=11376 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151978463 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19174740 memory=0 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 3797 0 0 0 0 0 0 0 20 0 21 0 151978464 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779427] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779427/stat : 779427 (Timer-0) S 779324 779327 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 151985779 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 3368.64 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6385884 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/336 781291
/proc/meminfo: memFree=104809672/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3429.2 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 397468 0 0 0 342592 328 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4793685 1596471 6005 1 0 1608518 0
[pid=779327/tid=779333] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3360.5 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 168491 0 0 0 335938 112 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151978463 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19174740 memory=11376 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 3825 0 0 0 0 0 0 0 20 0 21 0 151978464 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779427] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779427/stat : 779427 (Timer-0) S 779324 779327 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 151985779 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 3429.2 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6385884 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.15 4.16 6/336 781301
/proc/meminfo: memFree=104808800/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3489.68 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 401483 0 0 0 348637 331 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4793685 1596471 6005 1 0 1608518 0
[pid=779327/tid=779333] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3419.77 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 171222 0 0 0 341865 112 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19174740 memory=11376 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151978463 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 3825 0 0 0 0 0 0 0 20 0 21 0 151978464 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779427] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779427/stat : 779427 (Timer-0) S 779324 779327 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 151985779 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 3489.68 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6385884 KiB

[startup+3522.3 s]
/proc/loadavg: 3.81 4.06 4.13 5/312 781348
/proc/meminfo: memFree=109886728/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3550.12 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 404270 0 0 0 354678 334 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4793685 1596471 6005 1 0 1608518 0
[pid=779327/tid=779333] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3478.76 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 171974 0 0 0 347763 113 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151978463 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19174740 memory=11376 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 3905 0 0 0 0 0 0 0 20 0 21 0 151978464 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779427] ppid=779324 vsize=19174740 memory=5428 CPUtime=0 cores=5,7
/proc/779327/task/779427/stat : 779427 (Timer-0) S 779324 779327 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 151985779 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 3550.12 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6385884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.9 s]
/proc/loadavg: 3.64 3.96 4.09 5/312 781370
/proc/meminfo: memFree=109885940/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3600.05 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 406174 0 0 0 359668 337 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4793685 1596471 6005 1 0 1608518 0
[pid=779327/tid=779333] ppid=779324 vsize=19174740 memory=5428 CPUtime=3527.65 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 173456 0 0 0 352652 113 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151978463 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 3906 0 0 0 0 0 0 0 20 0 21 0 151978464 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779427] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779427/stat : 779427 (Timer-0) S 779324 779327 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 151985779 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6385884 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.74 s, system=3.39622 s

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

[startup+3571.9 s]
/proc/loadavg: 3.64 3.96 4.09 5/312 781370
/proc/meminfo: memFree=109885940/131524600 swapFree=131071996/131071996
[pid=779327] ppid=779324 vsize=19174740 memory=6385884 CPUtime=3600.05 cores=5,7
/proc/779327/stat : 779327 (java) S 779324 779327 776280 0 -1 1077936128 406174 0 0 0 359668 337 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
/proc/779327/statm: 4793685 1596471 6005 1 0 1608518 0
[pid=779327/tid=779333] ppid=779324 vsize=19174740 memory=5428 CPUtime=3527.65 cores=5,7
/proc/779327/task/779333/stat : 779333 (java) R 779324 779327 776280 0 -1 4194368 173456 0 0 0 352652 113 0 0 20 0 21 0 151978460 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779352] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779352/stat : 779352 (Finalizer) S 779324 779327 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151978463 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779359] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779359/stat : 779359 (Common-Cleaner) S 779324 779327 776280 0 -1 1077936192 3906 0 0 0 0 0 0 0 20 0 21 0 151978464 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
[pid=779327/tid=779427] ppid=779324 vsize=19174740 memory=6385884 CPUtime=0 cores=5,7
/proc/779327/task/779427/stat : 779427 (Timer-0) S 779324 779327 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 151985779 19634933760 1596471 134679101440 94005509287936 94005509291632 140737139210992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005509299448 94005509300240 94005516271616 140737139213296 140737139213409 140737139213409 140737139220424 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6385884 KiB

Child status: 143

Real time (s): 3571.96
CPU time (s): 3600.14
CPU user time (s): 3596.74
CPU system time (s): 3.39622
CPU usage (%): 100.789
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 6385884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.74
system time used= 3.39622
maximum resident set size= 6387576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408833
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119137
involuntary context switches= 9899


# summary of solver processes directly reported to runsolver:
#   pid: 779327
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3596.74
#   total CPU system time (s): 3.39622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.47101 second user time and 19.6339 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-15 01:01:55
IDJOB=4427585
IDBENCH=155358
IDSOLVER=3046
FILE ID=nodeC031/4427585-1720998102
RUNJOBID= nodeC031-1720994549-776294
SLURM_JOB_ID= 7505325
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427585-1720998102/watcher-4427585-1720998102 -o /tmp/evaluation-result-4427585-1720998102/solver-4427585-1720998102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720994549-776294 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427585-1720998102.opb

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

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=716307364

nodeC031.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		: 3618.333
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.55
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		: 3667.072
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.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		: 3626.013
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.55
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		: 3645.079
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.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		: 3666.816
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.55
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		: 3671.329
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.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		: 3612.059
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.55
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		: 3615.507
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122978664 kB
MemAvailable:   124288060 kB
Buffers:          334136 kB
Cached:          1803224 kB
SwapCached:            0 kB
Active:           534432 kB
Inactive:        7392408 kB
Active(anon):       1528 kB
Inactive(anon):  5825688 kB
Active(file):     532904 kB
Inactive(file):  1566720 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12624 kB
Writeback:            56 kB
AnonPages:       5787760 kB
Mapped:           122480 kB
Shmem:             37720 kB
KReclaimable:      98836 kB
Slab:             203804 kB
SReclaimable:      98836 kB
SUnreclaim:       104968 kB
KernelStack:        4704 kB
PageTables:        20908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7946900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59456 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5539840 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:      162516 kB
DirectMap2M:    12193792 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC031 at 2024-07-15 02:01:27