Trace number 4454155

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.15 3599.27

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-15diag_spec_greater.opb
MD5SUM4a5e1d83e2dadedc898f0365dfa20016
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.134427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables750
Total number of constraints932
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints257
Minimum length of a constraint2
Maximum length of a constraint255
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483647
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: ASSIGNED
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Armin Biere (Picosat) restarts strategy
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4454155-1721488138.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c  no objective function found
0.35/0.21	c ... done. Wall clock time 0.057s.
0.35/0.21	c declared #vars     750
0.35/0.21	c #constraints  1188
0.35/0.21	c constraints type 
0.35/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 540
0.35/0.21	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 423
0.35/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
0.35/0.21	c 1188 constraints processed.
48.03/43.98	c cleaning 2469 clauses out of 5000 with flag 0/5001
105.56/100.90	c cleaning 4231 clauses out of 8531 with flag 0/11001
487.82/483.27	c cleaning 4952 clauses out of 11299 with flag 0/18000
2662.80/2661.03	c cleaning 6078 clauses out of 14348 with flag 0/26001
3600.01/3599.22	c starts		: 61
3600.01/3599.22	c conflicts		: 33620
3600.01/3599.22	c decisions		: 35744
3600.01/3599.22	c propagations		: 7940729
3600.01/3599.22	c inspects		: 680477956
3600.01/3599.22	c shortcuts		: 0
3600.01/3599.22	c learnt literals	: 1
3600.01/3599.22	c learnt binary clauses	: 0
3600.01/3599.22	c learnt ternary clauses	: 0
3600.01/3599.22	c learnt constraints	: 33619
3600.01/3599.22	c ignored constraints	: 0
3600.01/3599.22	c root simplifications	: 0
3600.01/3599.22	c removed literals (reason simplification)	: 0
3600.01/3599.22	c reason swapping (by a shorter reason)	: 0
3600.01/3599.22	c Calls to reduceDB	: 4
3600.01/3599.22	c Number of update (reduction) of LBD	: 1
3600.01/3599.22	c Imported unit clauses	: 0
3600.01/3599.22	c No decision after first conflict	: false
3600.01/3599.22	c number of reductions to clauses (during analyze)	: 0
3600.01/3599.22	c number of learned constraints concerned by reduction	: 0
3600.01/3599.22	c number of learning phase by resolution	: 0
3600.01/3599.22	c number of learning phase by cutting planes	: 0
3600.01/3599.22	c number of rounding to 1 operations	: 2670660
3600.01/3599.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3599.22	c number of reductions of the coefficients by power 2 	: 0
3600.01/3599.22	c number of right shift for reduction by power 2 	: 0
3600.01/3599.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3599.22	c number of ending skipping 	: 0
3600.01/3599.22	c number of internal skipping 	: 0
3600.01/3599.22	c number of derivation steps 	: 5876180
3600.01/3599.22	c number of skipped derivation steps 	: 0
3600.01/3599.22	c number of remaining unassigned 	: 49393
3600.01/3599.22	c number of remaining assigned 	: 46752378
3600.01/3599.22	c number of falsified literals weakened from reason	: 0
3600.01/3599.22	c number of falsified literals weakened from conflict	: 0
3600.01/3599.22	c time for arithmetic operations	: 14860500888
3600.01/3599.22	c minimum degree of deleted constraints	: 4
3600.01/3599.22	c maximum degree of deleted constraints	: 5294931002389
3600.01/3599.22	c number of deleted constraints	: 17730
3600.01/3599.24	c speed (assignments/second)	: 2206.370323320277
3600.01/3599.24	c non guided choices	: 30
3600.01/3599.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 5787
3600.01/3599.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.01/3599.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10101
3600.01/3599.26	s UNKNOWN
3600.01/3599.26	c Total wall clock time (in seconds): 3599.11

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454155-1721488138/watcher-4454155-1721488138 -o /tmp/evaluation-result-4454155-1721488138/solver-4454155-1721488138 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721488150-1093487 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4454155-1721488138.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.102642 s]*
/proc/loadavg: 3.89 4.11 4.09 10/312 1093870
/proc/meminfo: memFree=127062692/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=18975048 memory=64960 CPUtime=0.14 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 7093 0 0 0 12 2 0 0 20 0 18 0 200975627 19430449152 16240 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4743762 16240 5734 1 0 549374 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 5652 0 0 0 7 1 0 0 20 0 18 0 200975627 19430449152 16240 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=18975048 memory=15975 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200975630 19430449152 16240 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200975630 19430449152 16240 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64960 KiB

