Trace number 4427648

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.1 3599.55

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMf42bed8b206e9691e6e5fc670f14b50f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-214739
Best CPU time to get the best result obtained on this benchmark66957.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 594102826
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 594102826
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427648-1720998237/watcher-4427648-1720998237 -o /tmp/evaluation-result-4427648-1720998237/solver-4427648-1720998237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720994549-776293 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427648-1720998237.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=779489, runsolver pid=779486

[startup+0.100265 s]*
/proc/loadavg: 4.32 4.34 4.21 6/332 779507
/proc/meminfo: memFree=116234424/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=18975048 memory=64584 CPUtime=0.13 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 7093 0 0 0 11 2 0 0 20 0 18 0 151991999 19430449152 16146 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4743762 16146 5617 1 0 549316 0
[pid=779489/tid=779491] ppid=779486 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 1077936192 5679 0 0 0 7 1 0 0 20 0 18 0 151992000 19430449152 16146 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151992002 19430449152 16146 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151992003 19430449152 16146 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64584 KiB

[startup+0.206876 s]*
/proc/loadavg: 4.32 4.34 4.21 7/332 779507
/proc/meminfo: memFree=116210864/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=18975048 memory=88880 CPUtime=0.33 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 8119 0 0 0 31 2 0 0 20 0 18 0 151991999 19430449152 22220 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4743762 22220 5799 1 0 550010 0
[pid=779489/tid=779491] ppid=779486 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 5942 0 0 0 16 2 0 0 20 0 18 0 151992000 19430449152 22220 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=18975048 memory=15945 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151992002 19430449152 22220 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151992003 19430449152 22220 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88880 KiB

[startup+0.309047 s]*
/proc/loadavg: 4.32 4.34 4.21 6/332 779507
/proc/meminfo: memFree=116173560/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=18975048 memory=126308 CPUtime=0.52 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 9765 0 0 0 49 3 0 0 20 0 18 0 151991999 19430449152 31577 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4743762 31577 5799 1 0 551101 0
[pid=779489/tid=779491] ppid=779486 vsize=18975048 memory=-8743006828731212476 CPUtime=0.27 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 5959 0 0 0 25 2 0 0 20 0 18 0 151992000 19430449152 31577 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151992002 19430449152 31577 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151992003 19430449152 31577 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 126308 KiB

[startup+0.700874 s]
/proc/loadavg: 4.32 4.34 4.21 6/333 779508
/proc/meminfo: memFree=116107664/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19041612 memory=470792 CPUtime=1.12 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 11129 0 0 0 102 10 0 0 20 0 19 0 151991999 19498610688 117698 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4760403 117698 5799 1 0 1082198 0
[pid=779489/tid=779491] ppid=779486 vsize=19041612 memory=5428 CPUtime=0.59 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 6130 0 0 0 52 7 0 0 20 0 19 0 151992000 19498610688 117698 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19041612 memory=13120 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151992002 19498610688 117698 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151992003 19498610688 117698 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 470792 KiB

[startup+1.50088 s]
/proc/loadavg: 4.32 4.34 4.21 5/333 779508
/proc/meminfo: memFree=114964136/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19041612 memory=1810596 CPUtime=2 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 11874 0 0 0 165 35 0 0 20 0 19 0 151991999 19498610688 452649 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4760403 452649 5831 1 0 1082210 0
[pid=779489/tid=779491] ppid=779486 vsize=19041612 memory=13120 CPUtime=1.37 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 6798 0 0 0 105 32 0 0 20 0 19 0 151992000 19498610688 452649 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151992002 19498610688 452649 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151992003 19498610688 452649 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1810596 KiB

