Trace number 4445195

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.27 3585.34

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.014493
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.12	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.13	c Free memory 		2115194816
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	 - never skip resolution steps
0.12/0.22	 - Auto-division on coefficients is disabled
0.12/0.22	 - No postprocessing
0.12/0.22	 - Conflict is considered as is when resolving
0.12/0.22	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.22	 - Weaken first using unassigned literals
0.12/0.22	 - Bump strategy: ALWAYS_ONE
0.12/0.22	 - Bumper: ASSIGNED
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	No reason simplification
0.12/0.22	Armin Biere (Picosat) restarts strategy
0.12/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.22	timeout=2147483s
0.12/0.22	DB Simplification allowed=false
0.12/0.22	Listener: none
0.12/0.22	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	c  - never skip resolution steps
0.12/0.22	c  - Auto-division on coefficients is disabled
0.12/0.22	c  - No postprocessing
0.12/0.22	c  - Conflict is considered as is when resolving
0.12/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.22	c  - Weaken first using unassigned literals
0.12/0.22	c  - Bump strategy: ALWAYS_ONE
0.12/0.22	c  - Bumper: ASSIGNED
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	c No reason simplification
0.12/0.22	c Armin Biere (Picosat) restarts strategy
0.12/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4445195-1721320865.opb
0.12/0.22	c reading problem ... 
0.12/0.22	c  no objective function found
0.32/0.24	c ... done. Wall clock time 0.023s.
0.32/0.24	c declared #vars     93
0.32/0.24	c #constraints  2
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.32/0.24	c 2 constraints processed.
27.69/22.66	c cleaning 2480 clauses out of 5001 with flag 0/5001
71.09/65.03	c cleaning 3493 clauses out of 8521 with flag 0/11001
103.52/97.22	c cleaning 3097 clauses out of 12027 with flag 0/18000
131.01/123.10	c cleaning 3538 clauses out of 16930 with flag 0/26000
205.34/196.79	c cleaning 3714 clauses out of 22392 with flag 0/35000
272.57/263.87	c cleaning 4177 clauses out of 28679 with flag 0/45001
355.42/346.48	c cleaning 5121 clauses out of 35502 with flag 0/56001
582.41/573.18	c cleaning 6839 clauses out of 42381 with flag 0/68001
698.85/689.38	c cleaning 6732 clauses out of 48541 with flag 0/81000
895.42/885.55	c cleaning 5250 clauses out of 55809 with flag 0/95000
955.97/946.09	c cleaning 6728 clauses out of 65559 with flag 0/110000
1315.94/1305.55	c cleaning 9531 clauses out of 74831 with flag 0/126000
1436.02/1425.33	c cleaning 6625 clauses out of 82301 with flag 0/143001
1604.50/1593.78	c cleaning 7196 clauses out of 93676 with flag 0/161001
1710.41/1699.30	c cleaning 11210 clauses out of 105479 with flag 0/180000
2045.61/2033.37	c cleaning 9343 clauses out of 114270 with flag 0/200001
2486.66/2474.18	c cleaning 12334 clauses out of 125926 with flag 0/221000
2897.62/2884.81	c cleaning 9846 clauses out of 135592 with flag 0/243000
3201.33/3187.89	c cleaning 8055 clauses out of 148746 with flag 0/266000
3600.03/3585.22	c starts		: 132
3600.03/3585.23	c timeout
3600.03/3585.24	c conflicts		: 282624
3600.03/3585.24	c decisions		: 563976
3600.03/3585.24	c propagations		: 1825153
3600.03/3585.24	c inspects		: 1997857300
3600.03/3585.24	c shortcuts		: 0
3600.03/3585.24	c learnt literals	: 0
3600.03/3585.24	c learnt binary clauses	: 0
3600.03/3585.24	c learnt ternary clauses	: 0
3600.03/3585.24	c learnt constraints	: 282623
3600.03/3585.24	c ignored constraints	: 0
3600.03/3585.24	c root simplifications	: 0
3600.03/3585.24	c removed literals (reason simplification)	: 0
3600.03/3585.24	c reason swapping (by a shorter reason)	: 0
3600.03/3585.24	c Calls to reduceDB	: 19
3600.03/3585.24	c Number of update (reduction) of LBD	: 5
3600.03/3585.24	c Imported unit clauses	: 0
3600.03/3585.24	c No decision after first conflict	: false
3600.03/3585.24	c number of reductions to clauses (during analyze)	: 0
3600.03/3585.24	c number of learned constraints concerned by reduction	: 0
3600.03/3585.24	c number of learning phase by resolution	: 0
3600.03/3585.24	c number of learning phase by cutting planes	: 0
3600.03/3585.24	c number of rounding to 1 operations	: 719464
3600.03/3585.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3585.24	c number of reductions of the coefficients by power 2 	: 0
3600.03/3585.24	c number of right shift for reduction by power 2 	: 0
3600.03/3585.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3585.24	c number of ending skipping 	: 0
3600.03/3585.24	c number of internal skipping 	: 0
3600.03/3585.24	c number of derivation steps 	: 659276
3600.03/3585.24	c number of skipped derivation steps 	: 0
3600.03/3585.24	c number of remaining unassigned 	: 34546
3600.03/3585.24	c number of remaining assigned 	: 30076768
3600.03/3585.24	c number of falsified literals weakened from reason	: 0
3600.03/3585.24	c number of falsified literals weakened from conflict	: 0
3600.03/3585.24	c time for arithmetic operations	: 834721961
3600.03/3585.24	c minimum degree of deleted constraints	: 4
3600.03/3585.24	c maximum degree of deleted constraints	: 75617158025
3600.03/3585.24	c number of deleted constraints	: 125309
3600.03/3585.25	c speed (assignments/second)	: 509.10922280740857
3600.03/3585.25	c non guided choices	: 82
3600.03/3585.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 137592
3600.03/3585.30	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9284
3600.03/3585.30	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10438
3600.03/3585.30	s UNKNOWN
3600.03/3585.30	c Total wall clock time (in seconds): 3585.084

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445195-1721320865/watcher-4445195-1721320865 -o /tmp/evaluation-result-4445195-1721320865/solver-4445195-1721320865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968471 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445195-1721320865.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=972624, runsolver pid=972621