[startup+0.210221 s]*
/proc/loadavg: 3.89 4.11 4.09 15/325 1093883
/proc/meminfo: memFree=126947060/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=18976076 memory=80128 CPUtime=0.35 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 7693 0 0 0 32 3 0 0 20 0 19 0 200975627 19431501824 20032 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4744019 20032 5918 1 0 549996 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=18976076 memory=6007641856751698051 CPUtime=0.19 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) S 1093793 1093801 1093475 0 -1 1077936192 5958 0 0 0 17 2 0 0 20 0 19 0 200975627 19431501824 20032 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=18976076 memory=15975 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200975630 19431501824 20032 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=18976076 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200975630 19431501824 20032 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=18976076 memory=0 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (java) R 1093793 1093801 1093475 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 200975648 19431501824 20032 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18976076 KiB
Current children cumulated memory: 80128 KiB

[startup+0.306719 s]*
/proc/loadavg: 3.89 4.11 4.09 14/328 1093886
/proc/meminfo: memFree=126855016/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19041612 memory=107372 CPUtime=0.53 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 9299 0 0 0 50 3 0 0 20 0 19 0 200975627 19498610688 26843 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4760403 26843 5918 1 0 551134 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19041612 memory=-7594579129166816607 CPUtime=0.27 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 6014 0 0 0 25 2 0 0 20 0 19 0 200975627 19498610688 26843 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200975630 19498610688 26843 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200975630 19498610688 26843 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200975648 19498610688 26843 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 107372 KiB

[startup+0.704004 s]
/proc/loadavg: 3.89 4.11 4.09 11/309 1093905
/proc/meminfo: memFree=126752916/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=182604 CPUtime=1.29 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 15055 0 0 0 124 5 0 0 20 0 20 0 200975627 19566772224 45651 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 45651 5918 1 0 554696 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=49576 CPUtime=0.63 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 6050 0 0 0 59 4 0 0 20 0 20 0 200975627 19566772224 45651 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 45651 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=2320 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 45651 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=2028 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 45651 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182604 KiB

[startup+1.50972 s]
/proc/loadavg: 4.30 4.19 4.12 10/329 1093954
/proc/meminfo: memFree=126479032/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=286052 CPUtime=2.89 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 31211 0 0 0 281 8 0 0 20 0 20 0 200975627 19566772224 71513 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 71513 5934 1 0 560058 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=13196 CPUtime=1.4 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 6163 0 0 0 135 5 0 0 20 0 20 0 200975627 19566772224 71513 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 71513 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=2320 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 71513 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=2028 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 71513 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 286052 KiB

[startup+3.10574 s]
/proc/loadavg: 4.30 4.19 4.12 7/331 1093958
/proc/meminfo: memFree=123192936/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1053200 CPUtime=5.74 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 33557 0 0 0 551 23 0 0 20 0 20 0 200975627 19566772224 263300 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 263300 5934 1 0 560067 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=-7594579129166619232 CPUtime=2.96 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 7121 0 0 0 277 19 0 0 20 0 20 0 200975627 19566772224 263300 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 263300 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 263300 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=2320 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 263300 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1053200 KiB

[startup+6.30073 s]
/proc/loadavg: 4.36 4.21 4.12 6/331 1093958
/proc/meminfo: memFree=121941996/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1333980 CPUtime=10.26 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 34897 0 0 0 998 28 0 0 20 0 20 0 200975627 19566772224 333495 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 333495 5950 1 0 560071 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=0 CPUtime=6.1 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 7306 0 0 0 586 24 0 0 20 0 20 0 200975627 19566772224 333495 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=2320 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 333495 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 333495 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 333495 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 10.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1333980 KiB

[startup+12.7007 s]
/proc/loadavg: 4.33 4.20 4.12 5/331 1093959
/proc/meminfo: memFree=121575828/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1344356 CPUtime=16.78 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 36692 0 0 0 1648 30 0 0 20 0 20 0 200975627 19566772224 336089 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 336089 5950 1 0 560071 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=-7594579129166619232 CPUtime=12.39 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 7907 0 0 0 1215 24 0 0 20 0 20 0 200975627 19566772224 336089 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=1342296 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 336089 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 336089 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=1342176 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 336089 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 16.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1344356 KiB

