Trace number 4449215

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.26 3596.43

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM8e74907d75b3430f44949ac6e798f9f2
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 benchmark7.93447
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
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 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.38/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.35	 - never skip resolution steps
0.38/0.35	 - Auto-division on coefficients is disabled
0.38/0.35	 - No postprocessing
0.38/0.35	 - Conflict is considered as is when resolving
0.38/0.35	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.38/0.35	 - Weaken first using unassigned literals
0.38/0.35	 - Bump strategy: ALWAYS_ONE
0.38/0.35	 - Bumper: ASSIGNED
0.38/0.35	--- Begin Solver configuration ---
0.38/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.38/0.35	Learn all clauses as in MiniSAT
0.38/0.35	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.35	No reason simplification
0.38/0.35	Armin Biere (Picosat) restarts strategy
0.38/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.38/0.35	timeout=2147483s
0.38/0.35	DB Simplification allowed=false
0.38/0.35	Listener: none
0.38/0.35	--- End Solver configuration ---
0.38/0.36	c Pseudo Boolean Optimization by upper bound
0.38/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.36	c  - never skip resolution steps
0.38/0.36	c  - Auto-division on coefficients is disabled
0.38/0.36	c  - No postprocessing
0.38/0.36	c  - Conflict is considered as is when resolving
0.38/0.36	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.38/0.36	c  - Weaken first using unassigned literals
0.38/0.36	c  - Bump strategy: ALWAYS_ONE
0.38/0.36	c  - Bumper: ASSIGNED
0.38/0.36	c --- Begin Solver configuration ---
0.38/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.38/0.36	c Learn all clauses as in MiniSAT
0.38/0.36	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.36	c No reason simplification
0.38/0.36	c Armin Biere (Picosat) restarts strategy
0.38/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.38/0.36	c timeout=2147483s
0.38/0.36	c DB Simplification allowed=false
0.38/0.36	c Listener: none
0.38/0.36	c --- End Solver configuration ---
0.38/0.36	c solving HOME/instance-4449215-1721372801.opb
0.38/0.36	c reading problem ... 
0.38/0.39	c  no objective function found
116.58/108.66	c ... done. Wall clock time 108.292s.
116.58/108.66	c declared #vars     2766336
116.58/108.66	c #constraints  11830
116.58/108.66	c constraints type 
116.58/108.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5402
116.58/108.66	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1026
116.58/108.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5402
116.58/108.66	c 11830 constraints processed.
3600.03/3596.32	c starts		: 1
3600.03/3596.36	c conflicts		: 3
3600.03/3596.36	c decisions		: 2744704
3600.03/3596.36	c propagations		: 2755584
3600.03/3596.36	c inspects		: 2751919
3600.03/3596.36	c shortcuts		: 0
3600.03/3596.36	c learnt literals	: 0
3600.03/3596.36	c learnt binary clauses	: 0
3600.03/3596.36	c learnt ternary clauses	: 0
3600.03/3596.36	c learnt constraints	: 2
3600.03/3596.36	c ignored constraints	: 0
3600.03/3596.36	c root simplifications	: 0
3600.03/3596.36	c removed literals (reason simplification)	: 0
3600.03/3596.36	c reason swapping (by a shorter reason)	: 0
3600.03/3596.36	c Calls to reduceDB	: 0
3600.03/3596.36	c Number of update (reduction) of LBD	: 0
3600.03/3596.36	c Imported unit clauses	: 0
3600.03/3596.36	c No decision after first conflict	: false
3600.03/3596.36	c number of reductions to clauses (during analyze)	: 0
3600.03/3596.36	c number of learned constraints concerned by reduction	: 0
3600.03/3596.36	c number of learning phase by resolution	: 0
3600.03/3596.36	c number of learning phase by cutting planes	: 0
3600.03/3596.36	c number of rounding to 1 operations	: 20
3600.03/3596.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3596.36	c number of reductions of the coefficients by power 2 	: 0
3600.03/3596.36	c number of right shift for reduction by power 2 	: 0
3600.03/3596.36	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3596.36	c number of ending skipping 	: 0
3600.03/3596.36	c number of internal skipping 	: 0
3600.03/3596.36	c number of derivation steps 	: 1250
3600.03/3596.38	c number of skipped derivation steps 	: 0
3600.03/3596.38	c number of remaining unassigned 	: 19
3600.03/3596.38	c number of remaining assigned 	: 367425
3600.03/3596.38	c number of falsified literals weakened from reason	: 0
3600.03/3596.38	c number of falsified literals weakened from conflict	: 0
3600.03/3596.38	c time for arithmetic operations	: 314345889
3600.03/3596.38	c minimum degree of deleted constraints	: null
3600.03/3596.38	c maximum degree of deleted constraints	: null
3600.03/3596.38	c number of deleted constraints	: 0
3600.03/3596.40	c speed (assignments/second)	: 790.1082778057021
3600.03/3596.40	c non guided choices	: 2744702
3600.03/3596.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2
3600.03/3596.40	s UNKNOWN
3600.03/3596.40	c Total wall clock time (in seconds): 3596.043

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449215-1721372801/watcher-4449215-1721372801 -o /tmp/evaluation-result-4449215-1721372801/solver-4449215-1721372801 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997485 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449215-1721372801.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1002405, runsolver pid=1002402