[startup+0.103854 s]*
/proc/loadavg: 4.54 4.62 4.63 8/318 972642
/proc/meminfo: memFree=105185448/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=18975048 memory=57380 CPUtime=0.12 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 6549 0 0 0 9 3 0 0 20 0 18 0 184245293 19430449152 14345 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4743762 14345 5448 1 0 550980 0
[pid=972624/tid=972626] ppid=972621 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 5525 0 0 0 6 3 0 0 20 0 18 0 184245293 19430449152 14345 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184245299 19430449152 14345 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184245299 19430449152 14345 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57380 KiB

[startup+0.214531 s]*
/proc/loadavg: 4.54 4.62 4.63 8/318 972642
/proc/meminfo: memFree=105175468/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=18975048 memory=68064 CPUtime=0.32 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 7442 0 0 0 28 4 0 0 20 0 18 0 184245293 19430449152 17016 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4743762 17016 5704 1 0 551759 0
[pid=972624/tid=972626] ppid=972621 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) S 972621 972624 968460 0 -1 1077936192 5963 0 0 0 15 3 0 0 20 0 18 0 184245293 19430449152 17016 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=18975048 memory=18025 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184245299 19430449152 17016 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184245299 19430449152 17016 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68064 KiB

[startup+0.325834 s]*
/proc/loadavg: 4.54 4.62 4.63 8/319 972643
/proc/meminfo: memFree=105166212/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19041612 memory=77876 CPUtime=0.52 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 7702 0 0 0 47 5 0 0 20 0 19 0 184245293 19498610688 19469 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4760403 19469 5797 1 0 552166 0
[pid=972624/tid=972626] ppid=972621 vsize=19041612 memory=-9104981479822500540 CPUtime=0.24 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 6031 0 0 0 21 3 0 0 20 0 19 0 184245293 19498610688 19469 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184245299 19498610688 19469 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184245299 19498610688 19469 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184245318 19498610688 19469 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77876 KiB

[startup+0.712346 s]
/proc/loadavg: 4.66 4.64 4.63 6/319 972643
/proc/meminfo: memFree=105126912/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19041612 memory=154784 CPUtime=1.22 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 15417 0 0 0 114 8 0 0 20 0 19 0 184245293 19498610688 38696 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4760403 38696 5797 1 0 558058 0
[pid=972624/tid=972626] ppid=972621 vsize=19041612 memory=11936 CPUtime=0.49 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 6078 0 0 0 44 5 0 0 20 0 19 0 184245293 19498610688 38696 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19041612 memory=11936 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184245299 19498610688 38696 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184245299 19498610688 38696 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19041612 memory=5532 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184245318 19498610688 38696 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 154784 KiB

[startup+1.50083 s]
/proc/loadavg: 4.66 4.64 4.63 6/320 972644
/proc/meminfo: memFree=105050724/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=203008 CPUtime=2.73 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 18557 0 0 0 264 9 0 0 20 0 20 0 184245293 19566772224 50752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 50752 5797 1 0 558377 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=11936 CPUtime=1.23 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 6161 0 0 0 117 6 0 0 20 0 20 0 184245293 19566772224 50752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 50752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 50752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 50752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203008 KiB

