Trace number 4427355

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.19 3599.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standgub.opb
MD5SUM536cfe435eeefcaf3068230629f950df
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 benchmark1398254
Best CPU time to get the best result obtained on this benchmark3600.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33244
Total number of constraints456
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.20	c version CUSTOM.v20240707
0.29/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.29/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.29/0.23	c java.vm.version	22.0.1+8-16
0.29/0.23	c java.vm.vendor	Oracle Corporation
0.29/0.23	c sun.arch.data.model	64
0.29/0.23	c java.version		22.0.1
0.29/0.23	c os.name		Linux
0.29/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.29/0.23	c os.arch		amd64
0.29/0.23	c Free memory 		2115194816
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2122317824
0.29/0.24	c Number of processors 	2
0.46/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.40	 - never skip resolution steps
0.46/0.40	 - Auto-division on coefficients is disabled
0.46/0.40	 - No postprocessing
0.46/0.40	 - Conflict is considered as is when resolving
0.46/0.40	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.46/0.40	 - Weaken first using unassigned literals
0.46/0.40	 - Bump strategy: ALWAYS_ONE
0.46/0.40	 - Bumper: ASSIGNED
0.46/0.40	--- Begin Solver configuration ---
0.46/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.46/0.40	Learn all clauses as in MiniSAT
0.46/0.40	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.40	No reason simplification
0.46/0.40	Armin Biere (Picosat) restarts strategy
0.46/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.46/0.40	timeout=2147483s
0.46/0.40	DB Simplification allowed=false
0.46/0.40	Listener: none
0.46/0.40	--- End Solver configuration ---
0.46/0.40	c Pseudo Boolean Optimization by upper bound
0.46/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.40	c  - never skip resolution steps
0.46/0.40	c  - Auto-division on coefficients is disabled
0.46/0.40	c  - No postprocessing
0.46/0.40	c  - Conflict is considered as is when resolving
0.46/0.40	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.46/0.40	c  - Weaken first using unassigned literals
0.46/0.40	c  - Bump strategy: ALWAYS_ONE
0.46/0.40	c  - Bumper: ASSIGNED
0.46/0.40	c --- Begin Solver configuration ---
0.46/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.46/0.40	c Learn all clauses as in MiniSAT
0.46/0.40	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.40	c No reason simplification
0.46/0.40	c Armin Biere (Picosat) restarts strategy
0.46/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.46/0.40	c timeout=2147483s
0.46/0.40	c DB Simplification allowed=false
0.46/0.40	c Listener: none
0.46/0.40	c --- End Solver configuration ---
0.46/0.40	c solving HOME/instance-4427355-1720994536.opb
0.46/0.40	c reading problem ... 
0.46/0.41	c  objective function found
1.95/1.12	c ... done. Wall clock time 0.713s.
1.95/1.13	c declared #vars     33244
1.95/1.13	c #constraints  617
1.95/1.13	c constraints type 
1.95/1.13	c org.sat4j.specs.Constr$1 => 1
1.95/1.13	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 616
1.95/1.13	c 617 constraints processed.
1.95/1.14	c objective function length is 210 literals
3474.85/3473.99	c cleaning 2500 clauses out of 5000 with flag 0/5000
3600.01/3599.13	c starts		: 2
3600.01/3599.15	c conflicts		: 5347
3600.01/3599.16	c decisions		: 221434
3600.01/3599.16	c propagations		: 5716927
3600.01/3599.16	c inspects		: 216203873
3600.01/3599.16	c shortcuts		: 0
3600.01/3599.16	c learnt literals	: 0
3600.01/3599.16	c learnt binary clauses	: 0
3600.01/3599.16	c learnt ternary clauses	: 0
3600.01/3599.16	c learnt constraints	: 5347
3600.01/3599.16	c ignored constraints	: 0
3600.01/3599.16	c root simplifications	: 0
3600.01/3599.16	c removed literals (reason simplification)	: 0
3600.01/3599.16	c reason swapping (by a shorter reason)	: 0
3600.01/3599.16	c Calls to reduceDB	: 1
3600.01/3599.16	c Number of update (reduction) of LBD	: 0
3600.01/3599.16	c Imported unit clauses	: 0
3600.01/3599.16	c No decision after first conflict	: false
3600.01/3599.16	c number of reductions to clauses (during analyze)	: 0
3600.01/3599.16	c number of learned constraints concerned by reduction	: 0
3600.01/3599.16	c number of learning phase by resolution	: 0
3600.01/3599.16	c number of learning phase by cutting planes	: 0
3600.01/3599.16	c number of rounding to 1 operations	: 12558
3600.01/3599.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3599.16	c number of reductions of the coefficients by power 2 	: 0
3600.01/3599.16	c number of right shift for reduction by power 2 	: 0
3600.01/3599.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3599.16	c number of ending skipping 	: 0
3600.01/3599.16	c number of internal skipping 	: 0
3600.01/3599.16	c number of derivation steps 	: 9782
3600.01/3599.18	c number of skipped derivation steps 	: 0
3600.01/3599.18	c number of remaining unassigned 	: 16676
3600.01/3599.18	c number of remaining assigned 	: 3187757
3600.01/3599.18	c number of falsified literals weakened from reason	: 0
3600.01/3599.18	c number of falsified literals weakened from conflict	: 0
3600.01/3599.18	c time for arithmetic operations	: 237213425
3600.01/3599.18	c minimum degree of deleted constraints	: 21471262045200
3600.01/3599.18	c maximum degree of deleted constraints	: 12582446304142768
3600.01/3599.18	c number of deleted constraints	: 2500
3600.01/3599.18	c speed (assignments/second)	: 1589.1066007370252
3600.01/3599.18	c non guided choices	: 0
3600.01/3599.19	c timeout
3600.01/3599.20	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2847
3600.01/3599.20	s UNKNOWN
3600.01/3599.20	c Total wall clock time (in seconds): 3598.792

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (61196 MiB free)
  memory of node 1: 64510 MiB (62410 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427355-1720994536/watcher-4427355-1720994536 -o /tmp/evaluation-result-4427355-1720994536/solver-4427355-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720994548-770680 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427355-1720994536.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=770748, runsolver pid=770741
Current StackSize limit: 8192 KiB


[startup+0.100979 s]*
/proc/loadavg: 0.10 0.09 0.09 13/296 770794
/proc/meminfo: memFree=126496908/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=18975048 memory=54264 CPUtime=0.1 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 6302 0 0 0 7 3 0 0 20 0 18 0 151612353 19430449152 13566 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4743762 13566 5375 1 0 550674 0
[pid=770748/tid=770754] ppid=770741 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 5278 0 0 0 5 2 0 0 20 0 18 0 151612354 19430449152 13566 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=18975048 memory=19017 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612361 19430449152 13566 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612362 19430449152 13566 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54264 KiB

[startup+0.218477 s]*
/proc/loadavg: 0.10 0.09 0.09 11/312 770810
/proc/meminfo: memFree=126455232/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=18975048 memory=57624 CPUtime=0.29 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 6806 0 0 0 25 4 0 0 20 0 18 0 151612353 19430449152 14406 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4743762 14406 5742 1 0 551057 0
[pid=770748/tid=770754] ppid=770741 vsize=18975048 memory=8737651120394928259 CPUtime=0.19 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 5655 0 0 0 16 3 0 0 20 0 18 0 151612354 19430449152 14406 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=18975048 memory=19017 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612361 19430449152 14406 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612362 19430449152 14406 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57624 KiB

[startup+0.31446 s]*
/proc/loadavg: 0.10 0.09 0.09 14/312 770810
/proc/meminfo: memFree=126433108/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=18975048 memory=64020 CPUtime=0.46 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 7385 0 0 0 42 4 0 0 20 0 18 0 151612353 19430449152 16005 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4743762 16005 5751 1 0 551553 0
[pid=770748/tid=770754] ppid=770741 vsize=18975048 memory=-8815061162888962748 CPUtime=0.28 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 5869 0 0 0 25 3 0 0 20 0 18 0 151612354 19430449152 16005 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612361 19430449152 16005 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612362 19430449152 16005 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64020 KiB

[startup+0.700374 s]
/proc/loadavg: 0.10 0.09 0.09 14/312 770810
/proc/meminfo: memFree=126328644/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=18975048 memory=153108 CPUtime=1.15 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 8490 0 0 0 107 8 0 0 20 0 18 0 151612353 19430449152 38277 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4743762 38277 5841 1 0 552066 0
[pid=770748/tid=770754] ppid=770741 vsize=18975048 memory=5468 CPUtime=0.64 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 6085 0 0 0 57 7 0 0 20 0 18 0 151612354 19430449152 38277 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=18975048 memory=12020 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612361 19430449152 38277 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612362 19430449152 38277 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 153108 KiB

[startup+1.50049 s]
/proc/loadavg: 0.10 0.09 0.09 10/295 770830
/proc/meminfo: memFree=126114952/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=209800 CPUtime=2.71 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 15833 0 0 0 259 12 0 0 20 0 20 0 151612353 19566772224 52450 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 52450 5876 1 0 557884 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=12020 CPUtime=1.33 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 6188 0 0 0 126 7 0 0 20 0 20 0 151612354 19566772224 52450 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 52450 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151612362 19566772224 52450 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 209800 KiB

[startup+3.11112 s]
/proc/loadavg: 0.10 0.09 0.09 8/319 770884
/proc/meminfo: memFree=123815384/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=211696 CPUtime=5.85 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 20608 0 0 0 572 13 0 0 20 0 20 0 151612353 19566772224 52924 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 52924 5879 1 0 557963 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=171024 CPUtime=2.86 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 6480 0 0 0 279 7 0 0 20 0 20 0 151612354 19566772224 52924 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 52924 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 151612362 19566772224 52924 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 52924 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 211696 KiB

[startup+6.30047 s]
/proc/loadavg: 0.66 0.21 0.13 7/319 770884
/proc/meminfo: memFree=120660256/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=619960 CPUtime=9.74 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 23332 0 0 0 952 22 0 0 20 0 20 0 151612353 19566772224 154990 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 154990 5879 1 0 1086447 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=0 CPUtime=6 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 7123 0 0 0 585 15 0 0 20 0 20 0 151612354 19566772224 154990 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 154990 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 151612362 19566772224 154990 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 154990 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 619960 KiB

[startup+12.7004 s]
/proc/loadavg: 1.16 0.32 0.16 8/320 770887
/proc/meminfo: memFree=119775696/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=932932 CPUtime=16.63 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 26103 0 0 0 1634 29 0 0 20 0 20 0 151612353 19566772224 233233 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 233233 5879 1 0 1086448 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=211928 CPUtime=12.21 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 7791 0 0 0 1201 20 0 0 20 0 20 0 151612354 19566772224 233233 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=-9104417438947517116 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 233233 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 151612362 19566772224 233233 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 233233 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 16.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 932932 KiB

[startup+25.5005 s]
/proc/loadavg: 1.79 0.50 0.23 6/320 770888
/proc/meminfo: memFree=119188308/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=949560 CPUtime=29.56 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 30917 0 0 0 2925 31 0 0 20 0 20 0 151612353 19566772224 237390 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 237390 5879 1 0 1086448 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=0 CPUtime=24.87 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 9113 0 0 0 2467 20 0 0 20 0 20 0 151612354 19566772224 237390 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=949360 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 237390 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=949556 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 151612362 19566772224 237390 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=949524 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 237390 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 29.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 949560 KiB

[startup+51.1137 s]
/proc/loadavg: 2.60 0.80 0.33 7/320 770891
/proc/meminfo: memFree=116136904/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=1258872 CPUtime=55.25 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 36747 0 0 0 5485 40 0 0 20 0 20 0 151612353 19566772224 314718 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 314718 5879 1 0 1086450 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=-9104417438947517116 CPUtime=50.38 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 11166 0 0 0 5012 26 0 0 20 0 20 0 151612354 19566772224 314718 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=986480 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 314718 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 151612362 19566772224 314718 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=279914561769376 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 314718 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0

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

/proc/meminfo: memFree=107882408/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=2887616 CPUtime=3283.32 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 197049 0 0 0 328088 244 0 0 20 0 20 0 151612353 19566772224 721904 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 721904 5894 1 0 1086480 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=2887616 CPUtime=3269.06 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 96935 0 0 0 326834 72 0 0 20 0 20 0 151612354 19566772224 721904 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=6661628 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 721904 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=2887616 CPUtime=0.01 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 5938 0 0 0 0 1 0 0 20 0 20 0 151612362 19566772224 721904 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=2887616 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 721904 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 3283.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2887616 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.14 4.09 6/318 773008
/proc/meminfo: memFree=107790464/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=2893760 CPUtime=3343.26 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 200318 0 0 0 334078 248 0 0 20 0 20 0 151612353 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 723440 5894 1 0 1086480 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=2887616 CPUtime=3328.85 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 98685 0 0 0 332813 72 0 0 20 0 20 0 151612354 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=-9104417438947517116 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=2893760 CPUtime=0.01 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 6054 0 0 0 0 1 0 0 20 0 20 0 151612362 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=-9104417438947517116 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 3343.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2893760 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.09 6/320 773189
/proc/meminfo: memFree=107711896/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=2893760 CPUtime=3403.16 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 202143 0 0 0 340065 251 0 0 20 0 20 0 151612353 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 723440 5894 1 0 1086480 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=2887616 CPUtime=3388.71 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 100187 0 0 0 338799 72 0 0 20 0 20 0 151612354 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=2893760 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=2893760 CPUtime=0.01 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 6155 0 0 0 0 1 0 0 20 0 20 0 151612362 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=2893760 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 723440 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 3403.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2893760 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.16 4.10 6/320 773200
/proc/meminfo: memFree=107643716/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=2899904 CPUtime=3463.07 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 205334 0 0 0 346052 255 0 0 20 0 20 0 151612353 19566772224 724976 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 724976 5894 1 0 1086480 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=2887616 CPUtime=3448.42 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 102147 0 0 0 344770 72 0 0 20 0 20 0 151612354 19566772224 724976 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=2893760 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 724976 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=2893760 CPUtime=0.01 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 6293 0 0 0 0 1 0 0 20 0 20 0 151612362 19566772224 724976 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=2899904 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 724976 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 3463.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2899904 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.17 4.10 6/319 773225
/proc/meminfo: memFree=107589372/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=2902196 CPUtime=3523.22 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 213638 0 0 0 352063 259 0 0 20 0 20 0 151612353 19566772224 725549 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 725549 5894 1 0 1086530 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=2902188 CPUtime=3508.15 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 106355 0 0 0 350741 74 0 0 20 0 20 0 151612354 19566772224 725549 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=2902188 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 725549 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=2902196 CPUtime=0.01 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 6354 0 0 0 0 1 0 0 20 0 20 0 151612362 19566772224 725549 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=2902196 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 725549 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 3523.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2902196 KiB

[startup+3582.3 s]
/proc/loadavg: 4.46 4.24 4.13 7/318 773371
/proc/meminfo: memFree=113104872/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=2908352 CPUtime=3583.22 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 220225 0 0 0 358058 264 0 0 20 0 20 0 151612353 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 727088 5894 1 0 1086530 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=12020 CPUtime=3567.71 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 108566 0 0 0 356697 74 0 0 20 0 20 0 151612354 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=2908352 CPUtime=0.01 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 6428 0 0 0 0 1 0 0 20 0 20 0 151612362 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 3583.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2908352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.11 s]
/proc/loadavg: 4.96 4.36 4.17 5/319 773442
/proc/meminfo: memFree=111697000/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=2908352 CPUtime=3600.01 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 220506 0 0 0 359736 265 0 0 20 0 20 0 151612353 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 727088 5894 1 0 1086530 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=16224 CPUtime=3584.49 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 108846 0 0 0 358374 75 0 0 20 0 20 0 151612354 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=2908352 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=12020 CPUtime=0.01 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 6428 0 0 0 0 1 0 0 20 0 20 0 151612362 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2908352 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.53 s, system=2.66536 s

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