[startup+0.100817 s]*
/proc/loadavg: 4.72 4.32 4.22 5/315 1002423
/proc/meminfo: memFree=104937036/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=18975048 memory=56176 CPUtime=0.12 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 6601 0 0 0 10 2 0 0 20 0 18 0 189438962 19430449152 14044 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4743762 14044 5559 1 0 550925 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 5496 0 0 0 7 1 0 0 20 0 18 0 189438963 19430449152 14044 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189438965 19430449152 14044 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189438966 19430449152 14044 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56176 KiB

[startup+0.221798 s]*
/proc/loadavg: 4.72 4.32 4.22 6/315 1002423
/proc/meminfo: memFree=104928176/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=18975048 memory=64872 CPUtime=0.25 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 7273 0 0 0 23 2 0 0 20 0 18 0 189438962 19430449152 16218 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4743762 16218 5564 1 0 551437 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=18975048 memory=6007641856751698051 CPUtime=0.19 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 5766 0 0 0 17 2 0 0 20 0 18 0 189438963 19430449152 16218 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=18975048 memory=19020 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189438965 19430449152 16218 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189438966 19430449152 16218 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64872 KiB

[startup+0.320728 s]*
/proc/loadavg: 4.72 4.32 4.22 7/315 1002423
/proc/meminfo: memFree=104927000/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=18975048 memory=66896 CPUtime=0.38 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 7570 0 0 0 35 3 0 0 20 0 18 0 189438962 19430449152 16724 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4743762 16724 5771 1 0 551652 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=18975048 memory=-7669169997995010915 CPUtime=0.27 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 1077936192 5927 0 0 0 25 2 0 0 20 0 18 0 189438963 19430449152 16724 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189438965 19430449152 16724 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189438966 19430449152 16724 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66896 KiB

[startup+0.700792 s]
/proc/loadavg: 4.72 4.32 4.22 6/315 1002423
/proc/meminfo: memFree=104789564/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=18975048 memory=377316 CPUtime=0.99 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 11721 0 0 0 88 11 0 0 20 0 18 0 189438962 19430449152 94329 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4743762 94329 5857 1 0 554426 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=18975048 memory=5468 CPUtime=0.61 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 6177 0 0 0 52 9 0 0 20 0 18 0 189438963 19430449152 94329 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=18975048 memory=12020 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189438965 19430449152 94329 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189438966 19430449152 94395 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 377316 KiB

[startup+1.5008 s]
/proc/loadavg: 4.72 4.32 4.22 8/316 1002424
/proc/meminfo: memFree=104348348/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19041612 memory=665168 CPUtime=2.55 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 13271 0 0 0 237 18 0 0 20 0 19 0 189438962 19498610688 166292 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4760403 166292 5873 1 0 555610 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19041612 memory=12020 CPUtime=1.27 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 6378 0 0 0 113 14 0 0 20 0 19 0 189438963 19498610688 166292 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189438965 19498610688 166292 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189438966 19498610688 166292 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 665168 KiB

