Trace number 4446365

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.46 3005.55

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-139.opb
MD5SUMb1a9bb408d678f4e4f75286e8bd2bbb9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.2372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35834
Total number of constraints835510
Number of constraints which are clauses750303
Number of constraints which are cardinality constraints (but not clauses)2782
Number of constraints which are nor clauses,nor cardinality constraints82425
Minimum length of a constraint1
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4446365-1721336891.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
51.06/48.89	c ... done. Wall clock time 48.732s.
51.06/48.89	c declared #vars     35834
51.06/48.89	c #constraints  836984
51.06/48.89	c constraints type 
51.06/48.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 183324
51.06/48.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2627
51.06/48.89	c org.sat4j.specs.Constr$1 => 113108
51.06/48.89	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 82425
51.06/48.89	c org.sat4j.pb.constraints.pb.UnitClausePB => 7012
51.06/48.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448488
51.06/48.89	c 836984 constraints processed.
58.30/53.45	c cleaning 141 clauses out of 5002 with flag 0/5002
63.39/58.18	c cleaning 355 clauses out of 10861 with flag 0/11002
68.46/63.02	c cleaning 596 clauses out of 17505 with flag 0/18001
75.10/69.43	c cleaning 769 clauses out of 24908 with flag 0/26000
86.78/81.09	c cleaning 1243 clauses out of 33139 with flag 0/35000
103.63/97.45	c cleaning 1381 clauses out of 41897 with flag 0/45001
124.39/117.60	c cleaning 1979 clauses out of 51515 with flag 0/56000
150.03/142.59	c cleaning 2417 clauses out of 61536 with flag 0/68000
180.77/172.59	c cleaning 3608 clauses out of 72119 with flag 0/81000
218.66/209.29	c cleaning 4317 clauses out of 82511 with flag 0/95000
257.85/247.37	c cleaning 4001 clauses out of 93195 with flag 0/110001
309.33/297.55	c cleaning 5040 clauses out of 105194 with flag 0/126001
372.39/359.45	c cleaning 5118 clauses out of 117155 with flag 0/143002
433.17/419.03	c cleaning 5660 clauses out of 130035 with flag 0/161000
510.73/494.92	c cleaning 7706 clauses out of 143375 with flag 0/180000
601.85/584.01	c cleaning 6322 clauses out of 155672 with flag 0/200003
699.13/679.53	c cleaning 5729 clauses out of 170347 with flag 0/221000
797.34/771.81	c cleaning 7323 clauses out of 186618 with flag 0/243000
932.37/888.97	c cleaning 7318 clauses out of 202295 with flag 0/266000
1059.64/992.62	c cleaning 7461 clauses out of 218978 with flag 0/290001
1237.97/1130.66	c cleaning 8585 clauses out of 236516 with flag 0/315000
1413.14/1277.62	c cleaning 6421 clauses out of 253932 with flag 0/341001
1599.36/1437.19	c cleaning 7897 clauses out of 274511 with flag 0/368001
1795.13/1597.68	c cleaning 7440 clauses out of 294613 with flag 0/396000
2106.60/1841.43	c cleaning 9638 clauses out of 316174 with flag 0/425001
2365.18/2041.50	c cleaning 7916 clauses out of 336536 with flag 0/455001
2695.75/2293.24	c cleaning 9847 clauses out of 359619 with flag 0/486000
3035.62/2549.02	c cleaning 9785 clauses out of 381775 with flag 0/518003
3322.26/2774.36	c cleaning 6598 clauses out of 404988 with flag 0/551001
3600.02/3005.35	c starts		: 128
3600.02/3005.37	c conflicts		: 581860
3600.02/3005.38	c decisions		: 2906126
3600.02/3005.38	c propagations		: 389049949
3600.02/3005.38	c inspects		: 6193148327
3600.02/3005.38	c shortcuts		: 0
3600.02/3005.38	c learnt literals	: 0
3600.02/3005.38	c learnt binary clauses	: 60
3600.02/3005.38	c learnt ternary clauses	: 1401
3600.02/3005.38	c learnt constraints	: 581860
3600.02/3005.38	c ignored constraints	: 0
3600.02/3005.38	c root simplifications	: 0
3600.02/3005.38	c removed literals (reason simplification)	: 0
3600.02/3005.38	c reason swapping (by a shorter reason)	: 0
3600.02/3005.38	c Calls to reduceDB	: 29
3600.02/3005.38	c Number of update (reduction) of LBD	: 3
3600.02/3005.38	c Imported unit clauses	: 0
3600.02/3005.38	c No decision after first conflict	: false
3600.02/3005.38	c number of reductions to clauses (during analyze)	: 0
3600.02/3005.38	c number of learned constraints concerned by reduction	: 0
3600.02/3005.38	c number of learning phase by resolution	: 0
3600.02/3005.38	c number of learning phase by cutting planes	: 0
3600.02/3005.38	c number of rounding to 1 operations	: 2583284
3600.02/3005.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3005.38	c number of reductions of the coefficients by power 2 	: 0
3600.02/3005.38	c number of right shift for reduction by power 2 	: 0
3600.02/3005.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3005.38	c number of ending skipping 	: 0
3600.02/3005.38	c number of internal skipping 	: 0
3600.02/3005.38	c number of derivation steps 	: 13479698
3600.02/3005.38	c number of skipped derivation steps 	: 0
3600.02/3005.38	c number of remaining unassigned 	: 2598
3600.02/3005.38	c number of remaining assigned 	: 127583094
3600.02/3005.38	c number of falsified literals weakened from reason	: 0
3600.02/3005.38	c number of falsified literals weakened from conflict	: 0
3600.02/3005.38	c time for arithmetic operations	: 81216151280
3600.02/3005.38	c minimum degree of deleted constraints	: 4
3600.02/3005.38	c maximum degree of deleted constraints	: 5538
3600.02/3005.38	c number of deleted constraints	: 152611
3600.02/3005.38	c timeout
3600.02/3005.39	c speed (assignments/second)	: 131592.37071948446
3600.02/3005.39	c non guided choices	: 202291
3600.41/3005.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 241487
3600.41/3005.50	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 61
3600.41/3005.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 60
3600.41/3005.50	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 187641
3600.41/3005.50	s UNKNOWN
3600.41/3005.50	c Total wall clock time (in seconds): 3005.348

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446365-1721336891/watcher-4446365-1721336891 -o /tmp/evaluation-result-4446365-1721336891/solver-4446365-1721336891 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991976 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446365-1721336891.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
solver pid=996182, runsolver pid=996179
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.57 4.56 4.45 5/329 996200
/proc/meminfo: memFree=114455724/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=18975048 memory=64784 CPUtime=0.13 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 7087 0 0 0 11 2 0 0 20 0 18 0 185851554 19430449152 16196 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4743762 16196 5702 1 0 549330 0
[pid=996182/tid=996184] ppid=996179 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 5677 0 0 0 7 1 0 0 20 0 18 0 185851554 19430449152 16196 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185851557 19430449152 16196 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185851557 19430449152 16196 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64784 KiB

