Trace number 4452445

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 3590.57

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-mine-90-10.0.u.opb
MD5SUM655e29d3d11acc2b2e2d8217bccdc3c7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark61.7102
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints6271
Number of constraints which are clauses6250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21
Minimum length of a constraint2
Maximum length of a constraint900
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 212908544
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 712908561
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	 - never skip resolution steps
0.13/0.14	 - Auto-division on coefficients is disabled
0.13/0.14	 - No postprocessing
0.13/0.14	 - Conflict is considered as is when resolving
0.13/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.14	 - Weaken first using unassigned literals
0.13/0.14	 - Bump strategy: ALWAYS_ONE
0.13/0.14	 - Bumper: ASSIGNED
0.13/0.14	--- Begin Solver configuration ---
0.13/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.14	Learn all clauses as in MiniSAT
0.13/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	No reason simplification
0.13/0.14	Armin Biere (Picosat) restarts strategy
0.13/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.14	timeout=2147483s
0.13/0.14	DB Simplification allowed=false
0.13/0.14	Listener: none
0.13/0.14	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4452445-1721444813.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.33/0.25	c ... done. Wall clock time 0.104s.
0.33/0.25	c declared #vars     900
0.33/0.25	c #constraints  6271
0.33/0.25	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6250
0.33/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 21
0.33/0.25	c 6271 constraints processed.
24.55/20.93	c cleaning 2481 clauses out of 5000 with flag 0/5000
98.59/94.37	c cleaning 4232 clauses out of 8520 with flag 0/11001
329.83/324.34	c cleaning 5574 clauses out of 11287 with flag 0/18000
475.55/469.33	c cleaning 6823 clauses out of 13718 with flag 0/26005
674.09/667.35	c cleaning 7896 clauses out of 15890 with flag 0/35000
1300.95/1293.48	c cleaning 8936 clauses out of 17994 with flag 0/45000
2009.48/2001.63	c cleaning 9672 clauses out of 20059 with flag 0/56001
2531.98/2523.17	c cleaning 9716 clauses out of 22386 with flag 0/68000
3559.87/3550.59	c cleaning 11773 clauses out of 25671 with flag 0/81001
3600.06/3590.51	c starts		: 78
3600.06/3590.51	c conflicts		: 85878
3600.06/3590.51	c decisions		: 116328
3600.06/3590.51	c propagations		: 2968081
3600.06/3590.51	c inspects		: 460253103
3600.06/3590.51	c shortcuts		: 0
3600.06/3590.51	c learnt literals	: 0
3600.06/3590.51	c learnt binary clauses	: 0
3600.06/3590.51	c learnt ternary clauses	: 0
3600.06/3590.51	c learnt constraints	: 85878
3600.06/3590.51	c ignored constraints	: 0
3600.06/3590.51	c root simplifications	: 0
3600.06/3590.52	c removed literals (reason simplification)	: 0
3600.06/3590.52	c reason swapping (by a shorter reason)	: 0
3600.06/3590.52	c Calls to reduceDB	: 9
3600.06/3590.52	c Number of update (reduction) of LBD	: 0
3600.06/3590.52	c Imported unit clauses	: 0
3600.06/3590.52	c No decision after first conflict	: false
3600.06/3590.52	c number of reductions to clauses (during analyze)	: 0
3600.06/3590.52	c number of learned constraints concerned by reduction	: 0
3600.06/3590.52	c number of learning phase by resolution	: 0
3600.06/3590.52	c number of learning phase by cutting planes	: 0
3600.06/3590.52	c number of rounding to 1 operations	: 781410
3600.06/3590.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3590.52	c number of reductions of the coefficients by power 2 	: 0
3600.06/3590.52	c number of right shift for reduction by power 2 	: 0
3600.06/3590.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3590.52	c number of ending skipping 	: 0
3600.06/3590.52	c number of internal skipping 	: 0
3600.06/3590.52	c number of derivation steps 	: 1884330
3600.06/3590.52	c number of skipped derivation steps 	: 0
3600.06/3590.52	c number of remaining unassigned 	: 92197
3600.06/3590.52	c number of remaining assigned 	: 95642162
3600.06/3590.52	c number of falsified literals weakened from reason	: 0
3600.06/3590.52	c number of falsified literals weakened from conflict	: 0
3600.06/3590.52	c time for arithmetic operations	: 3720523432
3600.06/3590.52	c minimum degree of deleted constraints	: 4
3600.06/3590.52	c maximum degree of deleted constraints	: 37038335827584
3600.06/3590.52	c number of deleted constraints	: 67103
3600.06/3590.52	c speed (assignments/second)	: 826.7058763891032
3600.06/3590.52	c non guided choices	: 8
3600.06/3590.54	c timeout
3600.06/3590.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9776
3600.06/3590.55	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8999
3600.06/3590.55	s UNKNOWN
3600.06/3590.55	c Total wall clock time (in seconds): 3590.407

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452445-1721444813/watcher-4452445-1721444813 -o /tmp/evaluation-result-4452445-1721444813/solver-4452445-1721444813 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047790 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452445-1721444813.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1048043, runsolver pid=1048040

