Trace number 4441415

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.19 3463.73

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
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 benchmark44.7906
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.55	c See www.sat4j.org for details.
0.07/0.60	c version CUSTOM.v20240707
0.11/0.61	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.61	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.61	c java.vm.version	22.0.1+8-16
0.11/0.61	c java.vm.vendor	Oracle Corporation
0.11/0.61	c sun.arch.data.model	64
0.11/0.61	c java.version		22.0.1
0.11/0.61	c os.name		Linux
0.11/0.61	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.61	c os.arch		amd64
0.11/0.61	c Free memory 		2104792832
0.11/0.61	c Max memory 		16282288128
0.11/0.61	c Total memory 		2113929216
0.11/0.62	c Number of processors 	2
0.22/0.71	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.71	 - never skip resolution steps
0.22/0.71	 - Auto-division on coefficients is disabled
0.22/0.71	 - No postprocessing
0.22/0.71	 - Conflict is considered as is when resolving
0.22/0.71	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.22/0.71	 - Weaken first using unassigned literals
0.22/0.71	 - Bump strategy: ALWAYS_ONE
0.22/0.71	 - Bumper: ASSIGNED
0.22/0.71	--- Begin Solver configuration ---
0.22/0.71	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.22/0.71	Learn all clauses as in MiniSAT
0.22/0.71	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.71	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.71	No reason simplification
0.22/0.71	Armin Biere (Picosat) restarts strategy
0.22/0.71	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.22/0.71	timeout=2147483s
0.22/0.71	DB Simplification allowed=false
0.22/0.71	Listener: none
0.22/0.71	--- End Solver configuration ---
0.22/0.71	c Pseudo Boolean Optimization by upper bound
0.22/0.71	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.71	c  - never skip resolution steps
0.22/0.71	c  - Auto-division on coefficients is disabled
0.22/0.71	c  - No postprocessing
0.22/0.71	c  - Conflict is considered as is when resolving
0.22/0.71	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.22/0.71	c  - Weaken first using unassigned literals
0.22/0.71	c  - Bump strategy: ALWAYS_ONE
0.22/0.71	c  - Bumper: ASSIGNED
0.22/0.71	c --- Begin Solver configuration ---
0.22/0.71	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.22/0.71	c Learn all clauses as in MiniSAT
0.22/0.71	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.71	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.71	c No reason simplification
0.22/0.71	c Armin Biere (Picosat) restarts strategy
0.22/0.71	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.22/0.71	c timeout=2147483s
0.22/0.71	c DB Simplification allowed=false
0.22/0.71	c Listener: none
0.22/0.71	c --- End Solver configuration ---
0.22/0.71	c solving HOME/instance-4441415-1721292916.opb
0.22/0.71	c reading problem ... 
0.22/0.71	c  no objective function found
130.07/128.54	c ... done. Wall clock time 127.823s.
130.07/128.54	c declared #vars     168111
130.07/128.54	c #constraints  487525
130.07/128.54	c constraints type 
130.07/128.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
130.07/128.54	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 18798
130.07/128.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
130.07/128.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
130.07/128.54	c 487525 constraints processed.
147.91/144.50	c cleaning 2453 clauses out of 4999 with flag 0/5000
162.74/159.14	c cleaning 3325 clauses out of 8545 with flag 0/11000
183.35/179.54	c cleaning 3803 clauses out of 12219 with flag 0/18000
207.30/203.61	c cleaning 3667 clauses out of 16416 with flag 0/26000
239.05/235.58	c cleaning 4598 clauses out of 21747 with flag 0/35001
275.53/272.15	c cleaning 5317 clauses out of 27148 with flag 0/45001
314.46/310.81	c cleaning 4780 clauses out of 32833 with flag 0/56005
361.82/358.12	c cleaning 5906 clauses out of 40046 with flag 0/68000
405.63/401.88	c cleaning 5458 clauses out of 47140 with flag 0/81000
462.36/458.15	c cleaning 7021 clauses out of 55679 with flag 0/95000
532.93/528.36	c cleaning 6640 clauses out of 63658 with flag 0/110001
660.44/655.04	c cleaning 5866 clauses out of 73017 with flag 0/126001
782.20/775.99	c cleaning 8037 clauses out of 84151 with flag 0/143001
933.44/926.40	c cleaning 7323 clauses out of 94113 with flag 0/161002
1075.28/1067.48	c cleaning 8132 clauses out of 105788 with flag 0/180000
1254.95/1245.99	c cleaning 7926 clauses out of 117656 with flag 0/200000
1432.46/1422.34	c cleaning 7708 clauses out of 130731 with flag 0/221001
1602.19/1590.84	c cleaning 7759 clauses out of 145022 with flag 0/243000
1805.96/1793.08	c cleaning 8527 clauses out of 160262 with flag 0/266002
2031.37/2014.73	c cleaning 7563 clauses out of 175734 with flag 0/290001
2271.69/2253.20	c cleaning 8238 clauses out of 193172 with flag 0/315002
2532.01/2510.82	c cleaning 8949 clauses out of 210933 with flag 0/341001
2799.78/2773.42	c cleaning 8573 clauses out of 228983 with flag 0/368000
3171.03/3099.61	c cleaning 8245 clauses out of 248410 with flag 0/396000
3542.69/3415.27	c cleaning 8716 clauses out of 269165 with flag 0/425001
3600.00/3463.63	c starts		: 136
3600.00/3463.63	c conflicts		: 429166
3600.00/3463.63	c decisions		: 1107897
3600.00/3463.63	c propagations		: 3388795929
3600.00/3463.63	c inspects		: 7729993041
3600.00/3463.63	c shortcuts		: 0
3600.00/3463.63	c learnt literals	: 22
3600.00/3463.63	c learnt binary clauses	: 341
3600.00/3463.63	c learnt ternary clauses	: 764
3600.00/3463.63	c learnt constraints	: 429144
3600.00/3463.63	c ignored constraints	: 0
3600.00/3463.63	c root simplifications	: 0
3600.00/3463.63	c removed literals (reason simplification)	: 0
3600.00/3463.63	c reason swapping (by a shorter reason)	: 0
3600.00/3463.63	c Calls to reduceDB	: 25
3600.00/3463.63	c Number of update (reduction) of LBD	: 0
3600.00/3463.63	c Imported unit clauses	: 0
3600.00/3463.63	c No decision after first conflict	: false
3600.00/3463.63	c number of reductions to clauses (during analyze)	: 0
3600.00/3463.63	c number of learned constraints concerned by reduction	: 0
3600.00/3463.63	c number of learning phase by resolution	: 0
3600.00/3463.63	c number of learning phase by cutting planes	: 0
3600.00/3463.63	c number of rounding to 1 operations	: 2500550
3600.00/3463.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3463.63	c number of reductions of the coefficients by power 2 	: 0
3600.00/3463.63	c number of right shift for reduction by power 2 	: 0
3600.00/3463.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3463.63	c number of ending skipping 	: 0
3600.00/3463.63	c number of internal skipping 	: 0
3600.00/3463.63	c number of derivation steps 	: 41000557
3600.00/3463.63	c number of skipped derivation steps 	: 0
3600.00/3463.63	c number of remaining unassigned 	: 71948
3600.00/3463.63	c number of remaining assigned 	: 61700786
3600.00/3463.63	c number of falsified literals weakened from reason	: 0
3600.00/3463.63	c number of falsified literals weakened from conflict	: 0
3600.00/3463.63	c time for arithmetic operations	: 25163750558
3600.00/3463.64	c minimum degree of deleted constraints	: 4
3600.00/3463.64	c maximum degree of deleted constraints	: 10071047
3600.00/3463.64	c number of deleted constraints	: 164530
3600.00/3463.64	c speed (assignments/second)	: 1016115.9652647823
3600.00/3463.64	c non guided choices	: 32417
3600.00/3463.64	c timeout
3600.00/3463.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 199337
3600.00/3463.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 341
3600.00/3463.70	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 64936
3600.00/3463.70	s UNKNOWN
3600.00/3463.70	c Total wall clock time (in seconds): 3462.992

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441415-1721292916/watcher-4441415-1721292916 -o /tmp/evaluation-result-4441415-1721292916/solver-4441415-1721292916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920402 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441415-1721292916.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=920465, runsolver pid=920462

