Trace number 4441475

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.58 3101.07

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUMab585d5a9f1265a4903b33e81faedd32
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 benchmark17.3591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.67	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.67	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.67	c See www.sat4j.org for details.
0.09/0.72	c version CUSTOM.v20240707
0.09/0.73	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.73	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.73	c java.vm.version	22.0.1+8-16
0.09/0.73	c java.vm.vendor	Oracle Corporation
0.09/0.73	c sun.arch.data.model	64
0.09/0.73	c java.version		22.0.1
0.09/0.73	c os.name		Linux
0.09/0.73	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.73	c os.arch		amd64
0.09/0.73	c Free memory 		2104792832
0.09/0.73	c Max memory 		16282288128
0.09/0.73	c Total memory 		2113929216
0.09/0.73	c Number of processors 	2
0.19/0.83	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.83	 - never skip resolution steps
0.19/0.83	 - Auto-division on coefficients is disabled
0.19/0.83	 - No postprocessing
0.19/0.83	 - Conflict is considered as is when resolving
0.19/0.83	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.19/0.83	 - Weaken first using unassigned literals
0.19/0.83	 - Bump strategy: ALWAYS_ONE
0.19/0.83	 - Bumper: ASSIGNED
0.19/0.83	--- Begin Solver configuration ---
0.19/0.83	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.19/0.83	Learn all clauses as in MiniSAT
0.19/0.83	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.83	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.83	No reason simplification
0.19/0.83	Armin Biere (Picosat) restarts strategy
0.19/0.83	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.19/0.83	timeout=2147483s
0.19/0.83	DB Simplification allowed=false
0.19/0.83	Listener: none
0.19/0.83	--- End Solver configuration ---
0.19/0.83	c Pseudo Boolean Optimization by upper bound
0.19/0.83	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.83	c  - never skip resolution steps
0.19/0.83	c  - Auto-division on coefficients is disabled
0.19/0.83	c  - No postprocessing
0.19/0.83	c  - Conflict is considered as is when resolving
0.19/0.83	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.19/0.83	c  - Weaken first using unassigned literals
0.19/0.83	c  - Bump strategy: ALWAYS_ONE
0.19/0.83	c  - Bumper: ASSIGNED
0.19/0.83	c --- Begin Solver configuration ---
0.19/0.83	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.19/0.83	c Learn all clauses as in MiniSAT
0.19/0.83	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.83	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.83	c No reason simplification
0.19/0.83	c Armin Biere (Picosat) restarts strategy
0.19/0.83	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.19/0.83	c timeout=2147483s
0.19/0.83	c DB Simplification allowed=false
0.19/0.83	c Listener: none
0.19/0.83	c --- End Solver configuration ---
0.19/0.83	c solving HOME/instance-4441475-1721292916.opb
0.19/0.83	c reading problem ... 
0.19/0.83	c  no objective function found
30.49/28.45	c ... done. Wall clock time 27.614s.
30.49/28.45	c declared #vars     77106
30.49/28.45	c #constraints  218779
30.49/28.45	c constraints type 
30.49/28.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
30.49/28.45	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 13220
30.49/28.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
30.49/28.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
30.49/28.45	c 218779 constraints processed.
38.91/34.95	c cleaning 2376 clauses out of 4993 with flag 0/5000
46.78/42.56	c cleaning 3077 clauses out of 8615 with flag 0/11001
55.51/51.13	c cleaning 3654 clauses out of 12537 with flag 0/18000
63.92/59.31	c cleaning 4208 clauses out of 16884 with flag 0/26001
77.58/72.87	c cleaning 4569 clauses out of 21672 with flag 0/35000
90.86/85.82	c cleaning 5163 clauses out of 27104 with flag 0/45001
124.14/118.96	c cleaning 4953 clauses out of 32941 with flag 0/56001
146.23/140.61	c cleaning 5324 clauses out of 39987 with flag 0/68000
170.45/164.42	c cleaning 5937 clauses out of 47662 with flag 0/81000
195.69/189.05	c cleaning 7323 clauses out of 55725 with flag 0/95000
223.15/215.96	c cleaning 6299 clauses out of 63404 with flag 0/110002
255.06/247.35	c cleaning 6345 clauses out of 73103 with flag 0/126000
298.04/289.49	c cleaning 7762 clauses out of 83765 with flag 0/143007
328.93/319.30	c cleaning 7815 clauses out of 93997 with flag 0/161001
361.68/351.11	c cleaning 8277 clauses out of 105181 with flag 0/180000
403.84/392.21	c cleaning 8842 clauses out of 116905 with flag 0/200001
445.17/432.49	c cleaning 8285 clauses out of 129062 with flag 0/221000
501.40/487.20	c cleaning 8686 clauses out of 142778 with flag 0/243001
554.35/538.80	c cleaning 8150 clauses out of 157092 with flag 0/266001
601.09/583.95	c cleaning 9711 clauses out of 172947 with flag 0/290006
654.58/635.95	c cleaning 11053 clauses out of 188230 with flag 0/315000
715.69/695.39	c cleaning 11525 clauses out of 203178 with flag 0/341002
785.74/761.30	c cleaning 7799 clauses out of 218653 with flag 0/368002
862.11/836.59	c cleaning 10326 clauses out of 238854 with flag 0/396002
946.52/919.26	c cleaning 9906 clauses out of 257530 with flag 0/425004
1016.72/987.65	c cleaning 10703 clauses out of 277620 with flag 0/455000
1104.37/1073.60	c cleaning 13250 clauses out of 297917 with flag 0/486000
1203.24/1170.51	c cleaning 10968 clauses out of 316669 with flag 0/518002
1301.22/1266.14	c cleaning 13457 clauses out of 338699 with flag 0/551000
1408.20/1370.70	c cleaning 11678 clauses out of 359242 with flag 0/585000
1530.63/1486.84	c cleaning 12729 clauses out of 382566 with flag 0/620002
1634.64/1589.10	c cleaning 8624 clauses out of 405837 with flag 0/656002
1755.95/1702.77	c cleaning 13585 clauses out of 434211 with flag 0/693000
1876.97/1807.04	c cleaning 14926 clauses out of 458627 with flag 0/731001
2029.64/1937.29	c cleaning 16034 clauses out of 482700 with flag 0/770000
2194.80/2068.01	c cleaning 13677 clauses out of 506669 with flag 0/810003
2365.69/2201.53	c cleaning 15721 clauses out of 533990 with flag 0/851001
2560.24/2350.82	c cleaning 15204 clauses out of 560270 with flag 0/893002
2813.32/2541.78	c cleaning 17588 clauses out of 588064 with flag 0/936000
3017.98/2688.41	c cleaning 13758 clauses out of 614476 with flag 0/980000
3244.52/2847.17	c cleaning 15439 clauses out of 645719 with flag 0/1025001
3508.28/3037.71	c cleaning 16864 clauses out of 676280 with flag 0/1071001
3600.08/3100.89	c starts		: 188
3600.08/3100.89	c conflicts		: 1090834
3600.08/3100.89	c decisions		: 2559010
3600.08/3100.89	c propagations		: 2377936632
3600.08/3100.89	c inspects		: 7112073457
3600.08/3100.89	c shortcuts		: 0
3600.08/3100.89	c learnt literals	: 15
3600.08/3100.89	c learnt binary clauses	: 429
3600.08/3100.89	c learnt ternary clauses	: 788
3600.08/3100.89	c learnt constraints	: 1090818
3600.08/3100.89	c ignored constraints	: 0
3600.08/3100.89	c root simplifications	: 0
3600.08/3100.89	c removed literals (reason simplification)	: 0
3600.08/3100.89	c reason swapping (by a shorter reason)	: 0
3600.08/3100.89	c Calls to reduceDB	: 42
3600.08/3100.89	c Number of update (reduction) of LBD	: 0
3600.08/3100.89	c Imported unit clauses	: 0
3600.08/3100.89	c No decision after first conflict	: false
3600.08/3100.89	c number of reductions to clauses (during analyze)	: 0
3600.08/3100.89	c number of learned constraints concerned by reduction	: 0
3600.08/3100.89	c number of learning phase by resolution	: 0
3600.08/3100.89	c number of learning phase by cutting planes	: 0
3600.08/3100.89	c number of rounding to 1 operations	: 5598138
3600.08/3100.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3100.89	c number of reductions of the coefficients by power 2 	: 0
3600.08/3100.89	c number of right shift for reduction by power 2 	: 0
3600.08/3100.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3100.90	c number of ending skipping 	: 0
3600.08/3100.90	c number of internal skipping 	: 0
3600.08/3100.90	c number of derivation steps 	: 78985010
3600.08/3100.90	c number of skipped derivation steps 	: 0
3600.08/3100.90	c number of remaining unassigned 	: 236820
3600.08/3100.90	c number of remaining assigned 	: 162400715
3600.08/3100.90	c number of falsified literals weakened from reason	: 0
3600.08/3100.90	c number of falsified literals weakened from conflict	: 0
3600.08/3100.90	c time for arithmetic operations	: 32252936651
3600.08/3100.90	c minimum degree of deleted constraints	: 4
3600.08/3100.90	c maximum degree of deleted constraints	: 2555780
3600.08/3100.90	c number of deleted constraints	: 411570
3600.08/3100.90	c speed (assignments/second)	: 773961.8470255216
3600.08/3100.90	c non guided choices	: 9832
3600.31/3100.92	c timeout
3600.49/3101.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 552723
3600.49/3101.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 429
3600.49/3101.03	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 126096
3600.49/3101.03	s UNKNOWN
3600.49/3101.03	c Total wall clock time (in seconds): 3100.2

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61586 MiB free)
  memory of node 1: 64510 MiB (61689 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441475-1721292916/watcher-4441475-1721292916 -o /tmp/evaluation-result-4441475-1721292916/solver-4441475-1721292916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920401 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441475-1721292916.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
solver pid=920443, runsolver pid=920439
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 1.20 1.25 1.26 2/256 920457
/proc/meminfo: memFree=126229212/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=37736 memory=2820 CPUtime=0 cores=4,6
/proc/920443/stat : 920443 (java) D 920439 920443 920389 0 -1 4194304 198 0 4 0 0 0 0 0 20 0 1 0 181452165 38641664 705 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 0 0 0 0 17 6 0 0 7 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 9434 705 622 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2820 KiB

[startup+0.205488 s]*
/proc/loadavg: 1.20 1.25 1.26 1/266 920471
/proc/meminfo: memFree=126215592/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=239396 memory=8504 CPUtime=0 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 584 0 41 0 0 0 0 0 20 0 2 0 181452165 245141504 2126 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 0 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 59849 2126 1742 1 0 583 0
[pid=920443/tid=920469] ppid=920439 vsize=239396 memory=5983647875135111299 CPUtime=0 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) D 920439 920443 920389 0 -1 4194368 31 0 12 0 0 0 0 0 20 0 2 0 181452181 245141504 2126 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 0 0 0 0 -1 4 0 0 4 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8504 KiB