[startup+0.101686 s]*
/proc/loadavg: 3.68 4.04 4.13 8/329 1048061
/proc/meminfo: memFree=124972816/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=18975048 memory=63052 CPUtime=0.13 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 7241 0 0 0 12 1 0 0 20 0 18 0 196641541 19430449152 15763 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4743762 15763 5632 1 0 549358 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 1078198336 5760 0 0 0 7 1 0 0 20 0 18 0 196641541 19430449152 15763 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196641544 19430449152 15763 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=18975048 memory=14690799021109405 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196641544 19430449152 15763 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63052 KiB

[startup+0.205459 s]*
/proc/loadavg: 3.68 4.04 4.13 8/329 1048061
/proc/meminfo: memFree=124951716/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=18975048 memory=82776 CPUtime=0.33 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 7820 0 0 0 31 2 0 0 20 0 18 0 196641541 19430449152 20694 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4743762 20694 5864 1 0 549722 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 6042 0 0 0 17 1 0 0 20 0 18 0 196641541 19430449152 20694 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=18975048 memory=1749866 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196641544 19430449152 20694 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=18975048 memory=16097074391287456 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196641544 19430449152 20694 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82776 KiB

[startup+0.307323 s]*
/proc/loadavg: 3.68 4.04 4.13 9/330 1048062
/proc/meminfo: memFree=124901840/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19041612 memory=131536 CPUtime=0.52 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 9413 0 0 0 49 3 0 0 20 0 19 0 196641541 19498610688 32884 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4760403 32884 5864 1 0 551021 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19041612 memory=-7235698533860730727 CPUtime=0.27 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 1077936192 6103 0 0 0 25 2 0 0 20 0 19 0 196641541 19498610688 32884 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196641544 19498610688 32884 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 196641544 19498610688 32884 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196641567 19498610688 32884 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 131536 KiB

[startup+0.700472 s]
/proc/loadavg: 3.68 4.04 4.13 7/330 1048062
/proc/meminfo: memFree=124870304/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=180284 CPUtime=1.29 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 15585 0 0 0 123 6 0 0 20 0 20 0 196641541 19566772224 45071 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 45071 5864 1 0 554886 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=12740 CPUtime=0.64 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 6160 0 0 0 61 3 0 0 20 0 20 0 196641541 19566772224 45071 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 45071 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 45071 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=1904 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 45071 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180284 KiB

[startup+1.50047 s]
/proc/loadavg: 3.68 4.04 4.13 6/331 1048063
/proc/meminfo: memFree=124844360/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=184336 CPUtime=2.87 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 21888 0 0 0 281 6 0 0 20 0 20 0 196641541 19566772224 46084 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 46084 5896 1 0 555212 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=12740 CPUtime=1.42 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 6458 0 0 0 139 3 0 0 20 0 20 0 196641541 19566772224 46084 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 46084 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 46084 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 46084 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184336 KiB