[startup+3.10689 s]
/proc/loadavg: 4.32 4.34 4.21 6/333 779508
/proc/meminfo: memFree=113181128/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19041612 memory=2614880 CPUtime=4.26 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 22725 0 0 0 374 52 0 0 20 0 19 0 151991999 19498610688 653720 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4760403 653720 5831 1 0 1087609 0
[pid=779489/tid=779491] ppid=779486 vsize=19041612 memory=0 CPUtime=2.96 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 7269 0 0 0 249 47 0 0 20 0 19 0 151992000 19498610688 653720 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19041612 memory=13120 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151992002 19498610688 653720 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19041612 memory=2261160 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151992003 19498610688 653720 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2614880 KiB

[startup+6.30029 s]
/proc/loadavg: 4.30 4.33 4.20 5/333 779508
/proc/meminfo: memFree=113123584/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19041612 memory=2619100 CPUtime=7.84 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 24117 0 0 0 732 52 0 0 20 0 19 0 151991999 19498610688 654775 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4760403 654775 5831 1 0 1087772 0
[pid=779489/tid=779491] ppid=779486 vsize=19041612 memory=0 CPUtime=6.08 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 7691 0 0 0 561 47 0 0 20 0 19 0 151992000 19498610688 654775 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19041612 memory=2207912 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151992002 19498610688 654775 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151992003 19498610688 654775 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 7.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2619100 KiB

[startup+12.7003 s]
/proc/loadavg: 4.35 4.34 4.21 5/333 779510
/proc/meminfo: memFree=113096512/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19041612 memory=2623644 CPUtime=14.26 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 26905 0 0 0 1373 53 0 0 20 0 19 0 151991999 19498610688 655911 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4760403 655911 5831 1 0 1087772 0
[pid=779489/tid=779491] ppid=779486 vsize=19041612 memory=2623196 CPUtime=12.36 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 8928 0 0 0 1189 47 0 0 20 0 19 0 151992000 19498610688 655911 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19041612 memory=2621148 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151992002 19498610688 655911 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19041612 memory=16098156723045656 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151992003 19498610688 655911 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 14.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2623644 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.33 4.20 5/333 779511
/proc/meminfo: memFree=112987300/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19041612 memory=2629828 CPUtime=27.08 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 28026 0 0 0 2654 54 0 0 20 0 19 0 151991999 19498610688 657457 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4760403 657457 5831 1 0 1087772 0
[pid=779489/tid=779491] ppid=779486 vsize=19041612 memory=2627780 CPUtime=24.95 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 9961 0 0 0 2448 47 0 0 20 0 19 0 151992000 19498610688 657457 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151992002 19498610688 657457 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151992003 19498610688 657457 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 27.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2629828 KiB

[startup+51.1063 s]
/proc/loadavg: 4.37 4.35 4.21 5/333 779516
/proc/meminfo: memFree=109339380/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19041612 memory=6029848 CPUtime=53.67 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 38159 0 0 0 5241 126 0 0 20 0 19 0 151991999 19498610688 1507462 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4760403 1507462 5846 1 0 1915028 0
[pid=779489/tid=779491] ppid=779486 vsize=19041612 memory=0 CPUtime=49.26 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 14387 0 0 0 4814 112 0 0 20 0 19 0 151992000 19498610688 1507462 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19041612 memory=2623644 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151992002 19498610688 1507462 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19041612 memory=2615672 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151992003 19498610688 1507462 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 53.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6029848 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.32 4.21 5/331 779524
/proc/meminfo: memFree=108452072/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19041612 memory=6040572 CPUtime=105 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 44373 0 0 0 10368 132 0 0 20 0 19 0 151991999 19498610688 1510143 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4760403 1510143 5846 1 0 1915028 0

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