[startup+0.212779 s]*
/proc/loadavg: 4.57 4.56 4.45 8/330 996201
/proc/meminfo: memFree=114356584/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19041612 memory=164228 CPUtime=0.32 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 7716 0 0 0 28 4 0 0 20 0 19 0 185851554 19498610688 41057 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4760403 41057 5902 1 0 549949 0
[pid=996182/tid=996184] ppid=996179 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 5995 0 0 0 15 3 0 0 20 0 19 0 185851554 19498610688 41057 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19041612 memory=1905144 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 41057 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19041612 memory=15538522484377282 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 41057 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164228 KiB

[startup+0.310782 s]*
/proc/loadavg: 4.57 4.56 4.45 8/330 996201
/proc/meminfo: memFree=114332432/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19041612 memory=188316 CPUtime=0.5 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 8366 0 0 0 46 4 0 0 20 0 19 0 185851554 19498610688 47079 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4760403 47079 5902 1 0 550295 0
[pid=996182/tid=996184] ppid=996179 vsize=19041612 memory=-8527118832980239036 CPUtime=0.26 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 6025 0 0 0 23 3 0 0 20 0 19 0 185851554 19498610688 47079 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 47079 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 47079 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 188316 KiB

[startup+0.70078 s]
/proc/loadavg: 4.57 4.56 4.45 7/330 996201
/proc/meminfo: memFree=113768808/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19041612 memory=1352224 CPUtime=1.22 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 13923 0 0 0 94 28 0 0 20 0 19 0 185851554 19498610688 338056 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4760403 338056 5918 1 0 947895 0
[pid=996182/tid=996184] ppid=996179 vsize=19041612 memory=5628 CPUtime=0.61 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 6588 0 0 0 36 25 0 0 20 0 19 0 185851554 19498610688 338056 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19041612 memory=13124 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 338056 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 338056 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1352224 KiB