[startup+0.305261 s]*
/proc/loadavg: 1.20 1.25 1.26 1/266 920471
/proc/meminfo: memFree=126182964/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=528268 memory=20580 CPUtime=0.01 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 1391 0 74 0 0 1 0 0 20 0 2 0 181452165 540946432 5145 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16784588 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 132067 5145 3073 1 0 4201 0
[pid=920443/tid=920469] ppid=920439 vsize=528268 memory=-9031800193574806204 CPUtime=0 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) D 920439 920443 920389 0 -1 4194368 838 0 45 0 0 0 0 0 20 0 2 0 181452181 540946432 5145 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 11 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 528268 KiB
Current children cumulated memory: 20580 KiB

[startup+0.700235 s]
/proc/loadavg: 1.20 1.25 1.26 1/327 920532
/proc/meminfo: memFree=126076932/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=18975048 memory=58832 CPUtime=0.09 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 6796 0 136 0 6 3 0 0 20 0 18 0 181452165 19430449152 14708 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4743762 14708 5584 1 0 548917 0
[pid=920443/tid=920469] ppid=920439 vsize=18975048 memory=13012 CPUtime=0.06 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) D 920439 920443 920389 0 -1 4194368 5615 0 94 0 4 2 0 0 20 0 18 0 181452181 19430449152 14708 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=18975048 memory=2319389199166351573 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181452215 19430449152 14708 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58832 KiB