[startup+25.5003 s]
/proc/loadavg: 4.51 4.25 4.14 5/331 1094095
/proc/meminfo: memFree=121058288/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1360908 CPUtime=29.58 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 42855 0 0 0 2927 31 0 0 20 0 20 0 200975627 19566772224 340227 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 340227 5950 1 0 560071 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=49576 CPUtime=24.97 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 10492 0 0 0 2472 25 0 0 20 0 20 0 200975627 19566772224 340227 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=1356804 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 340227 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=1342296 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 340227 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=1356804 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 340227 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 29.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1360908 KiB

[startup+51.1067 s]
/proc/loadavg: 4.31 4.22 4.13 5/331 1094098
/proc/meminfo: memFree=119906280/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1379744 CPUtime=55.48 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 54673 0 0 0 5513 35 0 0 20 0 20 0 200975627 19566772224 344936 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 344936 5950 1 0 560119 0

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

/proc/meminfo: memFree=111738968/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1904624 CPUtime=3223.46 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 174985 0 0 0 322148 198 0 0 20 0 20 0 200975627 19566772224 476156 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 476156 5950 1 0 560123 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=1882060 CPUtime=3203.94 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 73612 0 0 0 320353 41 0 0 20 0 20 0 200975627 19566772224 476156 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=1888228 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 476156 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=49576 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 2938 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 476156 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=1904624 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 476156 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 3223.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1904624 KiB

[startup+3282.3 s]
/proc/loadavg: 3.31 3.93 4.34 4/307 1096107
/proc/meminfo: memFree=111734532/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1908724 CPUtime=3283.39 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 177125 0 0 0 328138 201 0 0 20 0 20 0 200975627 19566772224 477181 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 477181 5950 1 0 560123 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=1906672 CPUtime=3263.67 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 74801 0 0 0 326326 41 0 0 20 0 20 0 200975627 19566772224 477181 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=1906672 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 477181 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=1906672 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 3000 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 477181 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=1908724 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 477181 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 3283.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1908724 KiB

[startup+3342.3 s]
/proc/loadavg: 2.59 3.60 4.20 3/280 1096153
/proc/meminfo: memFree=121662356/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1914868 CPUtime=3343.36 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 178013 0 0 0 334133 203 0 0 20 0 20 0 200975627 19566772224 478717 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 478717 5950 1 0 560123 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=1912820 CPUtime=3323.43 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 75538 0 0 0 332302 41 0 0 20 0 20 0 200975627 19566772224 478717 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 478717 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=1912820 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 3065 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 478717 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=1912820 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 478717 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 3343.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1914868 KiB

[startup+3402.3 s]
/proc/loadavg: 2.35 3.34 4.07 3/279 1096164
/proc/meminfo: memFree=121657496/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1918964 CPUtime=3403.3 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 179699 0 0 0 340123 207 0 0 20 0 20 0 200975627 19566772224 479741 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 479741 5950 1 0 560123 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=1916916 CPUtime=3383.17 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 76426 0 0 0 338276 41 0 0 20 0 20 0 200975627 19566772224 479741 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=1916916 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 479741 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 3069 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 479741 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=5472 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 479741 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 3403.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1918964 KiB

[startup+3462.3 s]
/proc/loadavg: 2.21 3.11 3.95 3/279 1096175
/proc/meminfo: memFree=121655000/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1921016 CPUtime=3463.24 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 181788 0 0 0 346115 209 0 0 20 0 20 0 200975627 19566772224 480254 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 480254 5950 1 0 560123 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=11544 CPUtime=3442.96 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 77599 0 0 0 344254 42 0 0 20 0 20 0 200975627 19566772224 480254 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=49576 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 480254 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=1921016 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 3125 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 480254 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=1921016 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 480254 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 3463.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1921016 KiB

