Trace number 4446335

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.23 3299.46

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-55.opb
MD5SUMaafbab4e203601a49fdc88cf5a6cbbb7
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 benchmark63.7946
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4446335-1721336728.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
5.81/3.05	c ... done. Wall clock time 2.894s.
5.81/3.05	c declared #vars     7936
5.81/3.05	c #constraints  177125
5.81/3.05	c constraints type 
5.81/3.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
5.81/3.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
5.81/3.05	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 17346
5.81/3.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
5.81/3.05	c 177125 constraints processed.
8.78/4.58	c cleaning 31 clauses out of 5002 with flag 0/5002
10.57/5.77	c cleaning 0 clauses out of 10969 with flag 0/11000
12.17/7.34	c cleaning 0 clauses out of 17970 with flag 0/18001
14.50/9.51	c cleaning 0 clauses out of 25970 with flag 0/26001
18.02/12.18	c cleaning 19 clauses out of 34972 with flag 0/35003
22.68/16.20	c cleaning 20 clauses out of 44950 with flag 0/45000
27.91/21.14	c cleaning 78 clauses out of 55930 with flag 0/56000
33.84/26.76	c cleaning 332 clauses out of 67853 with flag 0/68001
43.19/36.05	c cleaning 16 clauses out of 80520 with flag 0/81000
55.05/47.81	c cleaning 219 clauses out of 94504 with flag 0/95000
69.54/62.20	c cleaning 1017 clauses out of 109285 with flag 0/110000
88.01/80.63	c cleaning 131 clauses out of 124268 with flag 0/126000
111.32/103.83	c cleaning 527 clauses out of 141140 with flag 0/143003
137.51/129.83	c cleaning 1013 clauses out of 158610 with flag 0/161000
160.52/152.39	c cleaning 2287 clauses out of 176597 with flag 0/180000
191.73/183.35	c cleaning 424 clauses out of 194312 with flag 0/200002
240.06/231.40	c cleaning 687 clauses out of 214886 with flag 0/221000
279.70/270.97	c cleaning 2940 clauses out of 236200 with flag 0/243001
325.76/316.02	c cleaning 3706 clauses out of 256259 with flag 0/266000
385.02/374.67	c cleaning 1573 clauses out of 276554 with flag 0/290001
450.15/439.35	c cleaning 728 clauses out of 299981 with flag 0/315001
532.57/520.71	c cleaning 2915 clauses out of 325252 with flag 0/341000
629.70/617.14	c cleaning 924 clauses out of 349337 with flag 0/368000
732.95/720.09	c cleaning 1328 clauses out of 376413 with flag 0/396000
827.36/813.74	c cleaning 1984 clauses out of 404085 with flag 0/425000
952.44/938.44	c cleaning 947 clauses out of 432102 with flag 0/455001
1082.20/1067.58	c cleaning 1252 clauses out of 462156 with flag 0/486002
1267.72/1251.54	c cleaning 520 clauses out of 492902 with flag 0/518000
1456.98/1439.27	c cleaning 831 clauses out of 525382 with flag 0/551000
1712.64/1675.56	c cleaning 975 clauses out of 558551 with flag 0/585000
1950.56/1888.15	c cleaning 2498 clauses out of 592576 with flag 0/620001
2184.58/2095.05	c cleaning 2308 clauses out of 626077 with flag 0/656000
2535.85/2394.01	c cleaning 1739 clauses out of 660769 with flag 0/693000
2883.22/2691.21	c cleaning 2847 clauses out of 697032 with flag 0/731002
3221.60/2981.82	c cleaning 5151 clauses out of 733184 with flag 0/770001
3599.93/3299.22	c cleaning 3918 clauses out of 768031 with flag 0/810000
3600.03/3299.32	c starts		: 171
3600.03/3299.32	c timeout
3600.03/3299.32	c conflicts		: 810012
3600.03/3299.32	c decisions		: 1656164
3600.03/3299.32	c propagations		: 222230486
3600.03/3299.32	c inspects		: 18162374209
3600.03/3299.32	c shortcuts		: 0
3600.03/3299.32	c learnt literals	: 2
3600.03/3299.32	c learnt binary clauses	: 49
3600.03/3299.32	c learnt ternary clauses	: 504
3600.03/3299.32	c learnt constraints	: 810009
3600.03/3299.32	c ignored constraints	: 0
3600.03/3299.32	c root simplifications	: 0
3600.03/3299.32	c removed literals (reason simplification)	: 0
3600.03/3299.32	c reason swapping (by a shorter reason)	: 0
3600.03/3299.32	c Calls to reduceDB	: 36
3600.03/3299.32	c Number of update (reduction) of LBD	: 1
3600.03/3299.32	c Imported unit clauses	: 0
3600.03/3299.32	c No decision after first conflict	: false
3600.03/3299.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3299.32	c number of learned constraints concerned by reduction	: 0
3600.03/3299.32	c number of learning phase by resolution	: 0
3600.03/3299.32	c number of learning phase by cutting planes	: 0
3600.03/3299.32	c number of rounding to 1 operations	: 2583878
3600.03/3299.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3299.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3299.32	c number of right shift for reduction by power 2 	: 0
3600.03/3299.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3299.32	c number of ending skipping 	: 0
3600.03/3299.32	c number of internal skipping 	: 0
3600.03/3299.32	c number of derivation steps 	: 17899272
3600.03/3299.34	c number of skipped derivation steps 	: 0
3600.03/3299.34	c number of remaining unassigned 	: 2594
3600.03/3299.34	c number of remaining assigned 	: 45763361
3600.03/3299.34	c number of falsified literals weakened from reason	: 0
3600.03/3299.34	c number of falsified literals weakened from conflict	: 0
3600.03/3299.34	c time for arithmetic operations	: 34345131372
3600.03/3299.35	c minimum degree of deleted constraints	: 4
3600.03/3299.35	c maximum degree of deleted constraints	: 7437
3600.03/3299.35	c number of deleted constraints	: 45885
3600.03/3299.35	c speed (assignments/second)	: 67418.36610249705
3600.03/3299.35	c non guided choices	: 20646
3600.17/3299.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 622765
3600.17/3299.43	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 73
3600.17/3299.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 49
3600.17/3299.43	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 141237
3600.17/3299.43	s UNKNOWN
3600.17/3299.43	c Total wall clock time (in seconds): 3299.279

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=996087, runsolver pid=996084