[startup+3.10583 s]
/proc/loadavg: 4.66 4.64 4.63 6/320 972644
/proc/meminfo: memFree=104530240/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=415008 CPUtime=5.88 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 27439 0 0 0 573 15 0 0 20 0 20 0 184245293 19566772224 103752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 103752 5845 1 0 559861 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=0 CPUtime=2.8 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 6651 0 0 0 270 10 0 0 20 0 20 0 184245293 19566772224 103752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 103752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=225908 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 103752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=11936 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 103752 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 415008 KiB

[startup+6.30044 s]
/proc/loadavg: 4.61 4.63 4.63 7/320 972646
/proc/meminfo: memFree=103828540/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=1159904 CPUtime=10.02 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 28598 0 0 0 970 32 0 0 20 0 20 0 184245293 19566772224 289976 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 289976 5845 1 0 559862 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=11936 CPUtime=5.99 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 7658 0 0 0 573 26 0 0 20 0 20 0 184245293 19566772224 289976 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 289976 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 289976 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 289976 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 10.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1159904 KiB

[startup+12.7004 s]
/proc/loadavg: 4.64 4.64 4.63 5/320 972646
/proc/meminfo: memFree=103415568/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=1266800 CPUtime=17.13 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 33365 0 0 0 1677 36 0 0 20 0 20 0 184245293 19566772224 316700 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 316700 5845 1 0 559862 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=0 CPUtime=12.24 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 8479 0 0 0 1196 28 0 0 20 0 20 0 184245293 19566772224 316700 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=1266784 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 316700 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=11936 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 316700 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 316700 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1266800 KiB

[startup+25.5005 s]
/proc/loadavg: 4.62 4.63 4.63 5/320 972649
/proc/meminfo: memFree=103319212/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=1346160 CPUtime=31.1 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 43534 0 0 0 3068 42 0 0 20 0 20 0 184245293 19566772224 336540 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 336540 5845 1 0 559908 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=6944656592387989600 CPUtime=24.79 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 11020 0 0 0 2449 30 0 0 20 0 20 0 184245293 19566772224 336540 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 336540 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 336540 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 336540 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 31.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1346160 KiB

[startup+51.1139 s]
/proc/loadavg: 4.55 4.62 4.63 5/320 972652
/proc/meminfo: memFree=102852036/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=1779592 CPUtime=57.1 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 50828 0 0 0 5654 56 0 0 20 0 20 0 184245293 19566772224 444898 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 444898 5845 1 0 666436 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=1779368 CPUtime=49.93 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 13531 0 0 0 4953 40 0 0 20 0 20 0 184245293 19566772224 444898 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0

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

[startup+3282.3 s]
/proc/loadavg: 4.19 4.25 4.30 5/317 974549
/proc/meminfo: memFree=110214976/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3296.17 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 226755 0 0 0 329285 332 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 900993 5881 1 0 928510 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3236.3 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 90788 0 0 0 323547 83 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 165 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=3603972 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 2729 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 3296.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3603972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.24 4.29 5/317 974559
/proc/meminfo: memFree=110198204/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3356.4 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 228233 0 0 0 335305 335 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 900993 5881 1 0 928510 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=5624 CPUtime=3295.42 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 91556 0 0 0 329459 83 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 169 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=3603972 CPUtime=0.01 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 2818 0 0 0 0 1 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 3356.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3603972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.86 4.40 4.34 5/317 974569
/proc/meminfo: memFree=110179200/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3416.52 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 229773 0 0 0 341312 340 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 900993 5881 1 0 928510 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3354.91 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 92865 0 0 0 335408 83 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 170 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=3603972 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=3603972 CPUtime=0.01 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 2818 0 0 0 0 1 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=3603972 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 3416.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3603972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.63 4.44 4.36 5/317 974579
/proc/meminfo: memFree=110154208/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3476.58 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 232605 0 0 0 347315 343 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 900993 5881 1 0 928510 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3414.43 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 93692 0 0 0 341360 83 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 172 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=3603972 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=3603972 CPUtime=0.01 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 2908 0 0 0 0 1 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=12740 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 3476.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3603972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.37 4.34 5/317 974590
/proc/meminfo: memFree=110135260/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3536.73 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 233404 0 0 0 353326 347 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 900993 5881 1 0 928510 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=3603972 CPUtime=3473.89 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 94419 0 0 0 347306 83 0 0 20 0 20 0 184245293 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 172 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=5624 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=46996 CPUtime=0.01 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 2908 0 0 0 0 1 0 0 20 0 20 0 184245299 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=46996 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 900993 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 3536.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3603972 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.34 4.33 5/319 974738
/proc/meminfo: memFree=111303796/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=3604056 CPUtime=3597.14 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 240901 0 0 0 359361 353 0 0 20 0 20 0 184245293 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 901014 5881 1 0 928531 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=3603980 CPUtime=3533.3 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 96815 0 0 0 353246 84 0 0 20 0 20 0 184245293 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 175 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=3604012 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=12740 CPUtime=0.01 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 2973 0 0 0 0 1 0 0 20 0 20 0 184245299 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=46996 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 3597.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3604056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.2 s]
/proc/loadavg: 4.22 4.34 4.33 5/319 974739
/proc/meminfo: memFree=110439776/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19108176 memory=3604056 CPUtime=3600.03 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 240921 0 0 0 359650 353 0 0 20 0 20 0 184245293 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4777044 901014 5881 1 0 928531 0
[pid=972624/tid=972626] ppid=972621 vsize=19108176 memory=4720 CPUtime=3536.2 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 4194368 96835 0 0 0 353536 84 0 0 20 0 20 0 184245293 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 175 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19108176 memory=2412756 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19108176 memory=-8961146658621792956 CPUtime=0.01 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 2973 0 0 0 0 1 0 0 20 0 20 0 184245299 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972643] ppid=972621 vsize=19108176 memory=4720 CPUtime=0 cores=4,6
/proc/972624/task/972643/stat : 972643 (Timer-0) S 972621 972624 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184245318 19566772224 901014 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3604056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.72 s, system=3.55361 s

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

