Trace number 4446395

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.3 3296.86

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-21.opb
MD5SUMabfa2b7f448cb4339f1b1eeb1bae5b59
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark46.0198
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 196
Number of bits of the biggest sum of numbers8
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.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	 - never skip resolution steps
0.14/0.16	 - Auto-division on coefficients is disabled
0.14/0.16	 - No postprocessing
0.14/0.16	 - Conflict is considered as is when resolving
0.14/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	 - Weaken first using unassigned literals
0.14/0.16	 - Bump strategy: ALWAYS_ONE
0.14/0.16	 - Bumper: ASSIGNED
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Armin Biere (Picosat) restarts strategy
0.14/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: ASSIGNED
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Armin Biere (Picosat) restarts strategy
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4446395-1721336944.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  no objective function found
4.81/2.58	c ... done. Wall clock time 2.423s.
4.81/2.58	c declared #vars     7351
4.81/2.58	c #constraints  156112
4.81/2.58	c constraints type 
4.81/2.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
4.81/2.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
4.81/2.59	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 15694
4.81/2.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
4.81/2.59	c 156112 constraints processed.
7.58/3.90	c cleaning 40 clauses out of 5001 with flag 0/5001
8.75/5.10	c cleaning 0 clauses out of 10961 with flag 0/11001
10.54/6.75	c cleaning 0 clauses out of 17965 with flag 0/18005
13.60/9.16	c cleaning 6 clauses out of 25961 with flag 0/26001
17.00/11.86	c cleaning 594 clauses out of 34954 with flag 0/35000
20.83/15.61	c cleaning 259 clauses out of 44360 with flag 0/45000
25.40/20.01	c cleaning 1391 clauses out of 55100 with flag 0/56001
31.70/25.89	c cleaning 1476 clauses out of 65712 with flag 0/68005
39.84/33.67	c cleaning 1327 clauses out of 77233 with flag 0/81002
51.82/45.49	c cleaning 1559 clauses out of 89904 with flag 0/95002
71.69/64.95	c cleaning 715 clauses out of 103343 with flag 0/110000
94.53/87.53	c cleaning 1149 clauses out of 118628 with flag 0/126000
126.31/118.91	c cleaning 896 clauses out of 134480 with flag 0/143001
142.83/135.26	c cleaning 3110 clauses out of 151583 with flag 0/161000
168.45/160.64	c cleaning 2187 clauses out of 167473 with flag 0/180000
201.46/193.15	c cleaning 2182 clauses out of 185286 with flag 0/200000
237.45/228.70	c cleaning 2689 clauses out of 204104 with flag 0/221000
288.00/278.56	c cleaning 2298 clauses out of 223417 with flag 0/243002
351.04/341.07	c cleaning 1351 clauses out of 244117 with flag 0/266000
392.66/381.56	c cleaning 6199 clauses out of 266766 with flag 0/290000
468.96/457.23	c cleaning 2494 clauses out of 285567 with flag 0/315000
585.16/572.47	c cleaning 983 clauses out of 309074 with flag 0/341001
701.37/687.96	c cleaning 1618 clauses out of 335093 with flag 0/368003
853.72/838.59	c cleaning 1756 clauses out of 361475 with flag 0/396003
953.37/937.27	c cleaning 4881 clauses out of 388716 with flag 0/425000
1065.20/1048.48	c cleaning 2406 clauses out of 413836 with flag 0/455001
1157.29/1138.57	c cleaning 7292 clauses out of 442430 with flag 0/486001
1320.58/1300.48	c cleaning 2669 clauses out of 467137 with flag 0/518000
1403.02/1380.07	c cleaning 7247 clauses out of 497469 with flag 0/551001
1531.89/1504.12	c cleaning 5971 clauses out of 524224 with flag 0/585003
1656.51/1619.91	c cleaning 9069 clauses out of 553250 with flag 0/620000
1845.83/1787.30	c cleaning 6200 clauses out of 580181 with flag 0/656000
2041.02/1961.75	c cleaning 4639 clauses out of 610981 with flag 0/693000
2383.01/2260.14	c cleaning 2484 clauses out of 644342 with flag 0/731000
2768.84/2587.01	c cleaning 2717 clauses out of 680859 with flag 0/770001
3144.75/2899.68	c cleaning 5046 clauses out of 718141 with flag 0/810000
3403.21/3115.53	c cleaning 7218 clauses out of 754097 with flag 0/851002
3588.52/3285.18	c cleaning 8456 clauses out of 788877 with flag 0/893000
3600.09/3296.71	c starts		: 171
3600.09/3296.71	c timeout
3600.09/3296.73	c conflicts		: 895086
3600.09/3296.73	c decisions		: 2354920
3600.09/3296.73	c propagations		: 203078803
3600.09/3296.73	c inspects		: 15205604629
3600.09/3296.73	c shortcuts		: 0
3600.09/3296.73	c learnt literals	: 5
3600.09/3296.73	c learnt binary clauses	: 90
3600.09/3296.73	c learnt ternary clauses	: 993
3600.09/3296.73	c learnt constraints	: 895081
3600.09/3296.73	c ignored constraints	: 0
3600.09/3296.73	c root simplifications	: 0
3600.09/3296.73	c removed literals (reason simplification)	: 0
3600.09/3296.73	c reason swapping (by a shorter reason)	: 0
3600.09/3296.73	c Calls to reduceDB	: 38
3600.09/3296.73	c Number of update (reduction) of LBD	: 0
3600.09/3296.73	c Imported unit clauses	: 0
3600.09/3296.73	c No decision after first conflict	: false
3600.09/3296.73	c number of reductions to clauses (during analyze)	: 0
3600.09/3296.73	c number of learned constraints concerned by reduction	: 0
3600.09/3296.73	c number of learning phase by resolution	: 0
3600.09/3296.73	c number of learning phase by cutting planes	: 0
3600.09/3296.73	c number of rounding to 1 operations	: 3508408
3600.09/3296.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3296.73	c number of reductions of the coefficients by power 2 	: 0
3600.09/3296.73	c number of right shift for reduction by power 2 	: 0
3600.09/3296.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3296.73	c number of ending skipping 	: 0
3600.09/3296.73	c number of internal skipping 	: 0
3600.09/3296.73	c number of derivation steps 	: 19510113
3600.09/3296.73	c number of skipped derivation steps 	: 0
3600.09/3296.73	c number of remaining unassigned 	: 6292
3600.09/3296.73	c number of remaining assigned 	: 52066382
3600.09/3296.73	c number of falsified literals weakened from reason	: 0
3600.09/3296.73	c number of falsified literals weakened from conflict	: 0
3600.09/3296.73	c time for arithmetic operations	: 47996889683
3600.09/3296.74	c minimum degree of deleted constraints	: 4
3600.09/3296.74	c maximum degree of deleted constraints	: 130429
3600.09/3296.74	c number of deleted constraints	: 112574
3600.09/3296.74	c speed (assignments/second)	: 61648.37300824766
3600.09/3296.74	c non guided choices	: 75967
3600.25/3296.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 545722
3600.25/3296.82	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 267
3600.25/3296.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 90
3600.25/3296.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 236428
3600.25/3296.82	s UNKNOWN
3600.25/3296.82	c Total wall clock time (in seconds): 3296.667

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446395-1721336944/watcher-4446395-1721336944 -o /tmp/evaluation-result-4446395-1721336944/solver-4446395-1721336944 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991975 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446395-1721336944.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=996257, runsolver pid=996254
Current StackSize limit: 8192 KiB


