Trace number 4449275

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.43 3590.22

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm50p-dec.opb.negationfix.opb
MD5SUM2105f8bb71cd7b58626f31eda9524247
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 benchmark3.57697
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1419264
Total number of constraints6568
Number of constraints which are clauses2771
Number of constraints which are cardinality constraints (but not clauses)2771
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint2772
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 999710
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 3467130
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449275-1721373508/watcher-4449275-1721373508 -o /tmp/evaluation-result-4449275-1721373508/solver-4449275-1721373508 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721373520-1001494 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449275-1721373508.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
solver pid=1001609, runsolver pid=1001606
Current StackSize limit: 8192 KiB


[startup+0.100327 s]*
/proc/loadavg: 4.09 4.14 4.16 10/312 1001627
/proc/meminfo: memFree=128578268/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=18975048 memory=57728 CPUtime=0.13 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 6473 0 0 0 11 2 0 0 20 0 18 0 189508025 19430449152 14432 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4743762 14432 5609 1 0 550923 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 5429 0 0 0 6 2 0 0 20 0 18 0 189508026 19430449152 14432 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189508030 19430449152 14432 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 189508031 19430449152 14432 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57728 KiB

[startup+0.207587 s]*
/proc/loadavg: 4.09 4.14 4.16 11/313 1001628
/proc/meminfo: memFree=128376736/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=18975048 memory=65580 CPUtime=0.31 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 7262 0 0 0 28 3 0 0 20 0 18 0 189508025 19430449152 16395 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4743762 16395 5784 1 0 551609 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 5813 0 0 0 16 2 0 0 20 0 18 0 189508026 19430449152 16395 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=18975048 memory=1774770 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189508030 19430449152 16395 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 189508031 19430449152 16395 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65580 KiB

[startup+0.306577 s]*
/proc/loadavg: 4.09 4.14 4.16 14/313 1001628
/proc/meminfo: memFree=128181848/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=18975048 memory=128036 CPUtime=0.5 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 7532 0 0 0 45 5 0 0 20 0 18 0 189508025 19430449152 32009 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4743762 32009 5789 1 0 551741 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=18975048 memory=-7741227592032676705 CPUtime=0.27 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 6017 0 0 0 23 4 0 0 20 0 18 0 189508026 19430449152 32009 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189508030 19430449152 32009 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 189508031 19430449152 32009 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128036 KiB

[startup+0.700253 s]
/proc/loadavg: 4.09 4.14 4.16 10/314 1001629
/proc/meminfo: memFree=127732824/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19041612 memory=568380 CPUtime=1.23 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 9725 0 0 0 109 14 0 0 20 0 19 0 189508025 19498610688 142095 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4760403 142095 5859 1 0 553179 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19041612 memory=5540 CPUtime=0.63 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) S 1001606 1001609 1001483 0 -1 1077936192 6456 0 0 0 51 12 0 0 20 0 19 0 189508026 19498610688 142095 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19041612 memory=12508 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189508030 19498610688 142095 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 189508031 19498610688 142095 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 568380 KiB

[startup+1.50058 s]
/proc/loadavg: 4.09 4.14 4.16 9/315 1001630
/proc/meminfo: memFree=127259100/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19041612 memory=644496 CPUtime=2.75 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 16256 0 0 0 258 17 0 0 20 0 19 0 189508025 19498610688 161124 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4760403 161124 5890 1 0 556790 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19041612 memory=12508 CPUtime=1.24 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 6552 0 0 0 111 13 0 0 20 0 19 0 189508026 19498610688 161124 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189508030 19498610688 161124 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 189508031 19498610688 161124 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 644496 KiB

