Trace number 4424392

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.16 3599.26

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph11_wcsp.wbo
MD5SUM877f3997f9257d793d2a0e209c393814
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark35209
Best CPU time to get the best result obtained on this benchmark3484.54
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12820
Total number of constraints1878918
Number of soft constraints1878578
Number of constraints which are clauses1878578
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 824749
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 470565953
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4424392-1720877681.wbo
0.14/0.15	c reading problem ... 
2792.99/2792.16	c ... done. Wall clock time 2792.011s.
2792.99/2792.16	c declared #vars     12820
2792.99/2792.16	c internal #vars     1891398
2792.99/2792.16	c #constraints  1879259
2792.99/2792.16	c constraints type 
2792.99/2792.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 340
2792.99/2792.16	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
2792.99/2792.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1878918
2792.99/2792.16	c 1879259 constraints processed.
2792.99/2792.17	c objective function length is 1878578 literals
3600.06/3599.21	c starts		: 2
3600.06/3599.22	c conflicts		: 101
3600.06/3599.22	c decisions		: 2978683
3600.06/3599.22	c propagations		: 3921043
3600.06/3599.22	c inspects		: 1928053
3600.06/3599.23	c shortcuts		: 0
3600.06/3599.23	c learnt literals	: 0
3600.06/3599.23	c learnt binary clauses	: 0
3600.06/3599.23	c learnt ternary clauses	: 0
3600.06/3599.23	c learnt constraints	: 100
3600.06/3599.23	c ignored constraints	: 0
3600.06/3599.23	c root simplifications	: 0
3600.06/3599.23	c removed literals (reason simplification)	: 0
3600.06/3599.23	c reason swapping (by a shorter reason)	: 0
3600.06/3599.23	c Calls to reduceDB	: 0
3600.06/3599.23	c Number of update (reduction) of LBD	: 0
3600.06/3599.23	c Imported unit clauses	: 0
3600.06/3599.23	c No decision after first conflict	: false
3600.06/3599.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3599.23	c number of learned constraints concerned by reduction	: 0
3600.06/3599.23	c number of learning phase by resolution	: 0
3600.06/3599.23	c number of learning phase by cutting planes	: 0
3600.06/3599.23	c number of rounding to 1 operations	: 0
3600.06/3599.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3599.23	c number of reductions of the coefficients by power 2 	: 0
3600.06/3599.23	c number of right shift for reduction by power 2 	: 0
3600.06/3599.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3599.23	c number of ending skipping 	: 0
3600.06/3599.23	c number of internal skipping 	: 0
3600.06/3599.23	c number of derivation steps 	: 1580
3600.06/3599.23	c number of skipped derivation steps 	: 0
3600.06/3599.23	c number of remaining unassigned 	: 0
3600.06/3599.23	c number of remaining assigned 	: 0
3600.06/3599.23	c number of falsified literals weakened from reason	: 0
3600.06/3599.23	c number of falsified literals weakened from conflict	: 0
3600.06/3599.23	c time for arithmetic operations	: 318439
3600.06/3599.23	c minimum degree of deleted constraints	: null
3600.06/3599.23	c maximum degree of deleted constraints	: null
3600.06/3599.23	c number of deleted constraints	: 0
3600.06/3599.24	c speed (assignments/second)	: 4859.331276102664
3600.06/3599.24	c non guided choices	: 5500
3600.06/3599.24	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 92
3600.06/3599.24	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8
3600.06/3599.24	s UNKNOWN
3600.06/3599.24	c Total wall clock time (in seconds): 3599.089

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (56223 MiB free)
  memory of node 1: 64473 MiB (59099 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424392-1720877681/watcher-4424392-1720877681 -o /tmp/evaluation-result-4424392-1720877681/solver-4424392-1720877681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1720874164-707246 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424392-1720877681.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 4.25 4.26 4.14 7/331 709882
/proc/meminfo: memFree=118049360/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=18975048 memory=62720 CPUtime=0.14 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 7232 0 0 0 12 2 0 0 20 0 18 0 139934323 19430449152 15680 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4743762 15680 5565 1 0 549356 0
[pid=709864/tid=709866] ppid=709861 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 5763 0 0 0 7 1 0 0 20 0 18 0 139934323 19430449152 15680 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139934325 19430449152 15680 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=18975048 memory=13845278872568824 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139934326 19430449152 15680 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62720 KiB

[startup+0.205782 s]*
/proc/loadavg: 4.25 4.26 4.14 7/331 709882
/proc/meminfo: memFree=118004048/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=18975048 memory=112528 CPUtime=0.33 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 7730 0 0 0 30 3 0 0 20 0 18 0 139934323 19430449152 28132 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4743762 28132 5758 1 0 549650 0
[pid=709864/tid=709866] ppid=709861 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 6062 0 0 0 16 2 0 0 20 0 18 0 139934323 19430449152 28644 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=18975048 memory=16952 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139934325 19430449152 28644 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139934326 19430449152 28644 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 112528 KiB

[startup+0.310981 s]*
/proc/loadavg: 4.25 4.26 4.14 6/332 709883
/proc/meminfo: memFree=117940624/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19041612 memory=171708 CPUtime=0.52 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 9362 0 0 0 47 5 0 0 20 0 19 0 139934323 19498610688 42927 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760403 42927 5874 1 0 550804 0
[pid=709864/tid=709866] ppid=709861 vsize=19041612 memory=-9103853350945202876 CPUtime=0.26 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 6102 0 0 0 23 3 0 0 20 0 19 0 139934323 19498610688 42927 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139934325 19498610688 42927 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139934326 19498610688 42927 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 171708 KiB

[startup+0.700612 s]
/proc/loadavg: 4.25 4.26 4.14 6/332 709883
/proc/meminfo: memFree=117577724/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19042548 memory=939952 CPUtime=1.25 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 13745 0 0 0 105 20 0 0 20 0 19 0 139934323 19499569152 234922 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760637 234922 5890 1 0 553244 0
[pid=709864/tid=709866] ppid=709861 vsize=19042548 memory=5468 CPUtime=0.6 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 6467 0 0 0 43 17 0 0 20 0 19 0 139934323 19499569152 234988 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19042548 memory=12420 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139934325 19499569152 234988 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19042548 memory=0 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139934326 19499569152 234988 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19042548 KiB
Current children cumulated memory: 939952 KiB

[startup+1.5006 s]
/proc/loadavg: 4.25 4.26 4.14 6/332 709883
/proc/meminfo: memFree=116574652/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19041612 memory=3224488 CPUtime=2.78 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 24632 0 0 0 213 65 0 0 20 0 19 0 139934323 19498610688 806122 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760403 806122 5890 1 0 1106670 0
[pid=709864/tid=709866] ppid=709861 vsize=19041612 memory=12420 CPUtime=1.37 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 7568 0 0 0 77 60 0 0 20 0 19 0 139934323 19498610688 806122 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139934325 19498610688 806122 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139934326 19498610688 806122 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3224488 KiB

[startup+3.10585 s]
/proc/loadavg: 4.31 4.27 4.14 5/332 709885
/proc/meminfo: memFree=114607920/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19041612 memory=3497564 CPUtime=4.58 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 24972 0 0 0 387 71 0 0 20 0 19 0 139934323 19498610688 874391 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760403 874391 5890 1 0 1106687 0
[pid=709864/tid=709866] ppid=709861 vsize=19041612 memory=0 CPUtime=2.9 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 7702 0 0 0 224 66 0 0 20 0 19 0 139934323 19498610688 874391 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19041612 memory=12420 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139934325 19498610688 874391 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19041612 memory=3497368 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139934326 19498610688 874391 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3497564 KiB

[startup+6.30027 s]
/proc/loadavg: 4.31 4.27 4.14 5/332 709885
/proc/meminfo: memFree=113945768/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19041612 memory=4162828 CPUtime=7.91 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 26049 0 0 0 706 85 0 0 20 0 19 0 139934323 19498610688 1040707 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760403 1040707 5890 1 0 1275894 0
[pid=709864/tid=709866] ppid=709861 vsize=19041612 memory=0 CPUtime=5.92 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 8095 0 0 0 513 79 0 0 20 0 19 0 139934323 19498610688 1040707 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19041612 memory=3496876 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139934325 19498610688 1040707 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139934326 19498610688 1040707 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4162828 KiB

[startup+12.7003 s]
/proc/loadavg: 4.26 4.27 4.14 5/332 709885
/proc/meminfo: memFree=113476444/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19041612 memory=4629016 CPUtime=14.42 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 27329 0 0 0 1347 95 0 0 20 0 19 0 139934323 19498610688 1157254 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760403 1157254 5890 1 0 1388697 0
[pid=709864/tid=709866] ppid=709861 vsize=19041612 memory=4624920 CPUtime=11.92 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 9010 0 0 0 1104 88 0 0 20 0 19 0 139934323 19498610688 1157254 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19041612 memory=4620824 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139934325 19498610688 1157254 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19041612 memory=15825477839357308 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139934326 19498610688 1157254 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 14.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4629016 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.26 4.14 5/329 709888
/proc/meminfo: memFree=113009272/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19041612 memory=5095248 CPUtime=27.38 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 31858 0 0 0 2633 105 0 0 20 0 19 0 139934323 19498610688 1273812 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760403 1273812 5890 1 0 1497321 0
[pid=709864/tid=709866] ppid=709861 vsize=19041612 memory=5084616 CPUtime=24.21 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 10656 0 0 0 2324 97 0 0 20 0 19 0 139934323 19498610688 1273812 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139934325 19498610688 1273812 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139934326 19498610688 1273812 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 27.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5095248 KiB

[startup+51.1059 s]
/proc/loadavg: 4.35 4.28 4.15 7/329 709891
/proc/meminfo: memFree=112951452/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19041612 memory=5148640 CPUtime=53.24 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 36685 0 0 0 5214 110 0 0 20 0 19 0 139934323 19498610688 1287160 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760403 1287160 5890 1 0 1497321 0
[pid=709864/tid=709866] ppid=709861 vsize=19041612 memory=0 CPUtime=48.99 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 13137 0 0 0 4801 98 0 0 20 0 19 0 139934323 19498610688 1287160 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19041612 memory=4629016 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139934325 19498610688 1287160 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19041612 memory=3497564 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139934326 19498610688 1287160 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 53.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5148640 KiB

[startup+102.3 s]
/proc/loadavg: 3.84 4.18 4.12 3/277 709967
/proc/meminfo: memFree=119814708/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19041612 memory=5200244 CPUtime=104.56 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 43013 0 0 0 10340 116 0 0 20 0 19 0 139934323 19498610688 1300061 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4760403 1300061 5890 1 0 1497321 0
[pid=709864/tid=709866] ppid=709861 vsize=19041612 memory=-9103853350945202876 CPUtime=98.79 cores=5,7

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

/proc/meminfo: memFree=123965072/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3224.21 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 265978 0 0 0 322041 380 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4777044 1471476 5928 1 0 1498970 0
[pid=709864/tid=709866] ppid=709861 vsize=19108176 memory=11640 CPUtime=3186.54 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 111554 0 0 0 318520 134 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 179 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19108176 memory=5536 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139934325 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 5009 0 0 0 0 0 0 0 20 0 20 0 139934326 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=711086] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/711086/stat : 711086 (Timer-0) S 709861 709864 707233 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140213555 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 3224.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885904 KiB