[startup+3599.11 s]
/proc/loadavg: 4.96 4.36 4.17 5/319 773442
/proc/meminfo: memFree=111697000/131655788 swapFree=131071996/131071996
[pid=770748] ppid=770741 vsize=19108176 memory=2908352 CPUtime=3600.01 cores=4,6
/proc/770748/stat : 770748 (java) S 770741 770748 770669 0 -1 1077936128 220506 0 0 0 359736 265 0 0 20 0 20 0 151612353 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
/proc/770748/statm: 4777044 727088 5894 1 0 1086530 0
[pid=770748/tid=770754] ppid=770741 vsize=19108176 memory=16224 CPUtime=3584.49 cores=4,6
/proc/770748/task/770754/stat : 770754 (java) R 770741 770748 770669 0 -1 4194368 108846 0 0 0 358374 75 0 0 20 0 20 0 151612354 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770773] ppid=770741 vsize=19108176 memory=2908352 CPUtime=0 cores=4,6
/proc/770748/task/770773/stat : 770773 (Finalizer) S 770741 770748 770669 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612361 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770794] ppid=770741 vsize=19108176 memory=12020 CPUtime=0.01 cores=4,6
/proc/770748/task/770794/stat : 770794 (Common-Cleaner) S 770741 770748 770669 0 -1 1077936192 6428 0 0 0 0 1 0 0 20 0 20 0 151612362 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
[pid=770748/tid=770849] ppid=770741 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/770748/task/770849/stat : 770849 (Timer-0) S 770741 770748 770669 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612474 19566772224 727088 134679101440 94700244471808 94700244475504 140725035344192 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700244483320 94700244484112 94700267884544 140725035353072 140725035353185 140725035353185 140725035360200 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2908352 KiB