[startup+3.10579 s]
/proc/loadavg: 4.72 4.32 4.22 5/316 1002424
/proc/meminfo: memFree=103573156/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19041612 memory=1418032 CPUtime=4.33 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 14511 0 0 0 399 34 0 0 20 0 19 0 189438962 19498610688 354508 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4760403 354508 5889 1 0 1084100 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19041612 memory=0 CPUtime=2.63 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 6763 0 0 0 236 27 0 0 20 0 19 0 189438963 19498610688 354508 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19041612 memory=12020 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189438965 19498610688 354508 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19041612 memory=685888 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189438966 19498610688 354508 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 4.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1418032 KiB

[startup+6.3004 s]
/proc/loadavg: 4.74 4.33 4.23 5/316 1002426
/proc/meminfo: memFree=102545480/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19041612 memory=2515188 CPUtime=8.04 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 15791 0 0 0 747 57 0 0 20 0 19 0 189438962 19498610688 628797 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4760403 628797 5889 1 0 1694099 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19041612 memory=0 CPUtime=5.27 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 7309 0 0 0 485 42 0 0 20 0 19 0 189438963 19498610688 628797 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19041612 memory=665168 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189438965 19498610688 628797 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189438966 19498610688 628797 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2515188 KiB

[startup+12.7004 s]
/proc/loadavg: 4.76 4.35 4.23 6/316 1002426
/proc/meminfo: memFree=100223464/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19041612 memory=4810212 CPUtime=15.57 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 19436 0 0 0 1453 104 0 0 20 0 19 0 189438962 19498610688 1202553 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4760403 1202553 5889 1 0 2555152 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19041612 memory=4254784 CPUtime=10.86 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 9086 0 0 0 1007 79 0 0 20 0 19 0 189438963 19498610688 1202553 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19041612 memory=3810612 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189438965 19498610688 1202553 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19041612 memory=15817819929447570 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189438966 19498610688 1202553 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4810212 KiB

[startup+25.5005 s]
/proc/loadavg: 5.03 4.43 4.26 5/316 1002427
/proc/meminfo: memFree=98991884/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19041612 memory=5950624 CPUtime=29.85 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 21297 0 0 0 2856 129 0 0 20 0 19 0 189438962 19498610688 1487656 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4760403 1487656 5889 1 0 2653380 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19041612 memory=5942432 CPUtime=22.85 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 10514 0 0 0 2186 99 0 0 20 0 19 0 189438963 19498610688 1487656 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189438965 19498610688 1487656 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 189438966 19498610688 1487656 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 29.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5950624 KiB

[startup+51.1168 s]
/proc/loadavg: 4.84 4.42 4.27 5/316 1002432
/proc/meminfo: memFree=98820056/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19041612 memory=5962388 CPUtime=56.83 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 34275 0 0 0 5547 136 0 0 20 0 19 0 189438962 19498610688 1490597 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4760403 1490597 5904 1 0 2656966 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19041612 memory=0 CPUtime=46.85 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) S 1002402 1002405 997472 0 -1 1077936192 12641 0 0 0 4584 101 0 0 20 0 19 0 189438963 19498610688 1490597 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19041612 memory=4810396 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189438965 19498610688 1490597 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19041612 memory=1424176 CPUtime=0 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 189438966 19498610688 1490597 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 56.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5962388 KiB

[startup+102.3 s]
/proc/loadavg: 4.46 4.39 4.26 6/316 1002440
/proc/meminfo: memFree=98385880/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19041612 memory=6090256 CPUtime=110.13 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 44718 0 0 0 10865 148 0 0 20 0 19 0 189438962 19498610688 1522564 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4760403 1522564 5904 1 0 2715590 0

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

[startup+3282.3 s]
/proc/loadavg: 2.12 2.17 2.53 3/267 1004329
/proc/meminfo: memFree=110303872/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=3285.96 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 101163 0 0 0 328173 423 0 0 20 0 20 0 189438962 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4777044 1746555 5904 1 0 2884160 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=3261.01 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 28355 0 0 0 325976 125 0 0 20 0 20 0 189438963 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189438965 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19108176 memory=12020 CPUtime=0.01 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 7244 0 0 0 0 1 0 0 20 0 20 0 189438966 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002443] ppid=1002402 vsize=19108176 memory=20072 CPUtime=0 cores=5,7
/proc/1002405/task/1002443/stat : 1002443 (Timer-0) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189449839 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 3285.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6986220 KiB