[startup+1.50024 s]
/proc/loadavg: 1.20 1.25 1.26 8/335 920540
/proc/meminfo: memFree=125372024/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19041612 memory=1258988 CPUtime=1.33 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 15265 0 136 0 105 28 0 0 20 0 19 0 181452165 19498610688 314747 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4760403 314747 5809 1 0 553275 0
[pid=920443/tid=920469] ppid=920439 vsize=19041612 memory=0 CPUtime=0.77 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 6632 0 94 0 52 25 0 0 20 0 19 0 181452181 19498610688 314747 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 48 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19041612 memory=33 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 314747 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19041612 memory=11488 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 314747 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1258988 KiB

[startup+3.1063 s]
/proc/loadavg: 1.58 1.33 1.29 8/335 920607
/proc/meminfo: memFree=115587528/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19041612 memory=2569724 CPUtime=4.19 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 22042 0 136 0 364 55 0 0 20 0 19 0 181452165 19498610688 642431 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4760403 642431 5811 1 0 873988 0
[pid=920443/tid=920469] ppid=920439 vsize=19041612 memory=11488 CPUtime=2.32 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 7341 0 94 0 181 51 0 0 20 0 19 0 181452181 19498610688 642431 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 642431 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19041612 memory=66008 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 642431 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2569724 KiB

