Trace number 4424442

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.1 3607.06

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUM85c9e899b779dcafda2f7e25c2fdc65d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	 - never skip resolution steps
0.13/0.17	 - Auto-division on coefficients is disabled
0.13/0.17	 - No postprocessing
0.13/0.17	 - Conflict is considered as is when resolving
0.13/0.17	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.17	 - Weaken first using unassigned literals
0.13/0.17	 - Bump strategy: ALWAYS_ONE
0.13/0.17	 - Bumper: ASSIGNED
0.13/0.17	--- Begin Solver configuration ---
0.13/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.17	Learn all clauses as in MiniSAT
0.13/0.17	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	No reason simplification
0.13/0.17	Armin Biere (Picosat) restarts strategy
0.13/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.17	timeout=2147483s
0.13/0.17	DB Simplification allowed=false
0.13/0.17	Listener: none
0.13/0.17	--- End Solver configuration ---
0.13/0.17	c Pseudo Boolean Optimization by upper bound
0.13/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	c  - never skip resolution steps
0.13/0.17	c  - Auto-division on coefficients is disabled
0.13/0.17	c  - No postprocessing
0.13/0.17	c  - Conflict is considered as is when resolving
0.13/0.17	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.17	c  - Weaken first using unassigned literals
0.13/0.17	c  - Bump strategy: ALWAYS_ONE
0.13/0.17	c  - Bumper: ASSIGNED
0.13/0.17	c --- Begin Solver configuration ---
0.13/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.17	c Learn all clauses as in MiniSAT
0.13/0.17	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	c No reason simplification
0.13/0.17	c Armin Biere (Picosat) restarts strategy
0.13/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.17	c timeout=2147483s
0.13/0.17	c DB Simplification allowed=false
0.13/0.17	c Listener: none
0.13/0.17	c --- End Solver configuration ---
0.13/0.17	c solving HOME/instance-4424442-1720874154.wbo
0.13/0.17	c reading problem ... 
11.58/10.08	c ... done. Wall clock time 9.908s.
11.58/10.08	c declared #vars     1758
11.58/10.08	c internal #vars     106879
11.58/10.08	c #constraints  105286
11.58/10.08	c constraints type 
11.58/10.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 529
11.58/10.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
11.58/10.08	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
11.58/10.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 104674
11.58/10.08	c 105286 constraints processed.
11.58/10.09	c objective function length is 105121 literals
3600.01/3607.02	c starts		: 6
3600.01/3607.02	c conflicts		: 714
3600.01/3607.02	c decisions		: 995227
3600.01/3607.02	c propagations		: 4207641
3600.01/3607.02	c inspects		: 403629
3600.01/3607.02	c shortcuts		: 0
3600.01/3607.02	c learnt literals	: 0
3600.01/3607.02	c learnt binary clauses	: 0
3600.01/3607.02	c learnt ternary clauses	: 0
3600.01/3607.02	c learnt constraints	: 713
3600.01/3607.02	c ignored constraints	: 0
3600.01/3607.02	c root simplifications	: 0
3600.01/3607.02	c removed literals (reason simplification)	: 0
3600.01/3607.02	c reason swapping (by a shorter reason)	: 0
3600.01/3607.02	c Calls to reduceDB	: 0
3600.01/3607.02	c Number of update (reduction) of LBD	: 0
3600.01/3607.02	c Imported unit clauses	: 0
3600.01/3607.02	c No decision after first conflict	: false
3600.01/3607.02	c number of reductions to clauses (during analyze)	: 0
3600.01/3607.02	c number of learned constraints concerned by reduction	: 0
3600.01/3607.02	c number of learning phase by resolution	: 0
3600.01/3607.02	c number of learning phase by cutting planes	: 0
3600.01/3607.02	c number of rounding to 1 operations	: 192
3600.01/3607.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3607.02	c number of reductions of the coefficients by power 2 	: 0
3600.01/3607.02	c number of right shift for reduction by power 2 	: 0
3600.01/3607.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3607.02	c number of ending skipping 	: 0
3600.01/3607.02	c number of internal skipping 	: 0
3600.01/3607.02	c number of derivation steps 	: 6579
3600.01/3607.02	c number of skipped derivation steps 	: 0
3600.01/3607.02	c number of remaining unassigned 	: 77319
3600.01/3607.02	c number of remaining assigned 	: 1811872
3600.01/3607.02	c number of falsified literals weakened from reason	: 0
3600.01/3607.02	c number of falsified literals weakened from conflict	: 0
3600.01/3607.02	c time for arithmetic operations	: 167081067
3600.01/3607.03	c minimum degree of deleted constraints	: null
3600.01/3607.03	c maximum degree of deleted constraints	: null
3600.01/3607.03	c number of deleted constraints	: 0
3600.01/3607.03	c speed (assignments/second)	: 1169.8062482102496
3600.01/3607.03	c non guided choices	: 994
3600.01/3607.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 448
3600.01/3607.03	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.01/3607.03	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 264
3600.01/3607.04	s UNKNOWN
3600.01/3607.04	c Total wall clock time (in seconds): 3606.868

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=709511, runsolver pid=709508
Current StackSize limit: 8192 KiB