[startup+3.1058 s]
/proc/loadavg: 4.09 4.14 4.16 6/315 1001630
/proc/meminfo: memFree=124082924/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19041612 memory=1429892 CPUtime=5.42 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 19496 0 0 0 508 34 0 0 20 0 19 0 189508025 19498610688 357473 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4760403 357473 5890 1 0 1086899 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19041612 memory=0 CPUtime=2.59 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 7036 0 0 0 233 26 0 0 20 0 19 0 189508026 19498610688 357473 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19041612 memory=12508 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189508030 19498610688 357473 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19041612 memory=724840 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 189508031 19498610688 357473 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1429892 KiB

[startup+6.30045 s]
/proc/loadavg: 4.08 4.14 4.15 6/315 1001630
/proc/meminfo: memFree=120070492/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19041612 memory=2595956 CPUtime=9.13 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 21421 0 0 0 854 59 0 0 20 0 19 0 189508025 19498610688 648989 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4760403 648989 5890 1 0 1686489 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19041612 memory=0 CPUtime=5.4 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 7742 0 0 0 495 45 0 0 20 0 19 0 189508026 19498610688 648989 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19041612 memory=647660 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189508030 19498610688 648989 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19041612 memory=224194199869 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 189508031 19498610688 648989 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 9.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2595956 KiB

[startup+12.7005 s]
/proc/loadavg: 4.24 4.17 4.16 8/316 1001633
/proc/meminfo: memFree=114812972/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19041612 memory=4443324 CPUtime=16.63 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 24439 0 0 0 1564 99 0 0 20 0 19 0 189508025 19498610688 1110831 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4760403 1110831 5890 1 0 2440846 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19041612 memory=4437180 CPUtime=11.1 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 9145 0 0 0 1031 79 0 0 20 0 19 0 189508026 19498610688 1110831 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19041612 memory=4227932 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189508030 19498610688 1110831 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19041612 memory=14408241727671311 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 189508031 19498610688 1110831 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 16.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4443324 KiB

[startup+25.5005 s]
/proc/loadavg: 4.33 4.19 4.17 5/316 1001634
/proc/meminfo: memFree=110318296/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19041612 memory=4660368 CPUtime=31.39 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 30201 0 0 0 3031 108 0 0 20 0 19 0 189508025 19498610688 1165092 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4760403 1165092 5905 1 0 2509144 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19041612 memory=4646804 CPUtime=22.78 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 9766 0 0 0 2195 83 0 0 20 0 19 0 189508026 19498610688 1165092 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189508030 19498610688 1165092 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 189508031 19498610688 1165092 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 31.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4660368 KiB

[startup+51.1135 s]
/proc/loadavg: 4.35 4.21 4.18 5/317 1001640
/proc/meminfo: memFree=109683220/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19108176 memory=5021624 CPUtime=59.01 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 39676 0 0 0 5779 122 0 0 20 0 20 0 189508025 19566772224 1255406 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4777044 1255406 5905 1 0 2574475 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19108176 memory=4443324 CPUtime=47.48 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 13321 0 0 0 4654 94 0 0 20 0 20 0 189508026 19566772224 1255406 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19108176 memory=1429892 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189508030 19566772224 1255406 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19108176 memory=11420 CPUtime=0 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 189508031 19566772224 1255406 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 189511515 19566772224 1255406 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 59.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5021624 KiB

[startup+102.301 s]
/proc/loadavg: 4.28 4.21 4.18 5/318 1001649
/proc/meminfo: memFree=107912928/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19108176 memory=5022080 CPUtime=110.14 cores=4,6

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

/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189508030 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19174740 memory=-7741227592032676705 CPUtime=0.01 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 3577 0 0 0 1 0 0 0 20 0 21 0 189508031 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 189511515 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 3233.9 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8200376 KiB

[startup+3282.3 s]
/proc/loadavg: 3.16 3.19 3.30 4/294 1003440
/proc/meminfo: memFree=105488688/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=3293.67 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 205071 0 0 0 328964 403 0 0 20 0 21 0 189508025 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4793685 2050094 5920 1 0 2575260 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19174740 memory=45996 CPUtime=3260.54 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 69835 0 0 0 325893 161 0 0 20 0 21 0 189508026 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19174740 memory=12508 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189508030 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19174740 memory=1936 CPUtime=0.01 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 3577 0 0 0 1 0 0 0 20 0 21 0 189508031 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 189511515 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 3293.67 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8200376 KiB