[startup+1.50078 s]
/proc/loadavg: 4.57 4.56 4.45 6/330 996201
/proc/meminfo: memFree=112149844/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19041612 memory=2873808 CPUtime=2.76 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 21656 0 0 0 218 58 0 0 20 0 19 0 185851554 19498610688 718452 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4760403 718452 5918 1 0 951382 0
[pid=996182/tid=996184] ppid=996179 vsize=19041612 memory=13124 CPUtime=1.38 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 7327 0 0 0 84 54 0 0 20 0 19 0 185851554 19498610688 718452 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 718452 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 718452 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2873808 KiB

[startup+3.10578 s]
/proc/loadavg: 4.61 4.57 4.46 5/330 996201
/proc/meminfo: memFree=111630824/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19041612 memory=2874072 CPUtime=4.6 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 21715 0 0 0 401 59 0 0 20 0 19 0 185851554 19498610688 718518 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4760403 718518 5918 1 0 951388 0
[pid=996182/tid=996184] ppid=996179 vsize=19041612 memory=0 CPUtime=2.92 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 7329 0 0 0 237 55 0 0 20 0 19 0 185851554 19498610688 718518 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19041612 memory=13124 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 718518 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19041612 memory=2873808 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 718518 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2874072 KiB

[startup+6.30078 s]
/proc/loadavg: 4.61 4.57 4.46 5/330 996202
/proc/meminfo: memFree=111632320/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19041612 memory=2872344 CPUtime=7.85 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 22136 0 0 0 725 60 0 0 20 0 19 0 185851554 19498610688 718086 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4760403 718086 5918 1 0 951406 0
[pid=996182/tid=996184] ppid=996179 vsize=19041612 memory=0 CPUtime=5.99 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 7588 0 0 0 544 55 0 0 20 0 19 0 185851554 19498610688 718086 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19041612 memory=2873808 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 718086 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 718086 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 7.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2872344 KiB

[startup+12.7008 s]
/proc/loadavg: 4.51 4.55 4.45 5/330 996202
/proc/meminfo: memFree=110465620/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19041612 memory=4028424 CPUtime=14.31 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 24251 0 0 0 1348 83 0 0 20 0 19 0 185851554 19498610688 1007106 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4760403 1007106 5918 1 0 1241765 0
[pid=996182/tid=996184] ppid=996179 vsize=19041612 memory=4024328 CPUtime=12.03 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 8820 0 0 0 1126 77 0 0 20 0 19 0 185851554 19498610688 1007106 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19041612 memory=3554248 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 1007106 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19041612 memory=14130030909326672 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 1007106 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4028424 KiB