[startup+6.30028 s]
/proc/loadavg: 1.58 1.33 1.29 6/336 920610
/proc/meminfo: memFree=114697408/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19041612 memory=2565780 CPUtime=7.41 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 22523 0 136 0 685 56 0 0 20 0 19 0 181452165 19498610688 641445 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4760403 641445 5827 1 0 873989 0
[pid=920443/tid=920469] ppid=920439 vsize=19041612 memory=-8528241460239442620 CPUtime=5.45 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 7720 0 94 0 494 51 0 0 20 0 19 0 181452181 19498610688 641445 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 641445 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 641445 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 7.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2565780 KiB

[startup+12.7003 s]
/proc/loadavg: 2.04 1.44 1.32 5/334 920610
/proc/meminfo: memFree=114674604/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19041612 memory=2574924 CPUtime=13.9 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 25596 0 136 0 1333 57 0 0 20 0 19 0 181452165 19498610688 643731 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4760403 643731 5828 1 0 873989 0
[pid=920443/tid=920469] ppid=920439 vsize=19041612 memory=0 CPUtime=11.69 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 9310 0 94 0 1118 51 0 0 20 0 19 0 181452181 19498610688 643731 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19041612 memory=43380 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 643731 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19041612 memory=2572732 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 643731 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 13.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2574924 KiB

[startup+25.5027 s]
/proc/loadavg: 2.34 1.52 1.35 5/334 920613
/proc/meminfo: memFree=114124256/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19041612 memory=3098364 CPUtime=26.85 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 27132 0 136 0 2616 69 0 0 20 0 19 0 181452165 19498610688 774591 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4760403 774591 5828 1 0 1003501 0
[pid=920443/tid=920469] ppid=920439 vsize=19041612 memory=13012 CPUtime=24.18 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) S 920439 920443 920389 0 -1 1077936192 10242 0 94 0 2356 62 0 0 20 0 19 0 181452181 19498610688 774591 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 48 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19041612 memory=3092084 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 774591 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19041612 memory=11488 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 774591 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 26.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3098364 KiB

[startup+51.1058 s]
/proc/loadavg: 2.99 1.74 1.43 5/335 920751
/proc/meminfo: memFree=113146784/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=3111140 CPUtime=55.51 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 48482 0 136 0 5477 74 0 0 20 0 20 0 181452165 19566772224 777785 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 777785 5840 1 0 1003961 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=3108996 CPUtime=49.13 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 15882 0 94 0 4850 63 0 0 20 0 20 0 181452181 19566772224 777785 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 56 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=3108996 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 777785 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=3108996 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 65 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 777785 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=3108996 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 777785 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 55.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3111140 KiB

[startup+102.301 s]
/proc/loadavg: 4.03 2.24 1.62 5/336 921027
/proc/meminfo: memFree=113209008/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=3158692 CPUtime=107.42 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 62660 0 136 0 10664 78 0 0 20 0 20 0 181452165 19566772224 789673 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 789673 5840 1 0 1003985 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=3152508 CPUtime=99.27 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 22585 0 94 0 9863 64 0 0 20 0 20 0 181452181 19566772224 789673 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 56 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=3158692 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 789673 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=3148404 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 112 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 789673 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=3148372 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 789673 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 107.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3158692 KiB

[startup+162.3 s]
/proc/loadavg: 4.32 2.66 1.81 5/337 921440

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