[startup+0.100094 s]*
/proc/loadavg: 1.20 1.25 1.26 1/266 920471
/proc/meminfo: memFree=126214692/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=239396 memory=8668 CPUtime=0 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 607 0 14 0 0 0 0 0 20 0 2 0 181452177 245141504 2167 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 0 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 59849 2167 1783 1 0 583 0
[pid=920465/tid=920471] ppid=920462 vsize=239396 memory=4026561586 CPUtime=0 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) D 920462 920465 920389 0 -1 4194368 37 0 7 0 0 0 0 0 20 0 2 0 181452181 245141504 2167 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 0 0 0 0 -1 1 0 0 5 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8668 KiB

[startup+0.20483 s]*
/proc/loadavg: 1.20 1.25 1.26 5/286 920491
/proc/meminfo: memFree=126157500/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=18175400 memory=30008 CPUtime=0.01 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 2730 0 30 0 0 1 0 0 20 0 7 0 181452177 18611609600 7502 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4543850 7502 3685 1 0 542675 0
[pid=920465/tid=920471] ppid=920462 vsize=18175400 memory=8737651120394928259 CPUtime=0.01 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) D 920462 920465 920389 0 -1 4194368 2155 0 23 0 0 1 0 0 20 0 7 0 181452181 18611609600 7502 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 13 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 30008 KiB