[startup+0.104233 s]*
/proc/loadavg: 0.75 0.23 0.13 8/331 709529
/proc/meminfo: memFree=124028628/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=18975048 memory=64456 CPUtime=0.13 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 7162 0 0 0 11 2 0 0 20 0 18 0 139585939 19430449152 16114 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4743762 16114 5551 1 0 549309 0
[pid=709511/tid=709513] ppid=709508 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 1077936192 5704 0 0 0 7 1 0 0 20 0 18 0 139585939 19430449152 16114 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139585942 19430449152 16114 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=18975048 memory=15542920530912022 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139585942 19430449152 16114 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64456 KiB

[startup+0.209724 s]*
/proc/loadavg: 0.75 0.23 0.13 13/331 709529
/proc/meminfo: memFree=123331848/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=18975048 memory=77748 CPUtime=0.32 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 7668 0 0 0 29 3 0 0 20 0 18 0 139585939 19430449152 19437 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4743762 19437 5793 1 0 549657 0
[pid=709511/tid=709513] ppid=709508 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 6015 0 0 0 17 2 0 0 20 0 18 0 139585939 19430449152 19437 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=18975048 memory=15962 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139585942 19430449152 19437 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139585942 19430449152 19437 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77748 KiB

[startup+0.306599 s]*
/proc/loadavg: 0.75 0.23 0.13 11/333 709531
/proc/meminfo: memFree=122770864/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19041612 memory=164560 CPUtime=0.5 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 8552 0 0 0 45 5 0 0 20 0 19 0 139585939 19498610688 41140 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4760403 41140 5873 1 0 550458 0
[pid=709511/tid=709513] ppid=709508 vsize=19041612 memory=-8601142341074854588 CPUtime=0.25 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 6065 0 0 0 22 3 0 0 20 0 19 0 139585939 19498610688 41140 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 41140 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 41140 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164560 KiB

[startup+0.708716 s]
/proc/loadavg: 0.75 0.23 0.13 9/334 709532
/proc/meminfo: memFree=122271672/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19041612 memory=738724 CPUtime=1.26 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 13639 0 0 0 110 16 0 0 20 0 19 0 139585939 19498610688 184681 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4760403 184681 5889 1 0 553193 0
[pid=709511/tid=709513] ppid=709508 vsize=19041612 memory=5552 CPUtime=0.61 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 6332 0 0 0 48 13 0 0 20 0 19 0 139585939 19498610688 184681 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19041612 memory=12996 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 184681 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 184681 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 738724 KiB

[startup+1.5003 s]
/proc/loadavg: 0.75 0.23 0.13 9/334 709532
/proc/meminfo: memFree=121091236/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19041612 memory=2774084 CPUtime=2.63 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 22370 0 0 0 205 58 0 0 20 0 19 0 139585939 19498610688 693521 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4760403 693521 5889 1 0 1082896 0
[pid=709511/tid=709513] ppid=709508 vsize=19041612 memory=12996 CPUtime=1.36 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 7309 0 0 0 84 52 0 0 20 0 19 0 139585939 19498610688 693521 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 693521 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 693521 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2774084 KiB