[startup+3342.3 s]
/proc/loadavg: 3.11 3.17 3.28 4/294 1003450
/proc/meminfo: memFree=105488420/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=3353.4 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 206862 0 0 0 334933 407 0 0 20 0 21 0 189508025 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4793685 2050094 5920 1 0 2575260 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19174740 memory=11420 CPUtime=3320.21 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 71331 0 0 0 331860 161 0 0 20 0 21 0 189508026 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189508030 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=0.01 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 3577 0 0 0 1 0 0 0 20 0 21 0 189508031 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19174740 memory=11420 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 189511515 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 3353.4 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8200376 KiB

[startup+3402.3 s]
/proc/loadavg: 3.08 3.15 3.27 4/294 1003461
/proc/meminfo: memFree=105488200/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=3413.17 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 207581 0 0 0 340907 410 0 0 20 0 21 0 189508025 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4793685 2050094 5920 1 0 2575260 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19174740 memory=16192 CPUtime=3379.94 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 71929 0 0 0 337833 161 0 0 20 0 21 0 189508026 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19174740 memory=5540 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189508030 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19174740 memory=26808 CPUtime=0.01 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 3690 0 0 0 1 0 0 0 20 0 21 0 189508031 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 189511515 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 3413.17 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8200376 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.15 3.26 4/293 1003472
/proc/meminfo: memFree=105487944/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=3472.89 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 208645 0 0 0 346876 413 0 0 20 0 21 0 189508025 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4793685 2050094 5920 1 0 2575260 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=3439.6 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 72988 0 0 0 343799 161 0 0 20 0 21 0 189508026 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189508030 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=0.01 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 3690 0 0 0 1 0 0 0 20 0 21 0 189508031 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 189511515 19634933760 2050094 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 3472.89 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8200376 KiB

[startup+3522.3 s]
/proc/loadavg: 2.46 2.95 3.18 3/266 1003515
/proc/meminfo: memFree=114684880/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19174740 memory=8302776 CPUtime=3532.61 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 209960 0 0 0 352841 420 0 0 20 0 21 0 189508025 19634933760 2075694 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4793685 2075694 5920 1 0 2575260 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=3499.26 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 73782 0 0 0 349762 164 0 0 20 0 21 0 189508026 19634933760 2075694 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19174740 memory=8200376 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189508030 19634933760 2075694 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19174740 memory=11420 CPUtime=0.01 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 3691 0 0 0 1 0 0 0 20 0 21 0 189508031 19634933760 2075694 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19174740 memory=8300728 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 189511515 19634933760 2075694 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 3532.61 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8302776 KiB