[startup+25.5003 s]
/proc/loadavg: 4.51 4.55 4.45 6/330 996205
/proc/meminfo: memFree=109918036/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19041612 memory=4515508 CPUtime=27.33 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 28486 0 0 0 2639 94 0 0 20 0 19 0 185851554 19498610688 1128877 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4760403 1128877 5918 1 0 1356657 0
[pid=996182/tid=996184] ppid=996179 vsize=19041612 memory=4503216 CPUtime=24.2 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 10038 0 0 0 2333 87 0 0 20 0 19 0 185851554 19498610688 1128877 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 1128877 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185851557 19498610688 1128877 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 27.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4515508 KiB

[startup+51.1058 s]
/proc/loadavg: 4.34 4.50 4.44 5/331 996209
/proc/meminfo: memFree=108096260/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19108176 memory=5861164 CPUtime=55.16 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 40655 0 0 0 5392 124 0 0 20 0 20 0 185851554 19566772224 1465291 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4777044 1465291 5918 1 0 1676658 0
[pid=996182/tid=996184] ppid=996179 vsize=19108176 memory=0 CPUtime=48.44 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 13810 0 0 0 4731 113 0 0 20 0 20 0 185851554 19566772224 1465291 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19108176 memory=-8527118832980239036 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185851557 19566772224 1465291 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19108176 memory=2874080 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 185851557 19566772224 1465291 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996209] ppid=996179 vsize=19108176 memory=4028424 CPUtime=0 cores=5,7
/proc/996182/task/996209/stat : 996209 (Timer-0) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185856444 19566772224 1465291 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 55.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5861164 KiB

[startup+102.3 s]
/proc/loadavg: 4.39 4.49 4.44 5/330 996285
/proc/meminfo: memFree=110258448/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19108176 memory=5890508 CPUtime=108.67 cores=5,7

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

Current children cumulated memory: 12078260 KiB

[startup+2742.3 s]
/proc/loadavg: 5.06 5.07 4.95 6/333 997391
/proc/meminfo: memFree=97160540/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19174740 memory=12428352 CPUtime=3279.8 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 859639 0 0 0 327300 680 0 0 20 0 21 0 185851554 19634933760 3107088 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4793685 3107088 5966 1 0 3121295 0
[pid=996182/tid=996184] ppid=996179 vsize=19174740 memory=11652344 CPUtime=2655.36 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 387551 0 0 0 265274 262 0 0 20 0 21 0 185851554 19634933760 3107088 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19174740 memory=11652564 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3107088 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19174740 memory=12078260 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 2016 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3107088 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996209] ppid=996179 vsize=19174740 memory=14364 CPUtime=0 cores=5,7
/proc/996182/task/996209/stat : 996209 (Timer-0) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 185856444 19634933760 3107088 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 3279.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 12428352 KiB

[startup+2802.3 s]
/proc/loadavg: 4.92 5.04 4.95 6/333 997470
/proc/meminfo: memFree=102459732/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19174740 memory=12538392 CPUtime=3350.66 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 871131 0 0 0 334376 690 0 0 20 0 21 0 185851554 19634933760 3134598 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4793685 3134598 5966 1 0 3148862 0
[pid=996182/tid=996184] ppid=996179 vsize=19174740 memory=12538392 CPUtime=2713.83 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 394078 0 0 0 271118 265 0 0 20 0 21 0 185851554 19634933760 3134598 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19174740 memory=12537924 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3134598 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19174740 memory=12538392 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 2020 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3134598 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996209] ppid=996179 vsize=19174740 memory=12538392 CPUtime=0 cores=5,7
/proc/996182/task/996209/stat : 996209 (Timer-0) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 185856444 19634933760 3134598 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 3350.66 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 12538392 KiB

[startup+2862.3 s]
/proc/loadavg: 4.79 4.99 4.94 5/332 997862
/proc/meminfo: memFree=100193032/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19174740 memory=12707196 CPUtime=3422.26 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 898182 0 0 0 341523 703 0 0 20 0 21 0 185851554 19634933760 3176799 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4793685 3176799 5966 1 0 3190640 0
[pid=996182/tid=996184] ppid=996179 vsize=19174740 memory=12705148 CPUtime=2771.78 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 400561 0 0 0 276911 267 0 0 20 0 21 0 185851554 19634933760 3176799 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19174740 memory=12705148 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3176799 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19174740 memory=12705148 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3176799 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996209] ppid=996179 vsize=19174740 memory=14364 CPUtime=0 cores=5,7
/proc/996182/task/996209/stat : 996209 (Timer-0) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 185856444 19634933760 3176799 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 3422.26 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 12707196 KiB