[startup+3.10605 s]
/proc/loadavg: 0.75 0.23 0.13 5/311 709556
/proc/meminfo: memFree=122516036/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19041612 memory=3390796 CPUtime=4.27 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 22691 0 0 0 356 71 0 0 20 0 19 0 139585939 19498610688 847699 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4760403 847699 5889 1 0 1082902 0
[pid=709511/tid=709513] ppid=709508 vsize=19041612 memory=0 CPUtime=2.91 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 7610 0 0 0 226 65 0 0 20 0 19 0 139585939 19498610688 847699 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19041612 memory=12996 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 847699 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19041612 memory=3267652 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 847699 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 4.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3390796 KiB

[startup+6.30027 s]
/proc/loadavg: 1.01 0.29 0.15 7/335 709602
/proc/meminfo: memFree=118642732/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19041612 memory=3857976 CPUtime=7.58 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 23482 0 0 0 678 80 0 0 20 0 19 0 139585939 19498610688 964494 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4760403 964494 5889 1 0 1204064 0
[pid=709511/tid=709513] ppid=709508 vsize=19041612 memory=3390796 CPUtime=5.95 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 8048 0 0 0 521 74 0 0 20 0 19 0 139585939 19498610688 964494 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19041612 memory=4209627200515364676 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 964494 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19041612 memory=6944656592455360608 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139585942 19498610688 964494 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3857976 KiB

[startup+12.7003 s]
/proc/loadavg: 1.25 0.35 0.18 5/336 709603
/proc/meminfo: memFree=118060896/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19108176 memory=4352256 CPUtime=15.92 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 30597 0 0 0 1499 93 0 0 20 0 20 0 139585939 19566772224 1088064 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4777044 1088064 5939 1 0 1322743 0
[pid=709511/tid=709513] ppid=709508 vsize=19108176 memory=4351164 CPUtime=12.07 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 8939 0 0 0 1123 84 0 0 20 0 20 0 139585939 19566772224 1088064 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19108176 memory=11432 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139585942 19566772224 1088064 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19108176 memory=3853880 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139585942 19566772224 1088064 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19108176 memory=3390796 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139586954 19566772224 1088064 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 15.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4352256 KiB

[startup+25.5003 s]
/proc/loadavg: 1.86 0.53 0.24 5/336 709606
/proc/meminfo: memFree=117785764/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19108176 memory=4338244 CPUtime=28.71 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 32028 0 0 0 2778 93 0 0 20 0 20 0 139585939 19566772224 1084561 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4777044 1084561 5939 1 0 1322743 0
[pid=709511/tid=709513] ppid=709508 vsize=19108176 memory=3853880 CPUtime=24.81 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 9112 0 0 0 2397 84 0 0 20 0 20 0 139585939 19566772224 1084561 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19108176 memory=3390796 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139585942 19566772224 1084561 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19108176 memory=4337804 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139585942 19566772224 1084561 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139586954 19566772224 1084561 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 28.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4338244 KiB

[startup+51.1065 s]
/proc/loadavg: 2.81 0.86 0.35 6/336 709609
/proc/meminfo: memFree=116726644/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19108176 memory=4342092 CPUtime=54.65 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 38263 0 0 0 5369 96 0 0 20 0 20 0 139585939 19566772224 1085523 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4777044 1085523 5939 1 0 1322743 0
[pid=709511/tid=709513] ppid=709508 vsize=19108176 memory=4338244 CPUtime=50.29 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 9826 0 0 0 4945 84 0 0 20 0 20 0 139585939 19566772224 1085523 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19108176 memory=11432 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139585942 19566772224 1085523 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19108176 memory=4338244 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139585942 19566772224 1085523 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19108176 memory=2243 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139586954 19566772224 1085523 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 54.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4342092 KiB