[startup+3585.31 s]
/proc/loadavg: 4.22 4.34 4.33 5/319 974739
/proc/meminfo: memFree=110439776/131655788 swapFree=131071996/131071996
[pid=972624] ppid=972621 vsize=19307868 memory=3604812 CPUtime=3600.24 cores=4,6
/proc/972624/stat : 972624 (java) S 972621 972624 968460 0 -1 1077936128 243627 0 0 0 359671 353 0 0 20 0 20 0 184245293 19771256832 901203 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
/proc/972624/statm: 4826967 901203 5877 1 0 929434 0
[pid=972624/tid=972626] ppid=972621 vsize=19307868 memory=46996 CPUtime=3536.24 cores=4,6
/proc/972624/task/972626/stat : 972626 (java) R 972621 972624 968460 0 -1 1077936192 96978 0 0 0 353540 84 0 0 20 0 20 0 184245293 19771256832 901203 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 175 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972635] ppid=972621 vsize=19307868 memory=3604056 CPUtime=0 cores=4,6
/proc/972624/task/972635/stat : 972635 (Finalizer) S 972621 972624 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184245299 19771256832 901203 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
[pid=972624/tid=972642] ppid=972621 vsize=19307868 memory=3604012 CPUtime=0.01 cores=4,6
/proc/972624/task/972642/stat : 972642 (Common-Cleaner) S 972621 972624 968460 0 -1 1077936192 2973 0 0 0 0 1 0 0 20 0 20 0 184245299 19771256832 901203 134679101440 94776780812288 94776780815984 140730933031168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94776780823800 94776780824592 94776811507712 140730933040111 140730933040224 140730933040224 140730933047240 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3604812 KiB

Child status: 143

Real time (s): 3585.34
CPU time (s): 3600.27
CPU user time (s): 3596.72
CPU system time (s): 3.55361
CPU usage (%): 100.416
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3604812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.72
system time used= 3.55361
maximum resident set size= 3605780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128246
involuntary context switches= 5514


# summary of solver processes directly reported to runsolver:
#   pid: 972624
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.72
#   total CPU system time (s): 3.55361

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8188 second user time and 39.5482 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 18:41:17
IDJOB=4445195
IDBENCH=148103
IDSOLVER=3046
FILE ID=nodeC005/4445195-1721320865
RUNJOBID= nodeC005-1721317707-968471
SLURM_JOB_ID= 7542668
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445195-1721320865/watcher-4445195-1721320865 -o /tmp/evaluation-result-4445195-1721320865/solver-4445195-1721320865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968471 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445195-1721320865.opb

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=1197336949

nodeC005.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	: 0xb00001f
cpu MHz		: 3499.130
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 3517.652
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.176
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.355
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 3578.827
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.278
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.185
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 3629.650
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        105222792 kB
MemAvailable:   110536496 kB
Buffers:          486636 kB
Cached:          5610308 kB
SwapCached:            0 kB
Active:          1044112 kB
Inactive:       24658388 kB
Active(anon):       3448 kB
Inactive(anon): 19647996 kB
Active(file):    1040664 kB
Inactive(file):  5010392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1956 kB
Writeback:            24 kB
AnonPages:      19604656 kB
Mapped:           127068 kB
Shmem:             45896 kB
KReclaimable:     205692 kB
Slab:             324216 kB
SReclaimable:     205692 kB
SUnreclaim:       118524 kB
KernelStack:        4864 kB
PageTables:        48784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   22231048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58496 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19259392 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC005 at 2024-07-18 19:41:02