[startup+3522.3 s]
/proc/loadavg: 2.14 2.92 3.83 3/279 1096186
/proc/meminfo: memFree=121646544/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1929212 CPUtime=3523.18 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 183768 0 0 0 352106 212 0 0 20 0 20 0 200975627 19566772224 482303 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 482303 5950 1 0 560123 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=1923064 CPUtime=3502.68 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 78657 0 0 0 350226 42 0 0 20 0 20 0 200975627 19566772224 482303 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=1927160 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 482303 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=5472 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 3190 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 482303 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=1927160 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 482303 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 3523.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1929212 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.77 3.71 3/279 1096196
/proc/meminfo: memFree=121639936/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1935356 CPUtime=3583.13 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 184430 0 0 0 358098 215 0 0 20 0 20 0 200975627 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 483839 5950 1 0 560123 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=1933308 CPUtime=3562.43 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 79216 0 0 0 356201 42 0 0 20 0 20 0 200975627 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=1933308 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=1933308 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 3256 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 3583.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1935356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.2 s]
/proc/loadavg: 2.16 2.75 3.69 3/279 1096198
/proc/meminfo: memFree=121639760/131524600 swapFree=131071996/131071996
[pid=1093801] ppid=1093793 vsize=19108176 memory=1935356 CPUtime=3600.01 cores=1,3
/proc/1093801/stat : 1093801 (java) S 1093793 1093801 1093475 0 -1 1077936128 184700 0 0 0 359785 216 0 0 20 0 20 0 200975627 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
/proc/1093801/statm: 4777044 483839 5950 1 0 560123 0
[pid=1093801/tid=1093806] ppid=1093793 vsize=19108176 memory=32196 CPUtime=3579.28 cores=1,3
/proc/1093801/task/1093806/stat : 1093806 (java) R 1093793 1093801 1093475 0 -1 4194368 79472 0 0 0 357886 42 0 0 20 0 20 0 200975627 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093841] ppid=1093793 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/1093801/task/1093841/stat : 1093841 (Finalizer) S 1093793 1093801 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093849] ppid=1093793 vsize=19108176 memory=49576 CPUtime=0 cores=1,3
/proc/1093801/task/1093849/stat : 1093849 (Common-Cleaner) S 1093793 1093801 1093475 0 -1 1077936192 3256 0 0 0 0 0 0 0 20 0 20 0 200975630 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
[pid=1093801/tid=1093883] ppid=1093793 vsize=19108176 memory=-7594579129166619232 CPUtime=0 cores=1,3
/proc/1093801/task/1093883/stat : 1093883 (Timer-0) S 1093793 1093801 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200975648 19566772224 483839 134679101440 94554591141888 94554591145584 140736362884240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94554591153400 94554591154192 94554594340864 140736362890222 140736362890335 140736362890335 140736362897352 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1935356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.98 s, system=2.17147 s

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

Child status: 143

Real time (s): 3599.27
CPU time (s): 3600.15
CPU user time (s): 3597.98
CPU system time (s): 2.17147
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 19110536
Max. memory (cumulated for all children) (KiB): 1935356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.98
system time used= 2.17147
maximum resident set size= 1936104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125688
involuntary context switches= 5462


# summary of solver processes directly reported to runsolver:
#   pid: 1093801
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.98
#   total CPU system time (s): 2.17147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.87483 second user time and 20.0945 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-20 17:09:10
IDJOB=4454155
IDBENCH=176068
IDSOLVER=3046
FILE ID=nodeC017/4454155-1721488138
RUNJOBID= nodeC017-1721488150-1093487
SLURM_JOB_ID= 7545780
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-15diag_spec_greater.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454155-1721488138/watcher-4454155-1721488138 -o /tmp/evaluation-result-4454155-1721488138/solver-4454155-1721488138 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721488150-1093487 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4454155-1721488138.opb

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

MD5SUM BENCH= 4a5e1d83e2dadedc898f0365dfa20016
RANDOM SEED=14599027

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127206168 kB
MemAvailable:   129698560 kB
Buffers:          615424 kB
Cached:          2702268 kB
SwapCached:            0 kB
Active:          1323468 kB
Inactive:        2333588 kB
Active(anon):       1488 kB
Inactive(anon):   383748 kB
Active(file):    1321980 kB
Inactive(file):  1949840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3212 kB
Writeback:             0 kB
AnonPages:        339360 kB
Mapped:           107696 kB
Shmem:             45912 kB
KReclaimable:     120436 kB
Slab:             236992 kB
SReclaimable:     120436 kB
SUnreclaim:       116556 kB
KernelStack:        3904 kB
PageTables:         9972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     678740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72992 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:      305876 kB
DirectMap2M:    43507712 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC017 at 2024-07-20 18:09:10