[startup+2922.3 s]
/proc/loadavg: 4.59 4.90 4.91 6/333 997873
/proc/meminfo: memFree=99012432/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19174740 memory=13124332 CPUtime=3493.8 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 909017 0 0 0 348660 720 0 0 20 0 21 0 185851554 19634933760 3281083 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4793685 3281083 5966 1 0 3295086 0
[pid=996182/tid=996184] ppid=996179 vsize=19174740 memory=12705148 CPUtime=2829.86 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 406742 0 0 0 282709 277 0 0 20 0 21 0 185851554 19634933760 3281083 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19174740 memory=13124136 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3281083 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19174740 memory=48768 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 2064 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3281083 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996209] ppid=996179 vsize=19174740 memory=14364 CPUtime=0 cores=5,7
/proc/996182/task/996209/stat : 996209 (Timer-0) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 185856444 19634933760 3281083 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 3493.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13124332 KiB

[startup+2982.3 s]
/proc/loadavg: 4.94 4.95 4.93 6/333 997885
/proc/meminfo: memFree=98383516/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19174740 memory=13457712 CPUtime=3575.8 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 940973 0 0 0 356837 743 0 0 20 0 21 0 185851554 19634933760 3364428 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4793685 3364428 5966 1 0 3378673 0
[pid=996182/tid=996184] ppid=996179 vsize=19174740 memory=13457712 CPUtime=2888.24 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 415544 0 0 0 288539 285 0 0 20 0 21 0 185851554 19634933760 3364428 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19174740 memory=48768 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3364428 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19174740 memory=14364 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 2099 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3364428 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996209] ppid=996179 vsize=19174740 memory=14364 CPUtime=0 cores=5,7
/proc/996182/task/996209/stat : 996209 (Timer-0) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 185856444 19634933760 3364428 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 3575.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13457712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3005.3 s]
/proc/loadavg: 4.89 4.94 4.93 7/334 998059
/proc/meminfo: memFree=97807624/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19174740 memory=13457920 CPUtime=3600.02 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 942369 0 0 0 359258 744 0 0 20 0 21 0 185851554 19634933760 3364480 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4793685 3364480 5966 1 0 3378679 0
[pid=996182/tid=996184] ppid=996179 vsize=19174740 memory=14364 CPUtime=2910.63 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) R 996179 996182 991963 0 -1 4194368 416600 0 0 0 290778 285 0 0 20 0 21 0 185851554 19634933760 3364480 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 29 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19174740 memory=100 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3364480 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19174740 memory=19760 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 2100 0 0 0 0 0 0 0 20 0 21 0 185851557 19634933760 3364480 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996209] ppid=996179 vsize=19174740 memory=13457892 CPUtime=0 cores=5,7
/proc/996182/task/996209/stat : 996209 (Timer-0) S 996179 996182 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 185856444 19634933760 3364480 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13457920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.97 s, system=7.49077 s

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

[startup+3005.41 s]
/proc/loadavg: 4.89 4.94 4.93 7/334 998059
/proc/meminfo: memFree=97807624/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19374432 memory=13458828 CPUtime=3600.23 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 944892 0 0 0 359279 744 0 0 20 0 22 0 185851554 19839418368 3364707 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4843608 3364707 5965 1 0 3379653 0
[pid=996182/tid=996184] ppid=996179 vsize=19374432 memory=5094036 CPUtime=2910.7 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) S 996179 996182 991963 0 -1 1077936192 416630 0 0 0 290785 285 0 0 20 0 22 0 185851554 19839418368 3364707 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 29 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19374432 memory=5094036 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 185851557 19839418368 3364707 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19374432 memory=39396 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 2100 0 0 0 0 0 0 0 20 0 22 0 185851557 19839418368 3364707 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 13458828 KiB