[startup+0.100524 s]*
/proc/loadavg: 4.31 4.50 4.44 6/329 996275
/proc/meminfo: memFree=113443216/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=18975048 memory=62836 CPUtime=0.14 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 7203 0 0 0 12 2 0 0 20 0 18 0 185856862 19430449152 15709 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4743762 15709 5625 1 0 549326 0
[pid=996257/tid=996259] ppid=996254 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 5746 0 0 0 7 1 0 0 20 0 18 0 185856862 19430449152 15709 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185856865 19430449152 15709 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185856866 19430449152 15709 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62836 KiB

[startup+0.2063 s]*
/proc/loadavg: 4.31 4.50 4.44 8/329 996275
/proc/meminfo: memFree=113410136/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=18975048 memory=102592 CPUtime=0.34 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 7770 0 0 0 31 3 0 0 20 0 18 0 185856862 19430449152 25648 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4743762 25648 5784 1 0 549698 0
[pid=996257/tid=996259] ppid=996254 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 6084 0 0 0 16 2 0 0 20 0 18 0 185856862 19430449152 25648 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=18975048 memory=1905144 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185856865 19430449152 25648 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185856866 19430449152 25648 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 102592 KiB

[startup+0.31068 s]*
/proc/loadavg: 4.31 4.50 4.44 7/330 996276
/proc/meminfo: memFree=113344356/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19041612 memory=162096 CPUtime=0.51 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 9249 0 0 0 47 4 0 0 20 0 19 0 185856862 19498610688 40524 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4760403 40524 5885 1 0 550838 0
[pid=996257/tid=996259] ppid=996254 vsize=19041612 memory=-8887968653611672252 CPUtime=0.26 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 6112 0 0 0 23 3 0 0 20 0 19 0 185856862 19498610688 40524 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185856865 19498610688 40524 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185856866 19498610688 40524 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162096 KiB

