Trace number 4432454

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 Resolution Default 2024-07-07? (exit code) 1162.19 637.756

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX300_K192_cod1.opb
MD5SUMb6518815c856eaafc5c2f585e9c40549
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-157192
Best CPU time to get the best result obtained on this benchmark68193.1
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 170372
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 139771126
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 139771126
Number of bits of the biggest sum of numbers28
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.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4432454-1721157239.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  objective function found
6.40/4.17	c ... done. Wall clock time 4.052s.
6.40/4.17	c declared #vars     399113
6.40/4.17	c #constraints  400980
6.40/4.17	c constraints type 
6.40/4.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
6.40/4.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
6.40/4.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.40/4.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
6.40/4.17	c 400980 constraints processed.
6.40/4.19	c objective function length is 170372 literals
9.38/6.15	c SATISFIABLE
9.38/6.15	c OPTIMIZING...
9.38/6.15	c Got one! Elapsed wall clock time (in seconds):6.028
9.38/6.16	o -6791
12.08/8.48	c Got one! Elapsed wall clock time (in seconds):8.367
12.08/8.48	o -18711
801.33/455.87	
801.33/455.87	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=873847, runsolver pid=873843

[startup+0.102079 s]*
/proc/loadavg: 4.11 4.27 4.22 13/329 873922
/proc/meminfo: memFree=127746500/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=18975048 memory=63112 CPUtime=0.14 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 7245 0 0 0 12 2 0 0 20 0 18 0 167892195 19430449152 15778 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4743762 15778 5665 1 0 549350 0
[pid=873847/tid=873849] ppid=873843 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 5766 0 0 0 7 1 0 0 20 0 18 0 167892195 19430449152 15778 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=18975048 memory=15945 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167892198 19430449152 15778 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 167892198 19430449152 15778 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63112 KiB

[startup+0.206756 s]*
/proc/loadavg: 4.11 4.27 4.22 13/329 873922
/proc/meminfo: memFree=127616396/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=18975048 memory=101448 CPUtime=0.33 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 9035 0 0 0 30 3 0 0 20 0 18 0 167892195 19430449152 25362 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4743762 25362 5829 1 0 550545 0
[pid=873847/tid=873849] ppid=873843 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) R 873843 873847 873781 0 -1 4194368 5874 0 0 0 16 2 0 0 20 0 18 0 167892195 19430449152 25362 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=18975048 memory=15945 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167892198 19430449152 25362 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 167892198 19430449152 25362 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 101448 KiB

[startup+0.306755 s]*
/proc/loadavg: 4.11 4.27 4.22 10/329 873922
/proc/meminfo: memFree=127450988/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=18975048 memory=144800 CPUtime=0.52 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 9105 0 0 0 49 3 0 0 20 0 18 0 167892195 19430449152 36200 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4743762 36200 5829 1 0 550574 0
[pid=873847/tid=873849] ppid=873843 vsize=18975048 memory=-9031514307582862012 CPUtime=0.28 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) R 873843 873847 873781 0 -1 4194368 5897 0 0 0 25 3 0 0 20 0 18 0 167892195 19430449152 36200 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167892198 19430449152 36200 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 167892198 19430449152 36200 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 144800 KiB

[startup+0.703759 s]
/proc/loadavg: 4.11 4.27 4.22 12/333 873926
/proc/meminfo: memFree=127225760/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19041612 memory=221800 CPUtime=1.3 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 12376 0 0 0 124 6 0 0 20 0 19 0 167892195 19498610688 55450 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4760403 55450 5829 1 0 552537 0
[pid=873847/tid=873849] ppid=873843 vsize=19041612 memory=5428 CPUtime=0.6 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 5958 0 0 0 57 3 0 0 20 0 19 0 167892195 19498610688 55450 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19041612 memory=13120 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167892198 19498610688 55450 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19041612 memory=1848 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 167892198 19498610688 55450 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 221800 KiB

[startup+1.50076 s]
/proc/loadavg: 4.11 4.27 4.22 10/333 873926
/proc/meminfo: memFree=126058768/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19041612 memory=1475068 CPUtime=2.85 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 19791 0 0 0 254 31 0 0 20 0 19 0 167892195 19498610688 368767 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4760403 368767 5829 1 0 1083500 0
[pid=873847/tid=873849] ppid=873843 vsize=19041612 memory=13120 CPUtime=1.25 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) R 873843 873847 873781 0 -1 4194368 6586 0 0 0 100 25 0 0 20 0 19 0 167892195 19498610688 368767 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19041612 memory=1848 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167892198 19498610688 368767 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 167892198 19498610688 368767 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1475068 KiB