[startup+3342.3 s]
/proc/loadavg: 2.15 2.17 2.50 3/267 1004340
/proc/meminfo: memFree=110303712/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=3345.76 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 101335 0 0 0 334147 429 0 0 20 0 20 0 189438962 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4777044 1746555 5904 1 0 2884160 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=3320.72 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 28362 0 0 0 331947 125 0 0 20 0 20 0 189438963 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189438965 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=0.01 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 7399 0 0 0 0 1 0 0 20 0 20 0 189438966 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002443] ppid=1002402 vsize=19108176 memory=12020 CPUtime=0 cores=5,7
/proc/1002405/task/1002443/stat : 1002443 (Timer-0) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189449839 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 3345.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6986220 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.15 2.47 3/267 1004350
/proc/meminfo: memFree=110303432/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=3405.55 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 101590 0 0 0 340121 434 0 0 20 0 20 0 189438962 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4777044 1746555 5904 1 0 2884160 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=3380.42 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 28417 0 0 0 337917 125 0 0 20 0 20 0 189438963 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19108176 memory=45044 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189438965 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=0.01 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 7488 0 0 0 0 1 0 0 20 0 20 0 189438966 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002443] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=0 cores=5,7
/proc/1002405/task/1002443/stat : 1002443 (Timer-0) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189449839 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 3405.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6986220 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.14 2.44 3/266 1004361
/proc/meminfo: memFree=110300992/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=3465.33 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 101811 0 0 0 346094 439 0 0 20 0 20 0 189438962 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4777044 1746555 5904 1 0 2884160 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=3440.11 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 28523 0 0 0 343886 125 0 0 20 0 20 0 189438963 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19108176 memory=45044 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189438965 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19108176 memory=6986220 CPUtime=0.01 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 7548 0 0 0 0 1 0 0 20 0 20 0 189438966 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002443] ppid=1002402 vsize=19108176 memory=-7669169997995010915 CPUtime=0 cores=5,7
/proc/1002405/task/1002443/stat : 1002443 (Timer-0) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189449839 19566772224 1746555 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 3465.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6986220 KiB

[startup+3522.3 s]
/proc/loadavg: 2.19 2.17 2.44 3/265 1004371
/proc/meminfo: memFree=110266012/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=3526.26 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 109669 0 0 0 352181 445 0 0 20 0 20 0 189438962 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4777044 1755203 5904 1 0 2884561 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19108176 memory=45044 CPUtime=3499.76 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 29769 0 0 0 349850 126 0 0 20 0 20 0 189438963 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19108176 memory=12020 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189438965 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19108176 memory=7600 CPUtime=0.01 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 7663 0 0 0 0 1 0 0 20 0 20 0 189438966 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002443] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=0 cores=5,7
/proc/1002405/task/1002443/stat : 1002443 (Timer-0) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189449839 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 3526.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7020812 KiB

[startup+3582.3 s]
/proc/loadavg: 2.11 2.15 2.41 3/265 1004382
/proc/meminfo: memFree=110265684/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=3586.07 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 109675 0 0 0 358157 450 0 0 20 0 20 0 189438962 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4777044 1755203 5904 1 0 2884561 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=3559.48 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 29770 0 0 0 355822 126 0 0 20 0 20 0 189438963 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19108176 memory=45044 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189438965 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=0.01 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 7663 0 0 0 0 1 0 0 20 0 20 0 189438966 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002443] ppid=1002402 vsize=19108176 memory=11516 CPUtime=0 cores=5,7
/proc/1002405/task/1002443/stat : 1002443 (Timer-0) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189449839 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 3586.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7020812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.3 s]
/proc/loadavg: 2.16 2.16 2.41 3/265 1004385
/proc/meminfo: memFree=110265600/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=3600.03 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 109676 0 0 0 359551 452 0 0 20 0 20 0 189438962 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4777044 1755203 5904 1 0 2884561 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=3573.41 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 29770 0 0 0 357215 126 0 0 20 0 20 0 189438963 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189438965 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=0.01 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 7664 0 0 0 0 1 0 0 20 0 20 0 189438966 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002443] ppid=1002402 vsize=19108176 memory=7020812 CPUtime=0 cores=5,7
/proc/1002405/task/1002443/stat : 1002443 (Timer-0) S 1002402 1002405 997472 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189449839 19566772224 1755203 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7020812 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.71 s, system=4.55594 s

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