[startup+0.305976 s]*
/proc/loadavg: 1.20 1.25 1.26 2/286 920491
/proc/meminfo: memFree=126103424/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=18175400 memory=39220 CPUtime=0.02 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 4963 0 35 0 0 2 0 0 20 0 7 0 181452177 18611609600 9805 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4543850 9805 3730 1 0 544770 0
[pid=920465/tid=920471] ppid=920462 vsize=18175400 memory=-9031800193574806204 CPUtime=0.01 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) D 920462 920465 920389 0 -1 4194368 4388 0 28 0 0 1 0 0 20 0 7 0 181452181 18611609600 9805 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 22 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 39220 KiB

[startup+0.700186 s]
/proc/loadavg: 1.20 1.25 1.26 8/331 920536
/proc/meminfo: memFree=126058408/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=18975048 memory=66628 CPUtime=0.22 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 7625 0 51 0 18 4 0 0 20 0 18 0 181452177 19430449152 16657 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4743762 16657 5712 1 0 549542 0
[pid=920465/tid=920471] ppid=920462 vsize=18975048 memory=2636 CPUtime=0.13 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 5988 0 34 0 10 3 0 0 20 0 18 0 181452181 19430449152 16657 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 48 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=18975048 memory=26268 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181452215 19430449152 16657 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=18975048 memory=353 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 181452220 19430449152 16657 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66628 KiB

[startup+1.50064 s]
/proc/loadavg: 1.20 1.25 1.26 10/336 920541
/proc/meminfo: memFree=124282832/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19041612 memory=2279340 CPUtime=1.22 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 11495 0 51 0 75 47 0 0 20 0 19 0 181452177 19498610688 569835 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4760403 569835 5820 1 0 1077458 0
[pid=920465/tid=920471] ppid=920462 vsize=19041612 memory=353 CPUtime=0.86 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 7171 0 34 0 41 45 0 0 20 0 19 0 181452181 19498610688 569835 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 48 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 569835 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 569835 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2279340 KiB

[startup+3.10662 s]
/proc/loadavg: 1.58 1.33 1.29 6/335 920607
/proc/meminfo: memFree=115585004/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19041612 memory=3390508 CPUtime=3.59 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 22397 0 51 0 288 71 0 0 20 0 19 0 181452177 19498610688 847627 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4760403 847627 5820 1 0 1082874 0
[pid=920465/tid=920471] ppid=920462 vsize=19041612 memory=1976 CPUtime=2.43 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 7708 0 34 0 176 67 0 0 20 0 19 0 181452181 19498610688 847627 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 48 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 847627 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 847627 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3390508 KiB