[startup+3.10648 s]
/proc/loadavg: 3.87 4.07 4.14 8/331 1048063
/proc/meminfo: memFree=124412132/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=477068 CPUtime=5.96 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 28842 0 0 0 583 13 0 0 20 0 20 0 196641541 19566772224 119267 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 119267 5896 1 0 559612 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=0 CPUtime=2.98 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 7163 0 0 0 290 8 0 0 20 0 20 0 196641541 19566772224 119267 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 119267 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=233244 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 119267 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 119267 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 477068 KiB

[startup+6.30028 s]
/proc/loadavg: 3.87 4.07 4.14 5/331 1048063
/proc/meminfo: memFree=123896344/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=845088 CPUtime=9.67 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 29859 0 0 0 947 20 0 0 20 0 20 0 196641541 19566772224 211272 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 211272 5896 1 0 559615 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=12740 CPUtime=6.13 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 7577 0 0 0 598 15 0 0 20 0 20 0 196641541 19566772224 211272 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 211272 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=8027772310891227232 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 211272 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=5448 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 211272 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 9.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 845088 KiB

[startup+12.7002 s]
/proc/loadavg: 3.96 4.09 4.14 5/331 1048064
/proc/meminfo: memFree=123237344/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=1355280 CPUtime=16.21 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 31881 0 0 0 1591 30 0 0 20 0 20 0 196641541 19566772224 338820 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 338820 5896 1 0 559615 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=0 CPUtime=12.44 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 8488 0 0 0 1220 24 0 0 20 0 20 0 196641541 19566772224 338820 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=1355260 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 338820 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 338820 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=16160 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 338820 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 16.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1355280 KiB

[startup+25.5003 s]
/proc/loadavg: 3.97 4.08 4.14 5/331 1048066
/proc/meminfo: memFree=122703812/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=1384416 CPUtime=29.24 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 39767 0 0 0 2892 32 0 0 20 0 20 0 196641541 19566772224 346104 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 346104 5896 1 0 559647 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=1355260 CPUtime=25.08 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 11280 0 0 0 2484 24 0 0 20 0 20 0 196641541 19566772224 346104 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=16160 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 346104 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=1355392 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 346104 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 346104 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1384416 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.11 4.15 5/331 1048071
/proc/meminfo: memFree=121082228/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=1437828 CPUtime=55.1 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 44185 0 0 0 5475 35 0 0 20 0 20 0 196641541 19566772224 359457 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 359457 5896 1 0 559647 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=1419396 CPUtime=50.39 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 12750 0 0 0 5014 25 0 0 20 0 20 0 196641541 19566772224 359457 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0

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

/proc/meminfo: memFree=114614364/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3291.13 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 235336 0 0 0 328905 208 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 548421 5924 1 0 560125 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3253.67 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 98105 0 0 0 325323 44 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=47616 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 4122 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 3291.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193684 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.19 4.18 5/337 1049869
/proc/meminfo: memFree=114613432/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3351.16 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 238173 0 0 0 334906 210 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 548421 5924 1 0 560125 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3313.34 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 99616 0 0 0 331290 44 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 4213 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 3351.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193684 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.17 4.17 5/335 1049879
/proc/meminfo: memFree=114610944/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3411.17 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 240840 0 0 0 340904 213 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 548421 5924 1 0 560125 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3373.06 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 101062 0 0 0 337261 45 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 4215 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 3411.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/334 1049891
/proc/meminfo: memFree=114546576/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3471.14 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 242420 0 0 0 346899 215 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 548421 5924 1 0 560125 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3432.71 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 102293 0 0 0 343226 45 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=2248 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 4306 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 3471.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193684 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.15 4.17 6/330 1049901
/proc/meminfo: memFree=114543728/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3531.68 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 250270 0 0 0 352949 219 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 548421 5924 1 0 560125 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=3492.31 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 103927 0 0 0 349186 45 0 0 20 0 20 0 196641541 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 29 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=47616 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 4395 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=2193684 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 548421 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 3531.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193684 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.16 4.17 5/330 1049911
/proc/meminfo: memFree=114541144/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=3591.83 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 256288 0 0 0 358961 222 0 0 20 0 20 0 196641541 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 548451 5924 1 0 560177 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=12740 CPUtime=3551.53 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 105943 0 0 0 355107 46 0 0 20 0 20 0 196641541 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 29 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 4428 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 3591.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.5 s]
/proc/loadavg: 4.16 4.16 4.17 5/330 1049913
/proc/meminfo: memFree=114541052/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=3600.06 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 256424 0 0 0 359783 223 0 0 20 0 20 0 196641541 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 548451 5924 1 0 560177 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=3559.64 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 106078 0 0 0 355918 46 0 0 20 0 20 0 196641541 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 4428 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.94 s, system=2.24484 s

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