[startup+3282.3 s]
/proc/loadavg: 1.14 1.10 1.19 2/258 711731
/proc/meminfo: memFree=123964652/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3284.04 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 266761 0 0 0 328022 382 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4777044 1471476 5928 1 0 1498970 0
[pid=709864/tid=709866] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3246.33 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 111932 0 0 0 324499 134 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 179 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19108176 memory=35236 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139934325 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 5157 0 0 0 0 0 0 0 20 0 20 0 139934326 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=711086] ppid=709861 vsize=19108176 memory=11640 CPUtime=0 cores=5,7
/proc/709864/task/711086/stat : 711086 (Timer-0) S 709861 709864 707233 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140213555 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 3284.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885904 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.10 1.18 2/259 711799
/proc/meminfo: memFree=123963592/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3343.88 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 267554 0 0 0 334003 385 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4777044 1471476 5928 1 0 1498970 0
[pid=709864/tid=709866] ppid=709861 vsize=19108176 memory=11640 CPUtime=3306.13 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 112312 0 0 0 330479 134 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 179 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139934325 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19108176 memory=11640 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 5305 0 0 0 0 0 0 0 20 0 20 0 139934326 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=711086] ppid=709861 vsize=19108176 memory=11640 CPUtime=0 cores=5,7
/proc/709864/task/711086/stat : 711086 (Timer-0) S 709861 709864 707233 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140213555 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 3343.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885904 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.09 1.17 2/258 711811
/proc/meminfo: memFree=123963124/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3403.7 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 268340 0 0 0 339983 387 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4777044 1471476 5928 1 0 1498970 0
[pid=709864/tid=709866] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3365.93 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 112691 0 0 0 336459 134 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 179 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139934325 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19108176 memory=19720 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 5453 0 0 0 0 0 0 0 20 0 20 0 139934326 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=711086] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/711086/stat : 711086 (Timer-0) S 709861 709864 707233 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140213555 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 3403.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885904 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.10 1.17 2/258 711821
/proc/meminfo: memFree=123962412/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3463.54 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 269112 0 0 0 345965 389 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4777044 1471476 5928 1 0 1498970 0
[pid=709864/tid=709866] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3425.73 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 113055 0 0 0 342439 134 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 179 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19108176 memory=35236 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139934325 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 5603 0 0 0 0 0 0 0 20 0 20 0 139934326 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=711086] ppid=709861 vsize=19108176 memory=11640 CPUtime=0 cores=5,7
/proc/709864/task/711086/stat : 711086 (Timer-0) S 709861 709864 707233 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140213555 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 3463.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885904 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.09 1.17 2/256 711832
/proc/meminfo: memFree=123961868/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3523.37 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 269893 0 0 0 351946 391 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4777044 1471476 5928 1 0 1498970 0
[pid=709864/tid=709866] ppid=709861 vsize=19108176 memory=11640 CPUtime=3485.52 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 113428 0 0 0 348418 134 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 179 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139934325 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 5752 0 0 0 0 0 0 0 20 0 20 0 139934326 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=711086] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/711086/stat : 711086 (Timer-0) S 709861 709864 707233 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140213555 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 3523.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885904 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.10 1.17 2/257 711845
/proc/meminfo: memFree=123961208/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3583.2 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 270693 0 0 0 357927 393 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4777044 1471476 5928 1 0 1498970 0
[pid=709864/tid=709866] ppid=709861 vsize=19108176 memory=35236 CPUtime=3545.32 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 113800 0 0 0 354398 134 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 179 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19108176 memory=39476 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139934325 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19108176 memory=11640 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 5901 0 0 0 0 0 0 0 20 0 20 0 139934326 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=711086] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/711086/stat : 711086 (Timer-0) S 709861 709864 707233 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140213555 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 3583.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.2 s]
/proc/loadavg: 1.10 1.10 1.16 2/256 711849
/proc/meminfo: memFree=123960904/131524600 swapFree=131071996/131071996
[pid=709864] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3600.06 cores=5,7
/proc/709864/stat : 709864 (java) S 709861 709864 707233 0 -1 1077936128 270726 0 0 0 359612 394 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
/proc/709864/statm: 4777044 1471476 5928 1 0 1498970 0
[pid=709864/tid=709866] ppid=709861 vsize=19108176 memory=5885904 CPUtime=3562.16 cores=5,7
/proc/709864/task/709866/stat : 709866 (java) R 709861 709864 707233 0 -1 4194368 113831 0 0 0 356082 134 0 0 20 0 20 0 139934323 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 179 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709875] ppid=709861 vsize=19108176 memory=5885904 CPUtime=0 cores=5,7
/proc/709864/task/709875/stat : 709875 (Finalizer) S 709861 709864 707233 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139934325 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=709882] ppid=709861 vsize=19108176 memory=2112 CPUtime=0 cores=5,7
/proc/709864/task/709882/stat : 709882 (Common-Cleaner) S 709861 709864 707233 0 -1 1077936192 5901 0 0 0 0 0 0 0 20 0 20 0 139934326 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
[pid=709864/tid=711086] ppid=709861 vsize=19108176 memory=35236 CPUtime=0 cores=5,7
/proc/709864/task/711086/stat : 711086 (Timer-0) S 709861 709864 707233 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140213555 19566772224 1471476 134679101440 94752242081792 94752242085488 140722000232432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94752242093304 94752242094096 94752242880512 140722000241622 140722000241735 140722000241735 140722000248776 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.19 s, system=3.96173 s

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