[startup+0.706162 s]
/proc/loadavg: 4.31 4.50 4.44 7/330 996276
/proc/meminfo: memFree=112959224/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19041612 memory=1104308 CPUtime=1.26 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 12313 0 0 0 104 22 0 0 20 0 19 0 185856862 19498610688 276077 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4760403 276077 5885 1 0 552927 0
[pid=996257/tid=996259] ppid=996254 vsize=19041612 memory=5628 CPUtime=0.63 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 6565 0 0 0 43 20 0 0 20 0 19 0 185856862 19498610688 276077 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19041612 memory=13124 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185856865 19498610688 276077 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185856866 19498610688 276077 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1104308 KiB

[startup+1.5003 s]
/proc/loadavg: 4.31 4.50 4.44 6/330 996276
/proc/meminfo: memFree=112176884/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19041612 memory=2072940 CPUtime=2.82 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 23679 0 0 0 238 44 0 0 20 0 19 0 185856862 19498610688 518235 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4760403 518235 5894 1 0 862878 0
[pid=996257/tid=996259] ppid=996254 vsize=19041612 memory=13124 CPUtime=1.39 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 7125 0 0 0 100 39 0 0 20 0 19 0 185856862 19498610688 518235 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185856865 19498610688 518235 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185856866 19498610688 518235 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2072940 KiB

[startup+3.1063 s]
/proc/loadavg: 4.31 4.50 4.44 7/331 996279
/proc/meminfo: memFree=110972136/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19108176 memory=2531560 CPUtime=6 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 25036 0 0 0 546 54 0 0 20 0 20 0 185856862 19566772224 632890 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4777044 632890 5894 1 0 863688 0
[pid=996257/tid=996259] ppid=996254 vsize=19108176 memory=0 CPUtime=2.88 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 7425 0 0 0 240 48 0 0 20 0 20 0 185856862 19566772224 632890 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185856865 19566772224 632890 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19108176 memory=2530108 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185856866 19566772224 632890 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19108176 memory=33 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185857121 19566772224 632890 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2531560 KiB

[startup+6.30029 s]
/proc/loadavg: 4.36 4.50 4.44 5/331 996279
/proc/meminfo: memFree=110329660/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19108176 memory=3170424 CPUtime=10.14 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 26363 0 0 0 947 67 0 0 20 0 20 0 185856862 19566772224 792606 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4777044 792606 5894 1 0 1030851 0
[pid=996257/tid=996259] ppid=996254 vsize=19108176 memory=0 CPUtime=6.02 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 8028 0 0 0 541 61 0 0 20 0 20 0 185856862 19566772224 792606 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185856865 19566772224 792606 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19108176 memory=2532508 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185856866 19566772224 792606 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185857121 19566772224 792606 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 10.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3170424 KiB