/proc/meminfo: memFree=104809600/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3283.63 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 161624 0 0 0 328032 331 0 0 20 0 20 0 151991999 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4777044 1519239 5899 1 0 1915609 0
[pid=779489/tid=779491] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3269.61 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 39865 0 0 0 326844 117 0 0 20 0 20 0 151992000 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151992002 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19108176 memory=38496 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 8054 0 0 0 0 0 0 0 20 0 20 0 151992003 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779552] ppid=779486 vsize=19108176 memory=21604 CPUtime=0 cores=1,3
/proc/779489/task/779552/stat : 779552 (Timer-0) S 779486 779489 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152016755 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 3283.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6076956 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.15 4.16 5/336 781304
/proc/meminfo: memFree=104808572/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3343.52 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 162025 0 0 0 334018 334 0 0 20 0 20 0 151991999 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4777044 1519239 5899 1 0 1915609 0
[pid=779489/tid=779491] ppid=779486 vsize=19108176 memory=38496 CPUtime=3329.44 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 39952 0 0 0 332827 117 0 0 20 0 20 0 151992000 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19108176 memory=257 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151992002 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 8208 0 0 0 0 0 0 0 20 0 20 0 151992003 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779552] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779552/stat : 779552 (Timer-0) S 779486 779489 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152016755 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 3343.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6076956 KiB

[startup+3402.3 s]
/proc/loadavg: 3.63 4.01 4.11 4/312 781352
/proc/meminfo: memFree=109886560/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3403.41 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 162575 0 0 0 340004 337 0 0 20 0 20 0 151991999 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4777044 1519239 5899 1 0 1915609 0
[pid=779489/tid=779491] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3389.27 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 40040 0 0 0 338810 117 0 0 20 0 20 0 151992000 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151992002 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 8362 0 0 0 0 0 0 0 20 0 20 0 151992003 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779552] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779552/stat : 779552 (Timer-0) S 779486 779489 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152016755 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 3403.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6076956 KiB

[startup+3462.3 s]
/proc/loadavg: 2.92 3.77 4.02 2/256 781443
/proc/meminfo: memFree=122288852/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3463.26 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 162961 0 0 0 345986 340 0 0 20 0 20 0 151991999 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4777044 1519239 5899 1 0 1915609 0
[pid=779489/tid=779491] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3449.06 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 40111 0 0 0 344789 117 0 0 20 0 20 0 151992000 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151992002 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 8516 0 0 0 0 0 0 0 20 0 20 0 151992003 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779552] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779552/stat : 779552 (Timer-0) S 779486 779489 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152016755 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 3463.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6076956 KiB

[startup+3522.3 s]
/proc/loadavg: 1.76 3.28 3.84 2/256 781455
/proc/meminfo: memFree=122288132/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3523.06 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 163366 0 0 0 351963 343 0 0 20 0 20 0 151991999 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4777044 1519239 5899 1 0 1915609 0
[pid=779489/tid=779491] ppid=779486 vsize=19108176 memory=11376 CPUtime=3508.8 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 40202 0 0 0 350763 117 0 0 20 0 20 0 151992000 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151992002 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 8670 0 0 0 0 0 0 0 20 0 20 0 151992003 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779552] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779552/stat : 779552 (Timer-0) S 779486 779489 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152016755 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 3523.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6076956 KiB

[startup+3582.3 s]
/proc/loadavg: 1.32 2.87 3.66 2/255 781465
/proc/meminfo: memFree=122287460/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3582.86 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 163894 0 0 0 357940 346 0 0 20 0 20 0 151991999 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4777044 1519239 5899 1 0 1915609 0
[pid=779489/tid=779491] ppid=779486 vsize=19108176 memory=11376 CPUtime=3568.54 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 40292 0 0 0 356737 117 0 0 20 0 20 0 151992000 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151992002 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19108176 memory=-8743006828731212476 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 8824 0 0 0 0 0 0 0 20 0 20 0 151992003 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779552] ppid=779486 vsize=19108176 memory=38496 CPUtime=0 cores=1,3
/proc/779489/task/779552/stat : 779552 (Timer-0) S 779486 779489 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152016755 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 3582.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6076956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.5 s]
/proc/loadavg: 1.31 2.80 3.62 2/255 781469
/proc/meminfo: memFree=122286768/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3600.01 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 163955 0 0 0 359653 348 0 0 20 0 20 0 151991999 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4777044 1519239 5899 1 0 1915609 0
[pid=779489/tid=779491] ppid=779486 vsize=19108176 memory=11376 CPUtime=3585.67 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 40328 0 0 0 358450 117 0 0 20 0 20 0 151992000 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151992002 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 8824 0 0 0 0 0 0 0 20 0 20 0 151992003 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779552] ppid=779486 vsize=19108176 memory=1848 CPUtime=0 cores=1,3
/proc/779489/task/779552/stat : 779552 (Timer-0) S 779486 779489 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152016755 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6076956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.6 s, system=3.50223 s

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