[startup+0.103017 s]*
/proc/loadavg: 4.81 4.48 4.40 7/329 996105
/proc/meminfo: memFree=112246492/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=18975048 memory=66928 CPUtime=0.13 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 7097 0 0 0 11 2 0 0 20 0 18 0 185835167 19430449152 16732 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4743762 16732 5700 1 0 549357 0
[pid=996087/tid=996089] ppid=996084 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 1078198336 5682 0 0 0 7 1 0 0 20 0 18 0 185835168 19430449152 16732 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185835170 19430449152 16732 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185835171 19430449152 16732 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66928 KiB

[startup+0.20638 s]*
/proc/loadavg: 4.81 4.48 4.40 8/329 996105
/proc/meminfo: memFree=112203292/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=18975048 memory=116856 CPUtime=0.33 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 7635 0 0 0 29 4 0 0 20 0 18 0 185835167 19430449152 29214 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4743762 29214 5900 1 0 549674 0
[pid=996087/tid=996089] ppid=996084 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 5993 0 0 0 16 3 0 0 20 0 18 0 185835168 19430449152 29726 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=18975048 memory=1905144 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185835170 19430449152 29726 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185835171 19430449152 29726 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 116856 KiB

[startup+0.31524 s]*
/proc/loadavg: 4.81 4.48 4.40 6/330 996106
/proc/meminfo: memFree=112134820/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19041612 memory=187136 CPUtime=0.53 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 9332 0 0 0 48 5 0 0 20 0 19 0 185835167 19498610688 46784 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4760403 46784 5916 1 0 551031 0
[pid=996087/tid=996089] ppid=996084 vsize=19041612 memory=-8887126427704795836 CPUtime=0.28 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) S 996084 996087 991963 0 -1 1077936192 6028 0 0 0 24 4 0 0 20 0 19 0 185835168 19498610688 46784 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185835170 19498610688 46784 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185835171 19498610688 46784 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 187136 KiB