[startup+6.30064 s]
/proc/loadavg: 1.58 1.33 1.29 6/336 920610
/proc/meminfo: memFree=114696904/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19041612 memory=3394060 CPUtime=6.9 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 22647 0 51 0 619 71 0 0 20 0 19 0 181452177 19498610688 848515 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4760403 848515 5820 1 0 1082874 0
[pid=920465/tid=920471] ppid=920462 vsize=19041612 memory=2645932 CPUtime=5.54 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 7925 0 34 0 487 67 0 0 20 0 19 0 181452181 19498610688 848515 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 48 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19041612 memory=-8815063361995973308 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 848515 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19041612 memory=14848 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 848515 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 6.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3394060 KiB

[startup+12.7003 s]
/proc/loadavg: 2.04 1.44 1.32 5/334 920610
/proc/meminfo: memFree=114674548/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19041612 memory=3396516 CPUtime=13.3 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 23533 0 51 0 1258 72 0 0 20 0 19 0 181452177 19498610688 849129 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4760403 849129 5822 1 0 1082874 0
[pid=920465/tid=920471] ppid=920462 vsize=19041612 memory=11488 CPUtime=11.82 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 8690 0 34 0 1115 67 0 0 20 0 19 0 181452181 19498610688 849129 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 48 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19041612 memory=3396516 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 849129 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19041612 memory=-8815063361995973308 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 849129 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 13.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3396516 KiB

[startup+25.5003 s]
/proc/loadavg: 2.34 1.52 1.35 5/334 920613
/proc/meminfo: memFree=114122208/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19041612 memory=3405316 CPUtime=26.16 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 27080 0 51 0 2543 73 0 0 20 0 19 0 181452177 19498610688 851329 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4760403 851329 5822 1 0 1082874 0
[pid=920465/tid=920471] ppid=920462 vsize=19041612 memory=11488 CPUtime=24.4 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 9883 0 34 0 2372 68 0 0 20 0 19 0 181452181 19498610688 851329 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 48 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19041612 memory=3403268 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 851329 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19041612 memory=3401188 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 851329 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 26.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3405316 KiB

[startup+51.1061 s]
/proc/loadavg: 2.99 1.74 1.43 5/335 920751
/proc/meminfo: memFree=113146784/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19041612 memory=3420020 CPUtime=51.79 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 31045 0 51 0 5103 76 0 0 20 0 19 0 181452177 19498610688 855005 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4760403 855005 5822 1 0 1082890 0
[pid=920465/tid=920471] ppid=920462 vsize=19041612 memory=3413804 CPUtime=49.52 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 12739 0 34 0 4883 69 0 0 20 0 19 0 181452181 19498610688 855005 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 48 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19041612 memory=3417900 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 855005 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19041612 memory=3413804 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 855005 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 51.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3420020 KiB

[startup+102.3 s]
/proc/loadavg: 4.03 2.24 1.62 5/336 921027
/proc/meminfo: memFree=113206708/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19041612 memory=3451272 CPUtime=103.14 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 37952 0 51 0 10230 84 0 0 20 0 19 0 181452177 19498610688 862818 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4760403 862818 5823 1 0 1082890 0
[pid=920465/tid=920471] ppid=920462 vsize=19041612 memory=279506272109664 CPUtime=99.7 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 16197 0 34 0 9900 70 0 0 20 0 19 0 181452181 19498610688 862818 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 48 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181452215 19498610688 862818 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19041612 memory=3438856 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 122 0 0 0 0 0 0 0 20 0 19 0 181452220 19498610688 862818 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 103.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3451272 KiB

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

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

/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 1074206 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19108176 memory=4296824 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 4035 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 1074206 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=921035] ppid=920462 vsize=19108176 memory=4296824 CPUtime=0 cores=1,3
/proc/920465/task/921035/stat : 921035 (Timer-0) S 920462 920465 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181465034 19566772224 1074206 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3173.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296824 KiB