[startup+3599.5 s]
/proc/loadavg: 1.31 2.80 3.62 2/255 781469
/proc/meminfo: memFree=122286768/131524600 swapFree=131071996/131071996
[pid=779489] ppid=779486 vsize=19108176 memory=6076956 CPUtime=3600.01 cores=1,3
/proc/779489/stat : 779489 (java) S 779486 779489 776280 0 -1 1077936128 163955 0 0 0 359653 348 0 0 20 0 20 0 151991999 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
/proc/779489/statm: 4777044 1519239 5899 1 0 1915609 0
[pid=779489/tid=779491] ppid=779486 vsize=19108176 memory=11376 CPUtime=3585.67 cores=1,3
/proc/779489/task/779491/stat : 779491 (java) R 779486 779489 776280 0 -1 4194368 40328 0 0 0 358450 117 0 0 20 0 20 0 151992000 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779500] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779500/stat : 779500 (Finalizer) S 779486 779489 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151992002 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779507] ppid=779486 vsize=19108176 memory=6076956 CPUtime=0 cores=1,3
/proc/779489/task/779507/stat : 779507 (Common-Cleaner) S 779486 779489 776280 0 -1 1077936192 8824 0 0 0 0 0 0 0 20 0 20 0 151992003 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
[pid=779489/tid=779552] ppid=779486 vsize=19108176 memory=1848 CPUtime=0 cores=1,3
/proc/779489/task/779552/stat : 779552 (Timer-0) S 779486 779489 776280 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152016755 19566772224 1519239 134679101440 94287654526976 94287654530672 140723468291888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94287654538488 94287654539280 94287682015232 140723468293104 140723468293217 140723468293217 140723468300232 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6076956 KiB

Child status: 143

Real time (s): 3599.55
CPU time (s): 3600.1
CPU user time (s): 3596.6
CPU system time (s): 3.50223
CPU usage (%): 100.015
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6076956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.6
system time used= 3.50223
maximum resident set size= 6078440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165332
involuntary context switches= 1933


# summary of solver processes directly reported to runsolver:
#   pid: 779489
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3596.6
#   total CPU system time (s): 3.50223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.26595 second user time and 19.047 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-15 01:04:10
IDJOB=4427648
IDBENCH=157943
IDSOLVER=3046
FILE ID=nodeC031/4427648-1720998237
RUNJOBID= nodeC031-1720994549-776293
SLURM_JOB_ID= 7505325
Free space on /tmp= 890020 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427648-1720998237/watcher-4427648-1720998237 -o /tmp/evaluation-result-4427648-1720998237/solver-4427648-1720998237 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720994549-776293 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427648-1720998237.opb

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

MD5SUM BENCH= f42bed8b206e9691e6e5fc670f14b50f
RANDOM SEED=1942820439

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116277884 kB
MemAvailable:   117632988 kB
Buffers:          334336 kB
Cached:          1848712 kB
SwapCached:            0 kB
Active:           557008 kB
Inactive:       14057384 kB
Active(anon):       1536 kB
Inactive(anon): 12467524 kB
Active(file):     555472 kB
Inactive(file):  1589860 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32040 kB
Writeback:             0 kB
AnonPages:      12429580 kB
Mapped:           122892 kB
Shmem:             37720 kB
KReclaimable:      98840 kB
Slab:             203512 kB
SReclaimable:      98840 kB
SUnreclaim:       104672 kB
KernelStack:        5040 kB
PageTables:        34588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17177136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59456 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12103680 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:      162516 kB
DirectMap2M:    12193792 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC031 at 2024-07-15 02:04:10