[startup+12.7003 s]
/proc/loadavg: 4.42 4.51 4.44 5/331 996280
/proc/meminfo: memFree=110320744/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19108176 memory=3174240 CPUtime=17.91 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 30386 0 0 0 1723 68 0 0 20 0 20 0 185856862 19566772224 793560 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4777044 793560 5910 1 0 1030861 0
[pid=996257/tid=996259] ppid=996254 vsize=19108176 memory=-8887968653611672252 CPUtime=12.35 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 9046 0 0 0 1174 61 0 0 20 0 20 0 185856862 19566772224 793560 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19108176 memory=3174236 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185856865 19566772224 793560 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185856866 19566772224 793560 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185857121 19566772224 793560 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 17.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3174240 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 4.50 4.44 6/331 996282
/proc/meminfo: memFree=110306252/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19108176 memory=3173780 CPUtime=31.4 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 40640 0 0 0 3070 70 0 0 20 0 20 0 185856862 19566772224 793445 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4777044 793445 5910 1 0 1030871 0
[pid=996257/tid=996259] ppid=996254 vsize=19108176 memory=14364 CPUtime=24.95 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 11765 0 0 0 2433 62 0 0 20 0 20 0 185856862 19566772224 793445 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19108176 memory=3180740 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185856865 19566772224 793445 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19108176 memory=3175164 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185856866 19566772224 793445 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19108176 memory=3458 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185857121 19566772224 793445 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 31.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3173780 KiB

[startup+51.1058 s]
/proc/loadavg: 4.39 4.49 4.44 5/330 996285
/proc/meminfo: memFree=110254324/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19108176 memory=3189176 CPUtime=57.65 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 48451 0 0 0 5693 72 0 0 20 0 20 0 185856862 19566772224 797294 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4777044 797294 5910 1 0 1030871 0
[pid=996257/tid=996259] ppid=996254 vsize=19108176 memory=48768 CPUtime=49.92 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 14871 0 0 0 4930 62 0 0 20 0 20 0 185856862 19566772224 797294 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19108176 memory=3180984 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185856865 19566772224 797294 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185856866 19566772224 797294 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185857121 19566772224 797294 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0

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

[startup+2982.3 s]
/proc/loadavg: 4.68 4.88 4.91 7/307 998098
/proc/meminfo: memFree=111212404/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19108176 memory=6084284 CPUtime=3245.89 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 642929 0 0 0 324145 444 0 0 20 0 20 0 185856862 19566772224 1521071 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4777044 1521071 5926 1 0 1537949 0
[pid=996257/tid=996259] ppid=996254 vsize=19108176 memory=14364 CPUtime=2914.64 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 286143 0 0 0 291329 135 0 0 20 0 20 0 185856862 19566772224 1521071 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19108176 memory=6084284 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185856865 19566772224 1521071 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19108176 memory=-7160009441069523328 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 3287 0 0 0 0 0 0 0 20 0 20 0 185856866 19566772224 1521071 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19108176 memory=6084284 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185857121 19566772224 1521071 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 3245.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6084284 KiB

[startup+3042.3 s]
/proc/loadavg: 4.00 4.66 4.83 4/307 998108
/proc/meminfo: memFree=111136464/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19108176 memory=6084424 CPUtime=3317.44 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 663833 0 0 0 331289 455 0 0 20 0 20 0 185856862 19566772224 1521106 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4777044 1521106 5926 1 0 1537960 0
[pid=996257/tid=996259] ppid=996254 vsize=19108176 memory=6084292 CPUtime=2973.13 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 292842 0 0 0 297177 136 0 0 20 0 20 0 185856862 19566772224 1521106 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19108176 memory=6084284 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185856865 19566772224 1521106 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19108176 memory=20776 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 3301 0 0 0 0 0 0 0 20 0 20 0 185856866 19566772224 1521106 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19108176 memory=20160 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185857121 19566772224 1521106 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 3317.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6084424 KiB