/proc/meminfo: memFree=105509020/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=8097472 CPUtime=3094.11 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 541981 0 136 0 308897 514 0 0 20 0 20 0 181452165 19566772224 2024368 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 2024368 5861 1 0 2037025 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=7730796 CPUtime=2645.38 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 263044 0 94 0 264367 171 0 0 20 0 20 0 181452181 19566772224 2024368 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 70 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=7972496 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 2024368 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=8039160 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 2428 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 2024368 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=8039160 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 2024368 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 3094.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8097472 KiB

[startup+2802.3 s]
/proc/loadavg: 5.02 4.88 4.48 6/332 922735
/proc/meminfo: memFree=105247192/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=8358136 CPUtime=3179.6 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 565747 0 136 0 317419 541 0 0 20 0 20 0 181452165 19566772224 2089534 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 2089534 5861 1 0 2101770 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=8274936 CPUtime=2702.95 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 271026 0 94 0 270118 177 0 0 20 0 20 0 181452181 19566772224 2089534 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=8356856 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 2089534 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=8358136 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 2491 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 2089534 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=8358136 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 2089534 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 3179.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8358136 KiB

[startup+2862.3 s]
/proc/loadavg: 4.88 4.87 4.50 6/332 922745
/proc/meminfo: memFree=105004068/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=8599844 CPUtime=3264.76 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 569174 0 136 0 325910 566 0 0 20 0 20 0 181452165 19566772224 2149961 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 2149961 5861 1 0 2162353 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=8599844 CPUtime=2760.73 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 272987 0 94 0 275891 182 0 0 20 0 20 0 181452181 19566772224 2149961 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=8541572 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 2149961 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=43380 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 2491 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 2149961 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=8599844 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 2149961 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 3264.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8599844 KiB

[startup+2922.3 s]
/proc/loadavg: 5.01 4.90 4.53 6/332 922757
/proc/meminfo: memFree=105002724/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=8682124 CPUtime=3349.77 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 592574 0 136 0 334389 588 0 0 20 0 20 0 181452165 19566772224 2170531 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 2170531 5861 1 0 2183239 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=8600188 CPUtime=2818.14 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 279845 0 94 0 281630 184 0 0 20 0 20 0 181452181 19566772224 2170531 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 70 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 2170531 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=279505332302848 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 2547 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 2170531 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=8600188 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 2170531 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 3349.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8682124 KiB

[startup+2982.3 s]
/proc/loadavg: 5.16 4.96 4.58 8/332 922768
/proc/meminfo: memFree=104701884/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=8900564 CPUtime=3435.84 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 597321 0 136 0 342973 611 0 0 20 0 20 0 181452165 19566772224 2225141 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 2225141 5861 1 0 2237733 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=8766892 CPUtime=2875.32 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 282232 0 94 0 287343 189 0 0 20 0 20 0 181452181 19566772224 2225141 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=8817248 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 2225141 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=8817248 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 2548 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 2225141 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 2225141 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 3435.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8900564 KiB

[startup+3042.3 s]
/proc/loadavg: 4.92 4.95 4.60 6/330 922779
/proc/meminfo: memFree=104515736/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=9084720 CPUtime=3516.98 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 616868 0 136 0 351066 632 0 0 20 0 20 0 181452165 19566772224 2271180 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 2271180 5861 1 0 2283712 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=8984152 CPUtime=2933.21 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 290689 0 94 0 293128 193 0 0 20 0 20 0 181452181 19566772224 2271180 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 70 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 2271180 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=9084664 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 2271180 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=9084720 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 2271180 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 3516.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9084720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3100.8 s]
/proc/loadavg: 4.65 4.88 4.59 6/330 922790
/proc/meminfo: memFree=103979304/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19108176 memory=9142976 CPUtime=3600.08 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 627465 0 136 0 359355 653 0 0 20 0 20 0 181452165 19566772224 2285744 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4777044 2285744 5861 1 0 2298344 0
[pid=920443/tid=920469] ppid=920439 vsize=19108176 memory=2636 CPUtime=2989.53 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) R 920439 920443 920389 0 -1 4194368 292736 0 94 0 298759 194 0 0 20 0 20 0 181452181 19566772224 2285744 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19108176 memory=19392 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 2285744 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19108176 memory=9142976 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 2285744 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920614] ppid=920439 vsize=19108176 memory=43380 CPUtime=0 cores=4,6
/proc/920443/task/920614/stat : 920614 (Timer-0) S 920439 920443 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181455012 19566772224 2285744 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9142976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.02 s, system=6.5632 s

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