[startup+0.709389 s]
/proc/loadavg: 4.81 4.48 4.40 7/330 996106
/proc/meminfo: memFree=111723616/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19041612 memory=1131156 CPUtime=1.26 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 13718 0 0 0 102 24 0 0 20 0 19 0 185835167 19498610688 282789 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4760403 282789 5932 1 0 552962 0
[pid=996087/tid=996089] ppid=996084 vsize=19041612 memory=5628 CPUtime=0.63 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 6483 0 0 0 41 22 0 0 20 0 19 0 185835168 19498610688 282789 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19041612 memory=13124 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185835170 19498610688 282789 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185835171 19498610688 282789 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1131156 KiB

[startup+1.50038 s]
/proc/loadavg: 4.81 4.48 4.40 6/330 996106
/proc/meminfo: memFree=110987512/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19041612 memory=2199860 CPUtime=2.82 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 24237 0 0 0 235 47 0 0 20 0 19 0 185835167 19498610688 549965 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4760403 549965 5932 1 0 800251 0
[pid=996087/tid=996089] ppid=996084 vsize=19041612 memory=13124 CPUtime=1.38 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 7094 0 0 0 96 42 0 0 20 0 19 0 185835168 19498610688 549965 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185835170 19498610688 549965 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185835171 19498610688 549965 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2199860 KiB

[startup+3.10638 s]
/proc/loadavg: 4.81 4.48 4.40 6/330 996106
/proc/meminfo: memFree=109207876/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=3225144 CPUtime=6.01 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 25706 0 0 0 533 68 0 0 20 0 20 0 185835167 19566772224 806286 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 806286 5932 1 0 1047101 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=0 CPUtime=2.87 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 7702 0 0 0 225 62 0 0 20 0 20 0 185835168 19566772224 806286 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 806286 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=2283940 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 806286 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3225144 KiB

[startup+6.30037 s]
/proc/loadavg: 4.90 4.50 4.41 6/331 996107
/proc/meminfo: memFree=109018964/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=3248908 CPUtime=11.17 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 26416 0 0 0 1048 69 0 0 20 0 20 0 185835167 19566772224 812227 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 812227 5932 1 0 1047233 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=2284468 CPUtime=5.98 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 7985 0 0 0 535 63 0 0 20 0 20 0 185835168 19566772224 812227 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 812227 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=3248908 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 812227 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 812227 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 11.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3248908 KiB

[startup+12.7003 s]
/proc/loadavg: 4.83 4.50 4.41 5/331 996108
/proc/meminfo: memFree=109001320/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=3252256 CPUtime=18.63 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 27614 0 0 0 1793 70 0 0 20 0 20 0 185835167 19566772224 813064 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 813064 5948 1 0 1047371 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=3252256 CPUtime=12.32 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 8929 0 0 0 1169 63 0 0 20 0 20 0 185835168 19566772224 813064 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=3251480 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 813064 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=3251480 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 813064 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 813064 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 18.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3252256 KiB

[startup+25.5004 s]
/proc/loadavg: 4.79 4.50 4.42 7/331 996110
/proc/meminfo: memFree=108982284/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=3253444 CPUtime=32.62 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 39492 0 0 0 3191 71 0 0 20 0 20 0 185835167 19566772224 813361 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 813361 5967 1 0 1047371 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=3252256 CPUtime=25 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 10253 0 0 0 2437 63 0 0 20 0 20 0 185835168 19566772224 813361 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 813361 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 813361 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 813361 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 32.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3253444 KiB

[startup+51.1059 s]
/proc/loadavg: 4.84 4.54 4.43 5/331 996114
/proc/meminfo: memFree=108964984/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=3255748 CPUtime=58.4 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 47836 0 0 0 5767 73 0 0 20 0 20 0 185835167 19566772224 813937 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 813937 5967 1 0 1047371 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=14364 CPUtime=50.39 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 13603 0 0 0 4975 64 0 0 20 0 20 0 185835168 19566772224 813937 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=48768 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 813937 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 813937 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 813937 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 58.4 s
Current children cumulated vsize: 19108176 KiB

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