[startup+3102.3 s]
/proc/loadavg: 3.32 4.36 4.71 3/283 998160
/proc/meminfo: memFree=116650072/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19108176 memory=6084444 CPUtime=3385.74 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 683545 0 0 0 338111 463 0 0 20 0 20 0 185856862 19566772224 1521111 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4777044 1521111 5926 1 0 1537965 0
[pid=996257/tid=996259] ppid=996254 vsize=19108176 memory=6084424 CPUtime=3032.29 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 299663 0 0 0 303093 136 0 0 20 0 20 0 185856862 19566772224 1521111 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19108176 memory=6084284 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185856865 19566772224 1521111 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19108176 memory=2160 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 3335 0 0 0 0 0 0 0 20 0 20 0 185856866 19566772224 1521111 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185857121 19566772224 1521111 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 3385.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6084444 KiB

[startup+3162.3 s]
/proc/loadavg: 2.89 4.04 4.58 3/283 998184
/proc/meminfo: memFree=114076192/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19174740 memory=8730024 CPUtime=3463.62 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 708778 0 0 0 345833 529 0 0 20 0 21 0 185856862 19634933760 2182506 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4793685 2182506 5926 1 0 2559865 0
[pid=996257/tid=996259] ppid=996254 vsize=19174740 memory=6084424 CPUtime=3089.93 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 308303 0 0 0 308806 187 0 0 20 0 21 0 185856862 19634933760 2182506 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19174740 memory=6084444 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185856865 19634933760 2182506 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19174740 memory=7058856 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 3355 0 0 0 0 0 0 0 20 0 21 0 185856866 19634933760 2182506 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19174740 memory=14364 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185857121 19634933760 2182506 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 3463.62 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8730024 KiB

[startup+3222.3 s]
/proc/loadavg: 2.44 3.69 4.42 3/284 998195
/proc/meminfo: memFree=112620816/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19174740 memory=10104112 CPUtime=3524.4 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 712719 0 0 0 351885 555 0 0 20 0 21 0 185856862 19634933760 2526028 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4793685 2526028 5926 1 0 2560381 0
[pid=996257/tid=996259] ppid=996254 vsize=19174740 memory=6084424 CPUtime=3149.19 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 311357 0 0 0 314707 212 0 0 20 0 21 0 185856862 19634933760 2526028 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19174740 memory=14364 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185856865 19634933760 2526028 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19174740 memory=6811048 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 3402 0 0 0 0 0 0 0 20 0 21 0 185856866 19634933760 2526028 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19174740 memory=10104112 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185857121 19634933760 2526028 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 3524.4 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10104112 KiB

[startup+3282.3 s]
/proc/loadavg: 2.24 3.41 4.28 3/283 998206
/proc/meminfo: memFree=112620124/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19174740 memory=10104336 CPUtime=3585.41 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 722547 0 0 0 357983 558 0 0 20 0 21 0 185856862 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4793685 2526084 5926 1 0 2560381 0
[pid=996257/tid=996259] ppid=996254 vsize=19174740 memory=6084424 CPUtime=3208.15 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 317292 0 0 0 320602 213 0 0 20 0 21 0 185856862 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19174740 memory=10104328 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185856865 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19174740 memory=5628 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 3554 0 0 0 0 0 0 0 20 0 21 0 185856866 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19174740 memory=10104312 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185857121 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 3585.41 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10104336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3296.7 s]
/proc/loadavg: 2.32 3.37 4.25 3/283 998209
/proc/meminfo: memFree=112619676/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19174740 memory=10104336 CPUtime=3600.09 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 725940 0 0 0 359450 559 0 0 20 0 21 0 185856862 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4793685 2526084 5926 1 0 2560381 0
[pid=996257/tid=996259] ppid=996254 vsize=19174740 memory=6084424 CPUtime=3222.3 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) R 996254 996257 991963 0 -1 4194368 320075 0 0 0 322017 213 0 0 20 0 21 0 185856862 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19174740 memory=10104312 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185856865 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19174740 memory=10104336 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 3554 0 0 0 0 0 0 0 20 0 21 0 185856866 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996279] ppid=996254 vsize=19174740 memory=10104336 CPUtime=0 cores=1,3
/proc/996257/task/996279/stat : 996279 (Timer-0) S 996254 996257 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 185857121 19634933760 2526084 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10104336 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.67 s, system=5.63033 s

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