[startup+3582.3 s]
/proc/loadavg: 2.36 2.83 3.12 3/266 1003525
/proc/meminfo: memFree=114208460/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19174740 memory=8775864 CPUtime=3592.39 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 210901 0 0 0 358803 436 0 0 20 0 21 0 189508025 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4793685 2193966 5920 1 0 2575260 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19174740 memory=108 CPUtime=3558.99 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 74599 0 0 0 355723 176 0 0 20 0 21 0 189508026 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19174740 memory=1936 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189508030 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19174740 memory=45996 CPUtime=0.01 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 3805 0 0 0 1 0 0 0 20 0 21 0 189508031 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19174740 memory=5540 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 189511515 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 3592.39 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8775864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590 s]*
/proc/loadavg: 2.30 2.80 3.11 3/266 1003527
/proc/meminfo: memFree=114208408/131655788 swapFree=131070704/131071996
[pid=1001609] ppid=1001606 vsize=19174740 memory=8775864 CPUtime=3600.07 cores=4,6
/proc/1001609/stat : 1001609 (java) S 1001606 1001609 1001483 0 -1 1077936128 210901 0 0 0 359571 436 0 0 20 0 21 0 189508025 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
/proc/1001609/statm: 4793685 2193966 5920 1 0 2575260 0
[pid=1001609/tid=1001611] ppid=1001606 vsize=19174740 memory=-7741227592032676705 CPUtime=3566.67 cores=4,6
/proc/1001609/task/1001611/stat : 1001611 (java) R 1001606 1001609 1001483 0 -1 4194368 74599 0 0 0 356491 176 0 0 20 0 21 0 189508026 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001620] ppid=1001606 vsize=19174740 memory=-9187040399164865734 CPUtime=0 cores=4,6
/proc/1001609/task/1001620/stat : 1001620 (Finalizer) S 1001606 1001609 1001483 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189508030 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001627] ppid=1001606 vsize=19174740 memory=11268 CPUtime=0.01 cores=4,6
/proc/1001609/task/1001627/stat : 1001627 (Common-Cleaner) S 1001606 1001609 1001483 0 -1 1077936192 3805 0 0 0 1 0 0 0 20 0 21 0 189508031 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
[pid=1001609/tid=1001637] ppid=1001606 vsize=19174740 memory=2724 CPUtime=0 cores=4,6
/proc/1001609/task/1001637/stat : 1001637 (Timer-0) S 1001606 1001609 1001483 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 189511515 19634933760 2193966 134679101440 94824914395136 94824914398832 140734751842240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94824914406648 94824914407440 94824936013824 140734751847406 140734751847519 140734751847519 140734751854536 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 8775864 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.02 s, system=4.40655 s

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

[startup+3590.2 s]*
/proc/loadavg: 2.30 2.80 3.11 5/247 1003530
/proc/meminfo: memFree=117449900/131655788 swapFree=131070704/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3590.22
CPU time (s): 3600.43
CPU user time (s): 3596.02
CPU system time (s): 4.40655
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 8786700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.02
system time used= 4.40655
maximum resident set size= 8787840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106233
involuntary context switches= 3217


# summary of solver processes directly reported to runsolver:
#   pid: 1001609
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3596.02
#   total CPU system time (s): 4.40655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.0388 second user time and 36.0303 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-19 09:18:41
IDJOB=4449275
IDBENCH=160494
IDSOLVER=3046
FILE ID=nodeC011/4449275-1721373508
RUNJOBID= nodeC011-1721373520-1001494
SLURM_JOB_ID= 7542816
Free space on /tmp= 723584 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm50p-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-4449275-1721373508/watcher-4449275-1721373508 -o /tmp/evaluation-result-4449275-1721373508/solver-4449275-1721373508 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721373520-1001494 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449275-1721373508.opb

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

MD5SUM BENCH= 2105f8bb71cd7b58626f31eda9524247
RANDOM SEED=580215441

nodeC011.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.605
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.20
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		: 2139.986
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.31
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.120
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.20
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		: 2014.631
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.31
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		: 1197.203
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.20
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		: 1316.422
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.31
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		: 2299.710
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.20
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		: 2775.670
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128832848 kB
MemAvailable:   129515448 kB
Buffers:          543788 kB
Cached:           978528 kB
SwapCached:          132 kB
Active:          1052288 kB
Inactive:        1278160 kB
Active(anon):       1420 kB
Inactive(anon):   844112 kB
Active(file):    1050868 kB
Inactive(file):   434048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:            204576 kB
Writeback:            24 kB
AnonPages:        807784 kB
Mapped:           125532 kB
Shmem:             37400 kB
KReclaimable:      75764 kB
Slab:             158104 kB
SReclaimable:      75764 kB
SUnreclaim:        82340 kB
KernelStack:        4760 kB
PageTables:        11176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7296824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723616 MiB
End job on nodeC011 at 2024-07-19 10:18:32