[startup+3005.5 s]
/proc/loadavg: 4.89 4.94 4.93 7/334 998059
/proc/meminfo: memFree=97807624/131524600 swapFree=131071216/131071996
[pid=996182] ppid=996179 vsize=19374432 memory=13458832 CPUtime=3600.41 cores=5,7
/proc/996182/stat : 996182 (java) S 996179 996182 991963 0 -1 1077936128 944979 0 0 0 359296 745 0 0 20 0 22 0 185851554 19839418368 3364708 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
/proc/996182/statm: 4843608 3364708 5965 1 0 3379655 0
[pid=996182/tid=996184] ppid=996179 vsize=19374432 memory=14364 CPUtime=2910.7 cores=5,7
/proc/996182/task/996184/stat : 996184 (java) S 996179 996182 991963 0 -1 1077936192 416630 0 0 0 290785 285 0 0 20 0 22 0 185851554 19839418368 3364708 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 29 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996193] ppid=996179 vsize=19374432 memory=100 CPUtime=0 cores=5,7
/proc/996182/task/996193/stat : 996193 (Finalizer) S 996179 996182 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 185851557 19839418368 3364708 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
[pid=996182/tid=996200] ppid=996179 vsize=19374432 memory=19760 CPUtime=0 cores=5,7
/proc/996182/task/996200/stat : 996200 (Common-Cleaner) S 996179 996182 991963 0 -1 1077936192 2100 0 0 0 0 0 0 0 20 0 22 0 185851557 19839418368 3364708 134679101440 94809477591040 94809477594736 140728460184128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94809477602552 94809477603344 94809488101376 140728460186607 140728460186720 140728460186720 140728460193736 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 13458832 KiB

Child status: 143

Real time (s): 3005.55
CPU time (s): 3600.46
CPU user time (s): 3592.97
CPU system time (s): 7.49077
CPU usage (%): 119.794
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 13458832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.97
system time used= 7.49077
maximum resident set size= 13460060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 945132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119024
involuntary context switches= 36681


# summary of solver processes directly reported to runsolver:
#   pid: 996182
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3592.97
#   total CPU system time (s): 7.49077

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21939 second user time and 14.9619 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 23:08:24
IDJOB=4446365
IDBENCH=155570
IDSOLVER=3046
FILE ID=nodeC018/4446365-1721336891
RUNJOBID= nodeC018-1721330032-991976
SLURM_JOB_ID= 7542703
Free space on /tmp= 889972 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-139.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446365-1721336891/watcher-4446365-1721336891 -o /tmp/evaluation-result-4446365-1721336891/solver-4446365-1721336891 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991976 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446365-1721336891.opb

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

MD5SUM BENCH= b1a9bb408d678f4e4f75286e8bd2bbb9
RANDOM SEED=1905464334

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.173
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.52
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		: 3686.042
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.30
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		: 3674.398
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.477
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.30
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		: 3674.408
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.52
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		: 3652.644
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.831
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.52
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		: 3687.880
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114499132 kB
MemAvailable:   116437668 kB
Buffers:          497796 kB
Cached:          2271720 kB
SwapCached:          148 kB
Active:          1078988 kB
Inactive:       15331604 kB
Active(anon):       1556 kB
Inactive(anon): 13685300 kB
Active(file):    1077432 kB
Inactive(file):  1646304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             37164 kB
Writeback:            60 kB
AnonPages:      13640992 kB
Mapped:           128228 kB
Shmem:             45784 kB
KReclaimable:     109248 kB
Slab:             205752 kB
SReclaimable:     109248 kB
SUnreclaim:        96504 kB
KernelStack:        4992 kB
PageTables:        37052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15209060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13312000 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:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC018 at 2024-07-18 23:58:29