Child status: 143

Real time (s): 3599.22
CPU time (s): 3600.19
CPU user time (s): 3597.53
CPU system time (s): 2.66536
CPU usage (%): 100.027
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2908352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.53
system time used= 2.66536
maximum resident set size= 2910048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105378
involuntary context switches= 2735


# summary of solver processes directly reported to runsolver:
#   pid: 770748
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.53
#   total CPU system time (s): 2.66536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.2665 second user time and 33.2982 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-15 00:02:28
IDJOB=4427355
IDBENCH=146850
IDSOLVER=3046
FILE ID=nodeC006/4427355-1720994536
RUNJOBID= nodeC006-1720994548-770680
SLURM_JOB_ID= 7505307
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standgub.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427355-1720994536/watcher-4427355-1720994536 -o /tmp/evaluation-result-4427355-1720994536/solver-4427355-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720994548-770680 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427355-1720994536.opb

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

MD5SUM BENCH= 536cfe435eeefcaf3068230629f950df
RANDOM SEED=1909944225

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126595736 kB
MemAvailable:   129907604 kB
Buffers:          341472 kB
Cached:          3771644 kB
SwapCached:            0 kB
Active:           514992 kB
Inactive:        3936724 kB
Active(anon):       1364 kB
Inactive(anon):   374976 kB
Active(file):     513628 kB
Inactive(file):  3561748 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7572 kB
Writeback:             0 kB
AnonPages:        338484 kB
Mapped:           112636 kB
Shmem:             37704 kB
KReclaimable:     153048 kB
Slab:             255048 kB
SReclaimable:     153048 kB
SUnreclaim:       102000 kB
KernelStack:        3800 kB
PageTables:         9628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2807352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49216 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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:      205640 kB
DirectMap2M:    20670464 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC006 at 2024-07-15 01:02:28