[startup+3162.3 s]
/proc/loadavg: 4.61 4.85 4.61 5/330 922869
/proc/meminfo: memFree=109171244/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19108176 memory=4296908 CPUtime=3244.59 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 409728 0 51 0 324145 314 0 0 20 0 20 0 181452177 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4777044 1074227 5855 1 0 1085336 0
[pid=920465/tid=920471] ppid=920462 vsize=19108176 memory=11488 CPUtime=3101.64 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 203672 0 34 0 310063 101 0 0 20 0 20 0 181452181 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 64 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19108176 memory=4296824 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19108176 memory=4296824 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 4068 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=921035] ppid=920462 vsize=19108176 memory=4296824 CPUtime=0 cores=1,3
/proc/920465/task/921035/stat : 921035 (Timer-0) S 920462 920465 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181465034 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3244.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296908 KiB

[startup+3222.3 s]
/proc/loadavg: 4.48 4.77 4.60 5/330 922880
/proc/meminfo: memFree=108808332/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19108176 memory=4296908 CPUtime=3316.05 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 414671 0 51 0 331280 325 0 0 20 0 20 0 181452177 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4777044 1074227 5855 1 0 1085336 0
[pid=920465/tid=920471] ppid=920462 vsize=19108176 memory=2268 CPUtime=3160.23 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 206324 0 34 0 315922 101 0 0 20 0 20 0 181452181 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 64 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 4124 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=921035] ppid=920462 vsize=19108176 memory=4296908 CPUtime=0 cores=1,3
/proc/920465/task/921035/stat : 921035 (Timer-0) S 920462 920465 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181465034 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3316.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296908 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.69 4.58 5/331 922891
/proc/meminfo: memFree=108610128/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19108176 memory=4296908 CPUtime=3387.79 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 430189 0 51 0 338440 339 0 0 20 0 20 0 181452177 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4777044 1074227 5855 1 0 1085336 0
[pid=920465/tid=920471] ppid=920462 vsize=19108176 memory=11488 CPUtime=3218.83 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 212534 0 34 0 321782 101 0 0 20 0 20 0 181452181 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 67 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19108176 memory=4296908 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19108176 memory=43380 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 4179 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=921035] ppid=920462 vsize=19108176 memory=4296908 CPUtime=0 cores=1,3
/proc/920465/task/921035/stat : 921035 (Timer-0) S 920462 920465 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181465034 19566772224 1074227 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3387.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296908 KiB

[startup+3342.3 s]
/proc/loadavg: 4.42 4.65 4.57 5/333 922906
/proc/meminfo: memFree=108124956/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19108176 memory=4780352 CPUtime=3457.27 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 446517 0 51 0 345366 361 0 0 20 0 20 0 181452177 19566772224 1195088 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4777044 1195088 5855 1 0 1206483 0
[pid=920465/tid=920471] ppid=920462 vsize=19108176 memory=4296908 CPUtime=3277.52 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 218302 0 34 0 327640 112 0 0 20 0 20 0 181452181 19566772224 1195088 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 69 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19108176 memory=4773056 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 1195088 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 4220 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 1195088 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=921035] ppid=920462 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/920465/task/921035/stat : 921035 (Timer-0) S 920462 920465 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181465034 19566772224 1195088 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3457.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4780352 KiB

[startup+3402.3 s]
/proc/loadavg: 4.59 4.66 4.58 6/333 922916
/proc/meminfo: memFree=108123872/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19108176 memory=4780584 CPUtime=3529.78 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 462852 0 51 0 352603 375 0 0 20 0 20 0 181452177 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4777044 1195146 5855 1 0 1206485 0
[pid=920465/tid=920471] ppid=920462 vsize=19108176 memory=5560 CPUtime=3336.16 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 224548 0 34 0 333503 113 0 0 20 0 20 0 181452181 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 69 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19108176 memory=4780584 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19108176 memory=1836 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 4275 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=921035] ppid=920462 vsize=19108176 memory=4780584 CPUtime=0 cores=1,3
/proc/920465/task/921035/stat : 921035 (Timer-0) S 920462 920465 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181465034 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3529.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4780584 KiB