[startup+3296.81 s]
/proc/loadavg: 2.32 3.37 4.25 3/283 998209
/proc/meminfo: memFree=112619676/131524600 swapFree=131071216/131071996
[pid=996257] ppid=996254 vsize=19374432 memory=10105080 CPUtime=3600.25 cores=1,3
/proc/996257/stat : 996257 (java) S 996254 996257 991963 0 -1 1077936128 729740 0 0 0 359465 560 0 0 20 0 22 0 185856862 19839418368 2526270 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
/proc/996257/statm: 4843608 2526270 5935 1 0 2561316 0
[pid=996257/tid=996259] ppid=996254 vsize=19374432 memory=48768 CPUtime=3222.32 cores=1,3
/proc/996257/task/996259/stat : 996259 (java) S 996254 996257 991963 0 -1 1077936192 320254 0 0 0 322019 213 0 0 20 0 22 0 185856862 19839418368 2526270 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996268] ppid=996254 vsize=19374432 memory=13124 CPUtime=0 cores=1,3
/proc/996257/task/996268/stat : 996268 (Finalizer) S 996254 996257 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 185856865 19839418368 2526270 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
[pid=996257/tid=996275] ppid=996254 vsize=19374432 memory=100 CPUtime=0 cores=1,3
/proc/996257/task/996275/stat : 996275 (Common-Cleaner) S 996254 996257 991963 0 -1 1077936192 3554 0 0 0 0 0 0 0 20 0 22 0 185856866 19839418368 2526270 134679101440 94011871387648 94011871391344 140731788304064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94011871399160 94011871399952 94011876769792 140731788309487 140731788309600 140731788309600 140731788316616 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 10105080 KiB

Child status: 143

Real time (s): 3296.86
CPU time (s): 3600.3
CPU user time (s): 3594.67
CPU system time (s): 5.63033
CPU usage (%): 109.204
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 10105080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.67
system time used= 5.63033
maximum resident set size= 10106148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 730230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125170
involuntary context switches= 29097


# summary of solver processes directly reported to runsolver:
#   pid: 996257
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3594.67
#   total CPU system time (s): 5.63033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.88485 second user time and 17.4719 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 23:09:17
IDJOB=4446395
IDBENCH=155589
IDSOLVER=3046
FILE ID=nodeC018/4446395-1721336944
RUNJOBID= nodeC018-1721330032-991975
SLURM_JOB_ID= 7542703
Free space on /tmp= 890024 MiB

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

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

MD5SUM BENCH= abfa2b7f448cb4339f1b1eeb1bae5b59
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		: 3657.209
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		: 3651.509
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		: 3599.977
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		: 3666.836
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		: 3657.303
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		: 3608.330
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.817
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		: 3664.544
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:        113485176 kB
MemAvailable:   115373220 kB
Buffers:          497864 kB
Cached:          2221484 kB
SwapCached:          148 kB
Active:          1058484 kB
Inactive:       16364184 kB
Active(anon):       1580 kB
Inactive(anon): 14747844 kB
Active(file):    1056904 kB
Inactive(file):  1616340 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              7068 kB
Writeback:             0 kB
AnonPages:      14703608 kB
Mapped:           128556 kB
Shmem:             45784 kB
KReclaimable:     109248 kB
Slab:             205868 kB
SReclaimable:     109248 kB
SUnreclaim:        96620 kB
KernelStack:        4988 kB
PageTables:        39092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16739348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14503936 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= 890068 MiB
End job on nodeC018 at 2024-07-19 00:04:14