[startup+3.10617 s]
/proc/loadavg: 4.11 4.27 4.22 5/333 873926
/proc/meminfo: memFree=114549924/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19041612 memory=3239652 CPUtime=5.15 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 22499 0 0 0 449 66 0 0 20 0 19 0 167892195 19498610688 809913 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4760403 809913 5860 1 0 2165554 0
[pid=873847/tid=873849] ppid=873843 vsize=19041612 memory=0 CPUtime=2.59 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) R 873843 873847 873781 0 -1 4194368 7362 0 0 0 203 56 0 0 20 0 19 0 167892195 19498610688 809913 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19041612 memory=13120 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167892198 19498610688 809913 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 167892198 19498610688 809913 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3239652 KiB

[startup+6.30076 s]
/proc/loadavg: 4.10 4.27 4.22 5/337 873930
/proc/meminfo: memFree=111652092/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=4035392 CPUtime=9.76 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 23307 0 0 0 893 83 0 0 20 0 20 0 167892195 19566772224 1008848 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 1008848 5897 1 0 2166014 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=0 CPUtime=5.6 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) R 873843 873847 873781 0 -1 4194368 7844 0 0 0 491 69 0 0 20 0 20 0 167892195 19566772224 1008848 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 1008848 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=4638778398332698727 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 1008848 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=-8960301138475066044 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 1008848 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 9.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4035392 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.26 4.22 5/337 873932
/proc/meminfo: memFree=111504760/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=4181340 CPUtime=16.8 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 23577 0 0 0 1594 86 0 0 20 0 20 0 167892195 19566772224 1045335 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 1045335 5897 1 0 2166064 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=0 CPUtime=11.81 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) R 873843 873847 873781 0 -1 4194368 7894 0 0 0 1112 69 0 0 20 0 20 0 167892195 19566772224 1045335 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=4181340 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 1045335 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=4181340 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 1045335 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 1045335 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 16.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4181340 KiB

[startup+25.5008 s]
/proc/loadavg: 4.14 4.27 4.22 6/338 873934
/proc/meminfo: memFree=109533600/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=6383368 CPUtime=31.11 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 28197 0 0 0 2983 128 0 0 20 0 20 0 167892195 19566772224 1595842 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 1595842 5897 1 0 2529540 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=0 CPUtime=22.86 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) R 873843 873847 873781 0 -1 4194368 8649 0 0 0 2210 76 0 0 20 0 20 0 167892195 19566772224 1595842 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=6645459911560372124 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 1595842 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=5623552 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 1595842 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=-8960301138475066044 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 1595842 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 31.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6383368 KiB

[startup+51.1068 s]
/proc/loadavg: 4.15 4.26 4.22 6/338 873939
/proc/meminfo: memFree=106632788/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=8962668 CPUtime=60.26 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 34809 0 0 0 5846 180 0 0 20 0 20 0 167892195 19566772224 2240667 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 2240667 5897 1 0 2776030 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=7920700 CPUtime=45.61 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) R 873843 873847 873781 0 -1 4194368 10005 0 0 0 4474 87 0 0 20 0 20 0 167892195 19566772224 2240667 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=8369216 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 2240667 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=7793724 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 2240667 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=-8960301138475066044 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 2240667 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 60.26 s

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

[pid=873847] ppid=873843 vsize=19108176 memory=16290064 CPUtime=1065.17 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 294814 0 0 0 106150 367 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072516 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=16290000 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=16290064 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=16289992 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 362 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=16289992 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1065.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290064 KiB

[startup+614.408 s]
/proc/loadavg: 5.08 5.00 4.65 6/335 874048
/proc/meminfo: memFree=98625252/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=16290004 CPUtime=1115.91 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 296434 0 0 0 111224 367 0 0 20 0 20 0 167892195 19566772224 4072501 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072501 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=2183 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072501 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=16256732 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072501 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=16289972 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072501 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=2184 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072501 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1115.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290004 KiB

[startup+627.201 s]
/proc/loadavg: 5.15 5.02 4.65 7/335 874050
/proc/meminfo: memFree=98294892/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=16290024 CPUtime=1141.3 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 296931 0 0 0 113763 367 0 0 20 0 20 0 167892195 19566772224 4072506 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072506 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=16290064 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072506 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=11392 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072506 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=41948 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072506 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=16290064 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072506 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1141.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290024 KiB

[startup+633.601 s]
/proc/loadavg: 5.14 5.02 4.66 7/335 874051
/proc/meminfo: memFree=98288572/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=16290064 CPUtime=1154 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 297453 0 0 0 115033 367 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072516 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=16290064 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=41948 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=16290064 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=21604 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1154 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290064 KiB

[startup+635.201 s]
/proc/loadavg: 5.13 5.02 4.66 6/335 874051
/proc/meminfo: memFree=98284452/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=16290064 CPUtime=1157.17 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 297514 0 0 0 115350 367 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072516 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=-7448803866686284672 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=11392 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=5428 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=16084 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1157.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290064 KiB