Child status: 143

Real time (s): 3599.26
CPU time (s): 3600.16
CPU user time (s): 3596.19
CPU system time (s): 3.96173
CPU usage (%): 100.025
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5885904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.19
system time used= 3.96173
maximum resident set size= 5887412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274406
page faults= 0
swaps= 0
block input operations= 24
block output operations= 5752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 462551
involuntary context switches= 10492


# summary of solver processes directly reported to runsolver:
#   pid: 709864
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3596.19
#   total CPU system time (s): 3.96173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62237 second user time and 18.5948 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-13 15:34:54
IDJOB=4424392
IDBENCH=144143
IDSOLVER=3035
FILE ID=nodeC026/4424392-1720877681
RUNJOBID= nodeC026-1720874164-707246
SLURM_JOB_ID= 7483767
Free space on /tmp= 890016 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424392-1720877681/watcher-4424392-1720877681 -o /tmp/evaluation-result-4424392-1720877681/solver-4424392-1720877681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1720874164-707246 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424392-1720877681.wbo

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

MD5SUM BENCH= 877f3997f9257d793d2a0e209c393814
RANDOM SEED=171353454

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118091172 kB
MemAvailable:   118128436 kB
Buffers:          317984 kB
Cached:           566460 kB
SwapCached:            0 kB
Active:           479492 kB
Inactive:       12372364 kB
Active(anon):       1556 kB
Inactive(anon): 12003608 kB
Active(file):     477936 kB
Inactive(file):   368756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             59288 kB
Writeback:             0 kB
AnonPages:      11966440 kB
Mapped:           121668 kB
Shmem:             37720 kB
KReclaimable:      60788 kB
Slab:             158288 kB
SReclaimable:      60788 kB
SUnreclaim:        97500 kB
KernelStack:        5056 kB
PageTables:        33532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13700184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54912 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11618304 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:      180948 kB
DirectMap2M:     9029632 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC026 at 2024-07-13 16:34:54