[startup+3590.5 s]
/proc/loadavg: 4.16 4.16 4.17 5/330 1049913
/proc/meminfo: memFree=114541052/131524600 swapFree=131071996/131071996
[pid=1048043] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=3600.06 cores=5,7
/proc/1048043/stat : 1048043 (java) S 1048040 1048043 1047777 0 -1 1077936128 256424 0 0 0 359783 223 0 0 20 0 20 0 196641541 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
/proc/1048043/statm: 4777044 548451 5924 1 0 560177 0
[pid=1048043/tid=1048045] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=3559.64 cores=5,7
/proc/1048043/task/1048045/stat : 1048045 (java) R 1048040 1048043 1047777 0 -1 4194368 106078 0 0 0 355918 46 0 0 20 0 20 0 196641541 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048054] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048054/stat : 1048054 (Finalizer) S 1048040 1048043 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048061] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048061/stat : 1048061 (Common-Cleaner) S 1048040 1048043 1047777 0 -1 1077936192 4428 0 0 0 0 0 0 0 20 0 20 0 196641544 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
[pid=1048043/tid=1048062] ppid=1048040 vsize=19108176 memory=2193804 CPUtime=0 cores=5,7
/proc/1048043/task/1048062/stat : 1048062 (Timer-0) S 1048040 1048043 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196641567 19566772224 548451 134679101440 94330433896448 94330433900144 140723145419424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94330433907960 94330433908752 94330458185728 140723145421806 140723145421919 140723145421919 140723145428936 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193804 KiB

Child status: 143

Real time (s): 3590.57
CPU time (s): 3600.19
CPU user time (s): 3597.94
CPU system time (s): 2.24484
CPU usage (%): 100.268
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2193804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.94
system time used= 2.24484
maximum resident set size= 2195284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258338
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123349
involuntary context switches= 10070


# summary of solver processes directly reported to runsolver:
#   pid: 1048043
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.94
#   total CPU system time (s): 2.24484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.19038 second user time and 18.6344 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-20 05:07:05
IDJOB=4452445
IDBENCH=164378
IDSOLVER=3046
FILE ID=nodeC015/4452445-1721444813
RUNJOBID= nodeC015-1721444822-1047790
SLURM_JOB_ID= 7545658
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-mine-90-10.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452445-1721444813/watcher-4452445-1721444813 -o /tmp/evaluation-result-4452445-1721444813/solver-4452445-1721444813 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047790 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452445-1721444813.opb

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

MD5SUM BENCH= 655e29d3d11acc2b2e2d8217bccdc3c7
RANDOM SEED=372965465

nodeC015.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		: 3599.803
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.61
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		: 3661.547
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125042084 kB
MemAvailable:   126367892 kB
Buffers:          544008 kB
Cached:          1615876 kB
SwapCached:            0 kB
Active:          1701500 kB
Inactive:        4135940 kB
Active(anon):       1564 kB
Inactive(anon):  3721880 kB
Active(file):    1699936 kB
Inactive(file):   414060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:       3675944 kB
Mapped:           127736 kB
Shmem:             45912 kB
KReclaimable:     102916 kB
Slab:             216076 kB
SReclaimable:     102916 kB
SUnreclaim:       113160 kB
KernelStack:        5020 kB
PageTables:        16956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8187684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3444736 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC015 at 2024-07-20 06:06:56