[startup+636.801 s]
/proc/loadavg: 5.13 5.02 4.66 6/335 874051
/proc/meminfo: memFree=98282436/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=16290064 CPUtime=1160.35 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 297601 0 0 0 115668 367 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072516 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=13120 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=16290064 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=5428 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1160.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290064 KiB

[startup+637.201 s]
/proc/loadavg: 5.13 5.02 4.66 8/335 874051
/proc/meminfo: memFree=98282444/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=16290064 CPUtime=1161.14 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 297705 0 0 0 115747 367 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072516 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=30236 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=-8960301138475066044 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=2728 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=3224 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1161.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290064 KiB

[startup+637.601 s]
/proc/loadavg: 5.13 5.02 4.66 8/335 874051
/proc/meminfo: memFree=98282444/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=16290064 CPUtime=1161.94 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 297705 0 0 0 115827 367 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072516 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=11392 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=41948 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=5428 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1161.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290064 KiB

[startup+637.709 s]
/proc/loadavg: 5.13 5.02 4.66 8/335 874051
/proc/meminfo: memFree=98282444/131524600 swapFree=131071996/131071996
[pid=873847] ppid=873843 vsize=19108176 memory=16290064 CPUtime=1162.13 cores=0,2
/proc/873847/stat : 873847 (java) S 873843 873847 873781 0 -1 1077936128 297705 0 0 0 115846 367 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
/proc/873847/statm: 4777044 4072516 5972 1 0 4095908 0
[pid=873847/tid=873849] ppid=873843 vsize=19108176 memory=13120 CPUtime=150.9 cores=0,2
/proc/873847/task/873849/stat : 873849 (java) S 873843 873847 873781 0 -1 1077936192 18150 0 0 0 14961 129 0 0 20 0 20 0 167892195 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873891] ppid=873843 vsize=19108176 memory=16290064 CPUtime=0 cores=0,2
/proc/873847/task/873891/stat : 873891 (Finalizer) S 873843 873847 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873901] ppid=873843 vsize=19108176 memory=11392 CPUtime=0 cores=0,2
/proc/873847/task/873901/stat : 873901 (Common-Cleaner) S 873843 873847 873781 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 167892198 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
[pid=873847/tid=873928] ppid=873843 vsize=19108176 memory=16290064 CPUtime=0 cores=0,2
/proc/873847/task/873928/stat : 873928 (Timer-0) S 873843 873847 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892620 19566772224 4072516 134679101440 94007741743104 94007741746800 140726301984672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94007741754616 94007741755408 94007759777792 140726301991943 140726301992033 140726301992033 140726301999048 0
Current children cumulated CPU time: 1162.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290064 KiB

Child status: 1

Real time (s): 637.756
CPU time (s): 1162.19
CPU user time (s): 1158.47
CPU system time (s): 3.71895
CPU usage (%): 182.231
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 16304836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1158.47
system time used= 3.71895
maximum resident set size= 16304836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20830
involuntary context switches= 24375


# summary of solver processes directly reported to runsolver:
#   pid: 873847
#   total CPU time (s): 1162.19
#   total CPU user time (s): 1158.47
#   total CPU system time (s): 3.71895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37034 second user time and 3.02043 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-16 21:14:12
IDJOB=4432454
IDBENCH=157239
IDSOLVER=3058
FILE ID=nodeC031/4432454-1721157239
RUNJOBID= nodeC031-1721157252-873791
SLURM_JOB_ID= 7505767
Free space on /tmp= 889964 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX300_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432454-1721157239/watcher-4432454-1721157239 -o /tmp/evaluation-result-4432454-1721157239/solver-4432454-1721157239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721157252-873791 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432454-1721157239.opb

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

MD5SUM BENCH= b6518815c856eaafc5c2f585e9c40549
RANDOM SEED=1815785598

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		: 3666.236
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		: 3616.838
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		: 3643.197
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		: 3666.748
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		: 3600.382
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		: 3663.074
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		: 3660.306
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		: 3600.082
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:        127915304 kB
MemAvailable:   129693880 kB
Buffers:          396072 kB
Cached:          2204600 kB
SwapCached:            0 kB
Active:           735260 kB
Inactive:        2245008 kB
Active(anon):       1452 kB
Inactive(anon):   415640 kB
Active(file):     733808 kB
Inactive(file):  1829368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            121984 kB
Writeback:             0 kB
AnonPages:        377656 kB
Mapped:           103932 kB
Shmem:             37720 kB
KReclaimable:     110092 kB
Slab:             219092 kB
SReclaimable:     110092 kB
SUnreclaim:       109000 kB
KernelStack:        3936 kB
PageTables:         9452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     816868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64416 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889960 MiB
End job on nodeC031 at 2024-07-16 21:24:50