[startup+102.3 s]

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

/proc/meminfo: memFree=113289724/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19174740 memory=5143044 CPUtime=3216.81 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 256121 0 0 0 321386 295 0 0 20 0 21 0 139585939 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4793685 1285761 5954 1 0 1324154 0
[pid=709511/tid=709513] ppid=709508 vsize=19174740 memory=5143044 CPUtime=3200.72 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 84256 0 0 0 319978 94 0 0 20 0 21 0 139585939 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19174740 memory=5143044 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19174740 memory=5142920 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 6139 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19174740 memory=-8601142341074854588 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139586954 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 3216.81 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5143044 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.17 4.09 5/336 711672
/proc/meminfo: memFree=113288196/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19174740 memory=5143044 CPUtime=3276.51 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 258361 0 0 0 327353 298 0 0 20 0 21 0 139585939 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4793685 1285761 5954 1 0 1324154 0
[pid=709511/tid=709513] ppid=709508 vsize=19174740 memory=5143044 CPUtime=3260.39 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 85988 0 0 0 325945 94 0 0 20 0 21 0 139585939 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19174740 memory=5143044 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19174740 memory=5143044 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 6283 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19174740 memory=1916 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139586954 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 3276.51 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5143044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.16 4.09 5/337 711683
/proc/meminfo: memFree=113287748/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19174740 memory=5143044 CPUtime=3336.28 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 259636 0 0 0 333327 301 0 0 20 0 21 0 139585939 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4793685 1285761 5954 1 0 1324154 0
[pid=709511/tid=709513] ppid=709508 vsize=19174740 memory=12996 CPUtime=3320.11 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 86913 0 0 0 331917 94 0 0 20 0 21 0 139585939 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19174740 memory=5143044 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19174740 memory=5143044 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 6400 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19174740 memory=5143044 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139586954 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 3336.28 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5143044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/337 711694
/proc/meminfo: memFree=113286828/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19174740 memory=5143044 CPUtime=3395.97 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 261962 0 0 0 339294 303 0 0 20 0 21 0 139585939 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4793685 1285761 5954 1 0 1324154 0
[pid=709511/tid=709513] ppid=709508 vsize=19174740 memory=5143044 CPUtime=3379.77 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 88595 0 0 0 337883 94 0 0 20 0 21 0 139585939 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19174740 memory=5143044 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19174740 memory=35452 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 6544 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19174740 memory=11432 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139586954 19634933760 1285761 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 3395.97 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5143044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.16 4.09 5/337 711704
/proc/meminfo: memFree=113286040/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19174740 memory=5143056 CPUtime=3455.72 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 264202 0 0 0 345266 306 0 0 20 0 21 0 139585939 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4793685 1285764 5954 1 0 1324154 0
[pid=709511/tid=709513] ppid=709508 vsize=19174740 memory=5143044 CPUtime=3439.47 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 90203 0 0 0 343852 95 0 0 20 0 21 0 139585939 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19174740 memory=35452 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19174740 memory=35452 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 6659 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19174740 memory=5143056 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139586954 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 3455.72 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5143056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.14 4.09 5/335 711715
/proc/meminfo: memFree=113285100/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19174740 memory=5143056 CPUtime=3515.48 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 266301 0 0 0 351239 309 0 0 20 0 21 0 139585939 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4793685 1285764 5954 1 0 1324154 0
[pid=709511/tid=709513] ppid=709508 vsize=19174740 memory=5143056 CPUtime=3499.18 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 91594 0 0 0 349823 95 0 0 20 0 21 0 139585939 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19174740 memory=35452 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19174740 memory=35452 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 6791 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19174740 memory=11432 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139586954 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 3515.48 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5143056 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.16 4.10 5/333 711928
/proc/meminfo: memFree=114284000/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19174740 memory=5143056 CPUtime=3575.41 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 270048 0 0 0 357228 313 0 0 20 0 21 0 139585939 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4793685 1285764 5954 1 0 1324154 0
[pid=709511/tid=709513] ppid=709508 vsize=19174740 memory=1916 CPUtime=3558.81 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 93016 0 0 0 355786 95 0 0 20 0 21 0 139585939 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19174740 memory=12996 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19174740 memory=35452 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 6865 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19174740 memory=-8601142341074854588 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139586954 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 3575.41 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5143056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607 s]*
/proc/loadavg: 4.18 4.16 4.10 4/306 711967
/proc/meminfo: memFree=118411300/131524596 swapFree=131071996/131071996
[pid=709511] ppid=709508 vsize=19174740 memory=5143056 CPUtime=3600.01 cores=0,2
/proc/709511/stat : 709511 (java) S 709508 709511 709247 0 -1 1077936128 270919 0 0 0 359687 314 0 0 20 0 21 0 139585939 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
/proc/709511/statm: 4793685 1285764 5954 1 0 1324154 0
[pid=709511/tid=709513] ppid=709508 vsize=19174740 memory=-9177598729674728124 CPUtime=3583.39 cores=0,2
/proc/709511/task/709513/stat : 709513 (java) R 709508 709511 709247 0 -1 4194368 93739 0 0 0 358244 95 0 0 20 0 21 0 139585939 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709522] ppid=709508 vsize=19174740 memory=2696 CPUtime=0 cores=0,2
/proc/709511/task/709522/stat : 709522 (Finalizer) S 709508 709511 709247 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709529] ppid=709508 vsize=19174740 memory=5056 CPUtime=0 cores=0,2
/proc/709511/task/709529/stat : 709529 (Common-Cleaner) S 709508 709511 709247 0 -1 1077936192 6865 0 0 0 0 0 0 0 20 0 21 0 139585942 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
[pid=709511/tid=709603] ppid=709508 vsize=19174740 memory=5143056 CPUtime=0 cores=0,2
/proc/709511/task/709603/stat : 709603 (Timer-0) S 709508 709511 709247 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139586954 19634933760 1285764 134679101440 94057002037248 94057002040944 140726921513424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94057002048760 94057002049552 94057007812608 140726921515990 140726921516103 140726921516103 140726921523144 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5143056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.94 s, system=3.16136 s

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