[startup+3462.3 s]
/proc/loadavg: 4.56 4.63 4.57 7/334 922927
/proc/meminfo: memFree=108121264/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19108176 memory=4780584 CPUtime=3598.72 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 479394 0 51 0 359487 385 0 0 20 0 20 0 181452177 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4777044 1195146 5855 1 0 1206485 0
[pid=920465/tid=920471] ppid=920462 vsize=19108176 memory=13012 CPUtime=3394.89 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 229969 0 34 0 339376 113 0 0 20 0 20 0 181452181 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 69 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 4330 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=921035] ppid=920462 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/920465/task/921035/stat : 921035 (Timer-0) S 920462 920465 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181465034 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3598.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4780584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3463.6 s]
/proc/loadavg: 4.56 4.63 4.57 5/333 922927
/proc/meminfo: memFree=108121296/131524600 swapFree=131071996/131071996
[pid=920465] ppid=920462 vsize=19108176 memory=4780584 CPUtime=3600 cores=1,3
/proc/920465/stat : 920465 (java) S 920462 920465 920389 0 -1 1077936128 479517 0 51 0 359615 385 0 0 20 0 20 0 181452177 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
/proc/920465/statm: 4777044 1195146 5855 1 0 1206485 0
[pid=920465/tid=920471] ppid=920462 vsize=19108176 memory=43380 CPUtime=3396.18 cores=1,3
/proc/920465/task/920471/stat : 920471 (java) R 920462 920465 920389 0 -1 4194368 230092 0 34 0 339505 113 0 0 20 0 20 0 181452181 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 69 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920506] ppid=920462 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/920465/task/920506/stat : 920506 (Finalizer) S 920462 920465 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181452215 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=920536] ppid=920462 vsize=19108176 memory=-9031800193574806204 CPUtime=0 cores=1,3
/proc/920465/task/920536/stat : 920536 (Common-Cleaner) S 920462 920465 920389 0 -1 1077936192 4330 0 0 0 0 0 0 0 20 0 20 0 181452220 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
[pid=920465/tid=921035] ppid=920462 vsize=19108176 memory=43380 CPUtime=0 cores=1,3
/proc/920465/task/921035/stat : 921035 (Timer-0) S 920462 920465 920389 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 181465034 19566772224 1195146 134679101440 94825862303744 94825862307440 140728229702176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94825862315256 94825862316048 94825895190528 140728229708783 140728229708896 140728229708896 140728229715912 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4780584 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.32 s, system=3.87308 s

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

[startup+3463.72 s]*
/proc/loadavg: 4.56 4.63 4.57 5/315 922930
/proc/meminfo: memFree=112761436/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3463.73
CPU time (s): 3600.19
CPU user time (s): 3596.32
CPU system time (s): 3.87308
CPU usage (%): 103.94
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4780584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.32
system time used= 3.87308
maximum resident set size= 4782088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 481983
page faults= 51
swaps= 0
block input operations= 5296
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145577
involuntary context switches= 19389


# summary of solver processes directly reported to runsolver:
#   pid: 920465
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.32
#   total CPU system time (s): 3.87308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.19985 second user time and 18.6347 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 10:55:28
IDJOB=4441415
IDBENCH=147705
IDSOLVER=3046
FILE ID=nodeC016/4441415-1721292916
RUNJOBID= nodeC016-1721292927-920402
SLURM_JOB_ID= 7542586
Free space on /tmp= 890048 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.LsqHdStrong.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-4441415-1721292916/watcher-4441415-1721292916 -o /tmp/evaluation-result-4441415-1721292916/solver-4441415-1721292916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920402 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441415-1721292916.opb

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
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		: 3486.204
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		: 3687.193
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		: 3159.472
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		: 3530.787
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		: 2759.220
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		: 3595.226
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		: 3245.712
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		: 3670.625
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:        126229212 kB
MemAvailable:   129722248 kB
Buffers:          328456 kB
Cached:          4003264 kB
SwapCached:            0 kB
Active:           469252 kB
Inactive:        4225312 kB
Active(anon):       1512 kB
Inactive(anon):   399100 kB
Active(file):     467740 kB
Inactive(file):  3826212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36920 kB
Writeback:             0 kB
AnonPages:        361036 kB
Mapped:           106592 kB
Shmem:             37720 kB
KReclaimable:      77464 kB
Slab:             185004 kB
SReclaimable:      77464 kB
SUnreclaim:       107540 kB
KernelStack:        4080 kB
PageTables:        10328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     715992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    813056 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= 890060 MiB
End job on nodeC016 at 2024-07-18 11:53:12