[startup+2982.3 s]
/proc/loadavg: 5.15 5.08 4.97 5/333 997473
/proc/meminfo: memFree=100912740/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=5193284 CPUtime=3222.09 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 647013 0 0 0 321748 461 0 0 20 0 20 0 185835167 19566772224 1298321 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 1298321 5995 1 0 1309164 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=5151800 CPUtime=2930.94 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 300153 0 0 0 292973 121 0 0 20 0 20 0 185835168 19566772224 1298321 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=5126616 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 1298321 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=5151724 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 3199 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 1298321 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=5192760 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 1298321 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 3222.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5193284 KiB

[startup+3042.3 s]
/proc/loadavg: 4.77 4.98 4.94 7/332 997865
/proc/meminfo: memFree=100139292/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=5235084 CPUtime=3290.32 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 668658 0 0 0 328559 473 0 0 20 0 20 0 185835167 19566772224 1308771 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 1308771 5995 1 0 1319613 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=13124 CPUtime=2989.75 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 309599 0 0 0 298853 122 0 0 20 0 20 0 185835168 19566772224 1308771 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 1308771 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=5235084 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 3342 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 1308771 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=-8887126427704795836 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 1308771 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 3290.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5235084 KiB

[startup+3102.3 s]
/proc/loadavg: 4.82 4.94 4.93 5/333 997877
/proc/meminfo: memFree=98690860/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=5335404 CPUtime=3362.77 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 691473 0 0 0 335787 490 0 0 20 0 20 0 185835167 19566772224 1333851 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 1333851 5995 1 0 1344883 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=5151800 CPUtime=3048.45 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 319324 0 0 0 304719 126 0 0 20 0 20 0 185835168 19566772224 1333851 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=5276648 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 1333851 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 3342 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 1333851 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=5335404 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 1333851 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 3362.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5335404 KiB

[startup+3162.3 s]
/proc/loadavg: 4.96 4.95 4.93 6/333 997888
/proc/meminfo: memFree=97883060/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=5377508 CPUtime=3433.85 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 714079 0 0 0 342882 503 0 0 20 0 20 0 185835167 19566772224 1344377 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 1344377 5995 1 0 1355323 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=5151800 CPUtime=3107 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 326936 0 0 0 310573 127 0 0 20 0 20 0 185835168 19566772224 1344377 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=5276648 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 1344377 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=5377508 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 3373 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 1344377 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=5377508 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 1344377 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 3433.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5377508 KiB

[startup+3222.3 s]
/proc/loadavg: 4.37 4.79 4.88 4/307 998101
/proc/meminfo: memFree=111178904/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=5477636 CPUtime=3505.63 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 737497 0 0 0 350045 518 0 0 20 0 20 0 185835167 19566772224 1369409 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 1369409 5995 1 0 1380400 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=48768 CPUtime=3165.52 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 334266 0 0 0 316421 131 0 0 20 0 20 0 185835168 19566772224 1369409 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 1369409 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 3429 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 1369409 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=5477636 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 1369409 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 3505.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5477636 KiB

[startup+3282.3 s]
/proc/loadavg: 3.78 4.55 4.79 4/307 998111
/proc/meminfo: memFree=111092452/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=5561084 CPUtime=3578.63 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 760580 0 0 0 357327 536 0 0 20 0 20 0 185835167 19566772224 1390271 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 1390271 5995 1 0 1401289 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=5561084 CPUtime=3224.18 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 344240 0 0 0 322284 134 0 0 20 0 20 0 185835168 19566772224 1390271 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 1390271 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=5485960 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 3480 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 1390271 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=48768 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 1390271 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 3578.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5561084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3299.3 s]
/proc/loadavg: 3.75 4.51 4.77 4/310 998122
/proc/meminfo: memFree=111048892/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19108176 memory=5602636 CPUtime=3600.03 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 761761 0 0 0 359460 543 0 0 20 0 20 0 185835167 19566772224 1400659 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4777044 1400659 5995 1 0 1411738 0
[pid=996087/tid=996089] ppid=996084 vsize=19108176 memory=14364 CPUtime=3240.87 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) R 996084 996087 991963 0 -1 4194368 345116 0 0 0 323952 135 0 0 20 0 20 0 185835168 19566772224 1400659 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19108176 memory=5485960 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185835170 19566772224 1400659 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19108176 memory=48768 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 3480 0 0 0 0 0 0 0 20 0 20 0 185835171 19566772224 1400659 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996107] ppid=996084 vsize=19108176 memory=48768 CPUtime=0 cores=4,6
/proc/996087/task/996107/stat : 996107 (Timer-0) S 996084 996087 991963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185835473 19566772224 1400659 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5602636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.77 s, system=5.45876 s

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