Child status: 143

Real time (s): 3607.06
CPU time (s): 3600.1
CPU user time (s): 3596.94
CPU system time (s): 3.16136
CPU usage (%): 99.8071
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 5148860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.94
system time used= 3.16136
maximum resident set size= 5148860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274275
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131534
involuntary context switches= 27777


# summary of solver processes directly reported to runsolver:
#   pid: 709511
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3596.94
#   total CPU system time (s): 3.16136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.66267 second user time and 20.2921 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-13 14:36:06
IDJOB=4424442
IDBENCH=143871
IDSOLVER=3035
FILE ID=nodeC034/4424442-1720874154
RUNJOBID= nodeC034-1720874164-709257
SLURM_JOB_ID= 7483775
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-18reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424442-1720874154/watcher-4424442-1720874154 -o /tmp/evaluation-result-4424442-1720874154/solver-4424442-1720874154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1720874164-709257 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424442-1720874154.wbo

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

MD5SUM BENCH= 85c9e899b779dcafda2f7e25c2fdc65d
RANDOM SEED=642242431

nodeC034.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        125354940 kB
MemAvailable:   125528532 kB
Buffers:          314680 kB
Cached:           702988 kB
SwapCached:            0 kB
Active:           470228 kB
Inactive:        5122404 kB
Active(anon):       1508 kB
Inactive(anon):  4610844 kB
Active(file):     468720 kB
Inactive(file):   511560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10080 kB
Writeback:             0 kB
AnonPages:       4574696 kB
Mapped:           121344 kB
Shmem:             37720 kB
KReclaimable:      66272 kB
Slab:             164252 kB
SReclaimable:      66272 kB
SUnreclaim:        97980 kB
KernelStack:        5036 kB
PageTables:        19340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   10999352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3995648 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:      172756 kB
DirectMap2M:     9037824 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC034 at 2024-07-13 15:36:14