[startup+3101 s]*
/proc/loadavg: 4.65 4.88 4.59 6/331 922793
/proc/meminfo: memFree=103978628/131524600 swapFree=131071996/131071996
[pid=920443] ppid=920439 vsize=19307868 memory=9143680 CPUtime=3600.49 cores=4,6
/proc/920443/stat : 920443 (java) S 920439 920443 920389 0 -1 1077936128 629920 0 136 0 359396 653 0 0 20 0 21 0 181452165 19771256832 2285920 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 0 0 16800975 0 0 0 17 6 0 0 15 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
/proc/920443/statm: 4826967 2285920 5861 1 0 2299263 0
[pid=920443/tid=920469] ppid=920439 vsize=19307868 memory=2184 CPUtime=2989.63 cores=4,6
/proc/920443/task/920469/stat : 920469 (java) S 920439 920443 920389 0 -1 1077936192 292800 0 94 0 298769 194 0 0 20 0 21 0 181452181 19771256832 2285920 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920507] ppid=920439 vsize=19307868 memory=-8549726995367904158 CPUtime=0 cores=4,6
/proc/920443/task/920507/stat : 920507 (Finalizer) S 920439 920443 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 181452215 19771256832 2285920 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=920535] ppid=920439 vsize=19307868 memory=1740 CPUtime=0 cores=4,6
/proc/920443/task/920535/stat : 920535 (Common-Cleaner) S 920439 920443 920389 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 181452220 19771256832 2285920 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
[pid=920443/tid=922792] ppid=920439 vsize=19307868 memory=32308 CPUtime=0.1 cores=4,6
/proc/920443/task/922792/stat : 922792 (Thread-0) R 920439 920443 920389 0 -1 4194368 312 0 0 0 10 0 0 0 20 0 21 0 181762251 19771256832 2285920 134679101440 93901367009280 93901367012976 140726217308768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93901367020792 93901367021584 93901367713792 140726217311215 140726217311328 140726217311328 140726217318344 0
Current children cumulated CPU time: 3600.49 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 9143680 KiB

Child status: 143

Real time (s): 3101.07
CPU time (s): 3600.58
CPU user time (s): 3594.02
CPU system time (s): 6.5632
CPU usage (%): 116.108
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 9143680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.02
system time used= 6.5632
maximum resident set size= 9144688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 630119
page faults= 136
swaps= 0
block input operations= 29800
block output operations= 3360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128760
involuntary context switches= 32817


# summary of solver processes directly reported to runsolver:
#   pid: 920443
#   total CPU time (s): 3600.58
#   total CPU user time (s): 3594.02
#   total CPU system time (s): 6.5632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55757 second user time and 15.787 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 10:55:28
IDJOB=4441475
IDBENCH=147714
IDSOLVER=3046
FILE ID=nodeC016/4441475-1721292916
RUNJOBID= nodeC016-1721292927-920401
SLURM_JOB_ID= 7542586
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441475-1721292916/watcher-4441475-1721292916 -o /tmp/evaluation-result-4441475-1721292916/solver-4441475-1721292916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920401 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441475-1721292916.opb

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

MD5SUM BENCH= ab585d5a9f1265a4903b33e81faedd32
RANDOM SEED=1569934607

nodeC016.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		: 3637.661
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.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.599
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3600.022
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.70
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		: 3610.742
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3639.363
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.70
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		: 3613.949
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
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		: 3622.673
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.70
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.581
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126239256 kB
MemAvailable:   129717216 kB
Buffers:          328456 kB
Cached:          3988196 kB
SwapCached:            0 kB
Active:           468156 kB
Inactive:        4216260 kB
Active(anon):       1488 kB
Inactive(anon):   404052 kB
Active(file):     466668 kB
Inactive(file):  3812208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24056 kB
Writeback:             0 kB
AnonPages:        366036 kB
Mapped:           106080 kB
Shmem:             37720 kB
KReclaimable:      77464 kB
Slab:             185140 kB
SReclaimable:      77464 kB
SUnreclaim:       107676 kB
KernelStack:        3964 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     650852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC016 at 2024-07-18 11:47:09