[startup+3299.41 s]
/proc/loadavg: 3.75 4.51 4.77 4/310 998122
/proc/meminfo: memFree=111048892/131524600 swapFree=131071216/131071996
[pid=996087] ppid=996084 vsize=19307868 memory=5603256 CPUtime=3600.17 cores=4,6
/proc/996087/stat : 996087 (java) S 996084 996087 991963 0 -1 1077936128 764233 0 0 0 359474 543 0 0 20 0 21 0 185835167 19771256832 1400814 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
/proc/996087/statm: 4826967 1400814 5994 1 0 1412673 0
[pid=996087/tid=996089] ppid=996084 vsize=19307868 memory=1852 CPUtime=3240.88 cores=4,6
/proc/996087/task/996089/stat : 996089 (java) S 996084 996087 991963 0 -1 1077936192 345189 0 0 0 323953 135 0 0 20 0 21 0 185835168 19771256832 1400814 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996098] ppid=996084 vsize=19307868 memory=13124 CPUtime=0 cores=4,6
/proc/996087/task/996098/stat : 996098 (Finalizer) S 996084 996087 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185835170 19771256832 1400814 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
[pid=996087/tid=996105] ppid=996084 vsize=19307868 memory=5628 CPUtime=0 cores=4,6
/proc/996087/task/996105/stat : 996105 (Common-Cleaner) S 996084 996087 991963 0 -1 1077936192 3480 0 0 0 0 0 0 0 20 0 21 0 185835171 19771256832 1400814 134679101440 94622719291392 94622719295088 140734267334032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94622719302904 94622719303696 94622748594176 140734267339759 140734267339872 140734267339872 140734267346888 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5603256 KiB

Child status: 143

Real time (s): 3299.46
CPU time (s): 3600.23
CPU user time (s): 3594.77
CPU system time (s): 5.45876
CPU usage (%): 109.116
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5603256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.77
system time used= 5.45876
maximum resident set size= 5604236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 764461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121650
involuntary context switches= 24664


# summary of solver processes directly reported to runsolver:
#   pid: 996087
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3594.77
#   total CPU system time (s): 5.45876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.59025 second user time and 15.2431 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 23:05:40
IDJOB=4446335
IDBENCH=155560
IDSOLVER=3046
FILE ID=nodeC018/4446335-1721336728
RUNJOBID= nodeC018-1721330032-991974
SLURM_JOB_ID= 7542703
Free space on /tmp= 889708 MiB

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

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

MD5SUM BENCH= aafbab4e203601a49fdc88cf5a6cbbb7
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.338
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		: 3676.935
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		: 3660.555
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		: 3599.773
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		: 3664.961
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		: 3676.969
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		: 3631.303
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		: 3600.004
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:        112292088 kB
MemAvailable:   114503820 kB
Buffers:          497628 kB
Cached:          2542180 kB
SwapCached:          148 kB
Active:          1380096 kB
Inactive:       17228256 kB
Active(anon):       1564 kB
Inactive(anon): 15612760 kB
Active(file):    1378532 kB
Inactive(file):  1615496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              8340 kB
Writeback:             0 kB
AnonPages:      15568396 kB
Mapped:           128468 kB
Shmem:             45784 kB
KReclaimable:     115052 kB
Slab:             211748 kB
SReclaimable:     115052 kB
SUnreclaim:        96696 kB
KernelStack:        5028 kB
PageTables:        40708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16618040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15212544 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= 890060 MiB
End job on nodeC018 at 2024-07-19 00:00:39