[startup+3596.41 s]
/proc/loadavg: 2.16 2.16 2.41 3/265 1004385
/proc/meminfo: memFree=110265600/131655788 swapFree=131071996/131071996
[pid=1002405] ppid=1002402 vsize=19307868 memory=7021572 CPUtime=3600.23 cores=5,7
/proc/1002405/stat : 1002405 (java) S 1002402 1002405 997472 0 -1 1077936128 112041 0 0 0 359570 453 0 0 20 0 20 0 189438962 19771256832 1755393 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
/proc/1002405/statm: 4826967 1755393 5901 1 0 2885464 0
[pid=1002405/tid=1002407] ppid=1002402 vsize=19307868 memory=2268 CPUtime=3573.51 cores=5,7
/proc/1002405/task/1002407/stat : 1002407 (java) R 1002402 1002405 997472 0 -1 4194368 29770 0 0 0 357225 126 0 0 20 0 20 0 189438963 19771256832 1755393 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002416] ppid=1002402 vsize=19307868 memory=1824 CPUtime=0 cores=5,7
/proc/1002405/task/1002416/stat : 1002416 (Finalizer) S 1002402 1002405 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189438965 19771256832 1755393 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
[pid=1002405/tid=1002423] ppid=1002402 vsize=19307868 memory=-7669169997995010915 CPUtime=0.01 cores=5,7
/proc/1002405/task/1002423/stat : 1002423 (Common-Cleaner) S 1002402 1002405 997472 0 -1 1077936192 7664 0 0 0 0 1 0 0 20 0 20 0 189438966 19771256832 1755393 134679101440 94298092544000 94298092547696 140725770473744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94298092555512 94298092556304 94298123677696 140725770478575 140725770478688 140725770478688 140725770485704 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 7021572 KiB

Child status: 143

Real time (s): 3596.43
CPU time (s): 3600.26
CPU user time (s): 3595.71
CPU system time (s): 4.55594
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 7021572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.71
system time used= 4.55594
maximum resident set size= 7022540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112099
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126856
involuntary context switches= 2131


# summary of solver processes directly reported to runsolver:
#   pid: 1002405
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.71
#   total CPU system time (s): 4.55594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1754 second user time and 38.2304 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 09:06:55
IDJOB=4449215
IDBENCH=160490
IDSOLVER=3046
FILE ID=nodeC006/4449215-1721372801
RUNJOBID= nodeC006-1721365670-997485
SLURM_JOB_ID= 7542802
Free space on /tmp= 723572 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449215-1721372801/watcher-4449215-1721372801 -o /tmp/evaluation-result-4449215-1721372801/solver-4449215-1721372801 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997485 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449215-1721372801.opb

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

MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=156864076

nodeC006.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		: 3491.972
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.94
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		: 1197.486
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.26
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.301
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.94
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		: 3662.084
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.26
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		: 3657.160
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.94
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		: 3492.594
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.26
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.447
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.94
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		: 1197.381
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        104972768 kB
MemAvailable:   110149284 kB
Buffers:          536088 kB
Cached:          5425780 kB
SwapCached:            0 kB
Active:          1091348 kB
Inactive:       24861052 kB
Active(anon):       1468 kB
Inactive(anon): 20034976 kB
Active(file):    1089880 kB
Inactive(file):  4826076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            153812 kB
Writeback:             0 kB
AnonPages:      19990324 kB
Mapped:           126140 kB
Shmem:             45896 kB
KReclaimable:     201184 kB
Slab:             316792 kB
SReclaimable:     201184 kB
SUnreclaim:       115608 kB
KernelStack:        4816 kB
PageTables:        49308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   29431904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60000 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19660800 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:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723528 MiB
End job on nodeC006 at 2024-07-19 10:06:51