Trace number 4440515

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 2024 2024-07-07? (TO) 3600.23 3613.69

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM296473b9323cf6d261e3ed0be5346b68
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5492
Best CPU time to get the best result obtained on this benchmark706.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 915460
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 915460
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.14	c See www.sat4j.org for details.
0.13/0.15	c version CUSTOM.v20240707
0.13/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.16	c java.vm.version	22.0.1+8-16
0.13/0.16	c java.vm.vendor	Oracle Corporation
0.13/0.16	c sun.arch.data.model	64
0.13/0.16	c java.version		22.0.1
0.13/0.16	c os.name		Linux
0.13/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.16	c os.arch		amd64
0.13/0.18	c Free memory 		2113181440
0.13/0.18	c Max memory 		16282288128
0.13/0.18	c Total memory 		2122317824
0.13/0.18	c Number of processors 	2
0.30/0.28	--- Begin Solver configuration ---
0.30/0.28	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.28	Learn all clauses as in MiniSAT
0.30/0.28	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.28	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.28	Expensive reason simplification
0.30/0.28	Glucose 2.1 dynamic restart strategy
0.30/0.28	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.30/0.28	timeout=2147483s
0.30/0.28	DB Simplification allowed=false
0.30/0.28	Listener: none
0.30/0.28	--- End Solver configuration ---
0.30/0.28	c Pseudo Boolean Optimization by upper bound
0.30/0.28	c --- Begin Solver configuration ---
0.30/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.28	c Learn all clauses as in MiniSAT
0.30/0.28	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.28	c Expensive reason simplification
0.30/0.28	c Glucose 2.1 dynamic restart strategy
0.30/0.28	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.30/0.28	c timeout=2147483s
0.30/0.28	c DB Simplification allowed=false
0.30/0.28	c Listener: none
0.30/0.28	c --- End Solver configuration ---
0.30/0.28	c solving HOME/instance-4440515-1721823963.opb
0.30/0.28	c reading problem ... 
0.30/0.29	c using VERIPB proof format
0.30/0.29	c  objective function found
6.56/4.51	c ... done. Wall clock time 4.228s.
6.56/4.51	c declared #vars     400896
6.56/4.51	c #constraints  402763
6.56/4.51	c constraints type 
6.56/4.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
6.56/4.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
6.56/4.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.56/4.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
6.56/4.51	c 402763 constraints processed.
6.56/4.53	c objective function length is 1427 literals
51.50/44.30	c cleaning 2497 clauses out of 5000 with flag 18667/5001
125.71/122.06	c cleaning 4130 clauses out of 8502 with flag 45025/11000
182.46/177.78	c cleaning 5679 clauses out of 11372 with flag 71705/18000
253.95/248.72	c cleaning 6835 clauses out of 13693 with flag 108654/26000
359.55/354.48	c cleaning 7931 clauses out of 15861 with flag 153245/35003
444.89/439.98	c cleaning 8963 clauses out of 17929 with flag 208829/45002
528.11/523.25	c cleaning 9970 clauses out of 19964 with flag 269931/56000
612.17/613.28	c cleaning 10993 clauses out of 21997 with flag 323221/68003
707.44/711.05	c cleaning 11999 clauses out of 24002 with flag 388561/81001
801.70/805.41	c cleaning 12996 clauses out of 26003 with flag 453561/95001
924.97/928.99	c cleaning 13998 clauses out of 28007 with flag 532623/110001
1035.86/1040.02	c cleaning 15000 clauses out of 30008 with flag 620955/126000
1223.70/1228.08	c cleaning 16002 clauses out of 32009 with flag 750268/143001
1438.73/1443.77	c cleaning 16997 clauses out of 34009 with flag 960325/161003
1650.39/1658.05	c cleaning 17719 clauses out of 36011 with flag 1117792/180002
1867.16/1875.24	c cleaning 19031 clauses out of 38290 with flag 1234949/200000
2091.44/2100.19	c cleaning 19962 clauses out of 40259 with flag 1453581/221000
2308.45/2317.16	c cleaning 21131 clauses out of 42298 with flag 1695488/243001
2550.09/2559.23	c cleaning 21992 clauses out of 44167 with flag 2039959/266001
2772.75/2783.16	c cleaning 23080 clauses out of 46174 with flag 2164512/290000
3006.97/3018.44	c cleaning 24043 clauses out of 48095 with flag 2292042/315001
3240.68/3253.80	c cleaning 25015 clauses out of 50052 with flag 2431680/341001
3490.46/3503.91	c cleaning 26014 clauses out of 52036 with flag 2574032/368000
3600.07/3613.63	c starts		: 1678
3600.07/3613.64	c timeout
3600.07/3613.64	c conflicts		: 380391
3600.07/3613.64	c decisions		: 5935105
3600.07/3613.64	c propagations		: 8775346575
3600.07/3613.64	c inspects		: 2386897252
3600.07/3613.64	c shortcuts		: 0
3600.07/3613.64	c learnt literals	: 1
3600.07/3613.64	c learnt binary clauses	: 1685
3600.07/3613.64	c learnt ternary clauses	: 887
3600.07/3613.64	c learnt constraints	: 380390
3600.07/3613.64	c ignored constraints	: 0
3600.07/3613.64	c root simplifications	: 0
3600.07/3613.64	c removed literals (reason simplification)	: 59015060
3600.07/3613.64	c reason swapping (by a shorter reason)	: 0
3600.07/3613.64	c Calls to reduceDB	: 23
3600.07/3613.64	c Number of update (reduction) of LBD	: 115194
3600.07/3613.64	c Imported unit clauses	: 0
3600.07/3613.64	c No decision after first conflict	: false
3600.07/3613.64	c number of reductions to clauses (during analyze)	: 0
3600.07/3613.64	c number of learned constraints concerned by reduction	: 0
3600.07/3613.64	c number of learning phase by resolution	: 0
3600.07/3613.64	c number of learning phase by cutting planes	: 0
3600.07/3613.64	c number of rounding to 1 operations	: 0
3600.07/3613.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3613.64	c number of reductions of the coefficients by power 2 	: 0
3600.07/3613.64	c number of right shift for reduction by power 2 	: 0
3600.07/3613.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3613.64	c number of ending skipping 	: 0
3600.07/3613.64	c number of internal skipping 	: 0
3600.07/3613.64	c number of derivation steps 	: 0
3600.07/3613.64	c number of skipped derivation steps 	: 0
3600.07/3613.64	c number of remaining unassigned 	: 0
3600.07/3613.64	c number of remaining assigned 	: 0
3600.07/3613.64	c number of falsified literals weakened from reason	: 0
3600.07/3613.64	c number of falsified literals weakened from conflict	: 0
3600.07/3613.64	c time for arithmetic operations	: 0
3600.07/3613.64	c minimum degree of deleted constraints	: null
3600.07/3613.64	c maximum degree of deleted constraints	: null
3600.07/3613.64	c number of deleted constraints	: 0
3600.07/3613.64	c speed (assignments/second)	: 2431471.663875549
3600.07/3613.64	c non guided choices	: 16395
3600.07/3613.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 36728
3600.07/3613.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1685
3600.07/3613.67	s UNKNOWN
3600.07/3613.67	c Total wall clock time (in seconds): 3613.392

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (53694 MiB free)
  memory of node 1: 64473 MiB (60639 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440515-1721823963/watcher-4440515-1721823963 -o /tmp/evaluation-result-4440515-1721823963/solver-4440515-1721823963 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721820325-187251 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440515-1721823963 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440515-1721823963.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100062 s]*
/proc/loadavg: 4.63 4.48 4.26 7/320 189638
/proc/meminfo: memFree=117028588/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=18975048 memory=56880 CPUtime=0.13 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 6354 0 0 0 10 3 0 0 20 0 18 0 18385188 19430449152 14220 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4743762 14220 5503 1 0 550832 0
[pid=189620/tid=189622] ppid=189617 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 5321 0 0 0 7 2 0 0 20 0 18 0 18385189 19430449152 14220 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385193 19430449152 14220 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=18975048 memory=3834591019379458080 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385194 19430449152 14220 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56880 KiB

[startup+0.211807 s]*
/proc/loadavg: 4.63 4.48 4.26 7/320 189638
/proc/meminfo: memFree=117017544/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=18975048 memory=65876 CPUtime=0.3 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 7060 0 0 0 26 4 0 0 20 0 18 0 18385188 19430449152 16469 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4743762 16469 5511 1 0 551420 0
[pid=189620/tid=189622] ppid=189617 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) S 189617 189620 187238 0 -1 1077936192 5652 0 0 0 16 2 0 0 20 0 18 0 18385189 19430449152 16469 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=18975048 memory=1361999 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385193 19430449152 16469 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=18975048 memory=13567093907932509 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385194 19430449152 16469 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65876 KiB

[startup+0.310922 s]*
/proc/loadavg: 4.63 4.48 4.26 8/320 189638
/proc/meminfo: memFree=116970476/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=18975048 memory=82396 CPUtime=0.45 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 7320 0 0 0 41 4 0 0 20 0 18 0 18385188 19430449152 20599 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4743762 20599 5790 1 0 551605 0
[pid=189620/tid=189622] ppid=189617 vsize=18975048 memory=-8672917360490619580 CPUtime=0.28 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 5793 0 0 0 25 3 0 0 20 0 18 0 18385189 19430449152 20599 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385193 19430449152 20599 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385194 19430449152 20599 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82396 KiB

[startup+0.708921 s]
/proc/loadavg: 4.63 4.48 4.26 6/320 189638
/proc/meminfo: memFree=116870332/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=18975048 memory=145004 CPUtime=1.2 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 9148 0 0 0 114 6 0 0 20 0 18 0 18385188 19430449152 36251 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4743762 36251 5806 1 0 552775 0
[pid=189620/tid=189622] ppid=189617 vsize=18975048 memory=5500 CPUtime=0.64 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 5867 0 0 0 60 4 0 0 20 0 18 0 18385189 19430449152 36251 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=18975048 memory=11880 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385193 19430449152 36251 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385194 19430449152 36251 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 145004 KiB

[startup+1.50692 s]
/proc/loadavg: 4.63 4.48 4.26 6/321 189639
/proc/meminfo: memFree=115873276/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19041612 memory=567872 CPUtime=2.73 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 20016 0 0 0 257 16 0 0 20 0 19 0 18385188 19498610688 141968 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4760403 141968 5838 1 0 1166978 0
[pid=189620/tid=189622] ppid=189617 vsize=19041612 memory=11880 CPUtime=1.23 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) S 189617 189620 187238 0 -1 1077936192 6090 0 0 0 112 11 0 0 20 0 19 0 18385189 19498610688 141968 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385193 19498610688 141968 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18385194 19498610688 141968 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 567872 KiB

[startup+3.10582 s]
/proc/loadavg: 4.63 4.48 4.26 9/322 189640
/proc/meminfo: memFree=110672164/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19041612 memory=1545900 CPUtime=5.05 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 21144 0 0 0 467 38 0 0 20 0 19 0 18385188 19498610688 386475 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4760403 386475 5838 1 0 1751900 0
[pid=189620/tid=189622] ppid=189617 vsize=19041612 memory=0 CPUtime=2.49 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 6485 0 0 0 221 28 0 0 20 0 19 0 18385189 19498610688 386475 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19041612 memory=11880 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385193 19498610688 386475 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19041612 memory=562596 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18385194 19498610688 386475 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 5.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1545900 KiB

[startup+6.30893 s]
/proc/loadavg: 4.74 4.51 4.27 6/323 189642
/proc/meminfo: memFree=106766268/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=4400148 CPUtime=10.1 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 24314 0 0 0 915 95 0 0 20 0 20 0 18385188 19566772224 1100037 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1100037 5920 1 0 2462721 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=0 CPUtime=5.58 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 8140 0 0 0 474 84 0 0 20 0 20 0 18385189 19566772224 1100037 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1100037 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385194 19566772224 1100037 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=4399364 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1100037 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 10.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4400148 KiB

[startup+12.7049 s]
/proc/loadavg: 4.68 4.50 4.27 8/323 189644
/proc/meminfo: memFree=104868424/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=4400580 CPUtime=17.34 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 24487 0 0 0 1637 97 0 0 20 0 20 0 18385188 19566772224 1100145 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1100145 5920 1 0 2462737 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=4400324 CPUtime=11.95 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 8194 0 0 0 1111 84 0 0 20 0 20 0 18385189 19566772224 1100145 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1100145 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385194 19566772224 1100145 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=4399292 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1100145 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 17.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4400580 KiB

[startup+25.5005 s]
/proc/loadavg: 4.61 4.49 4.27 5/302 189663
/proc/meminfo: memFree=107367896/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=4401332 CPUtime=31.92 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 28412 0 0 0 3094 98 0 0 20 0 20 0 18385188 19566772224 1100333 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1100333 5920 1 0 2462737 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=0 CPUtime=24.72 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 8926 0 0 0 2387 85 0 0 20 0 20 0 18385189 19566772224 1100333 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=4399292 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1100333 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=-2823795523483820059 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385194 19566772224 1100333 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=3930 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1100333 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 31.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4401332 KiB

[startup+51.1144 s]
/proc/loadavg: 4.84 4.56 4.30 6/324 189719
/proc/meminfo: memFree=105905184/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=4401928 CPUtime=58.63 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 34356 0 0 0 5761 102 0 0 20 0 20 0 18385188 19566772224 1100482 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1100482 5936 1 0 2462753 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=4401928 CPUtime=50.25 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 10510 0 0 0 4939 86 0 0 20 0 20 0 18385189 19566772224 1100482 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=4401928 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1100482 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=4401900 CPUtime=0 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385194 19566772224 1100482 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=4401556 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1100482 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 58.63 s
Current children cumulated vsize: 19108176 KiB

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

/proc/meminfo: memFree=69028996/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3210.55 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 201358 0 0 0 320631 424 0 0 20 0 20 0 18385188 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1375357 5968 1 0 2462901 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=11412 CPUtime=3193.59 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 112113 0 0 0 319175 184 0 0 20 0 20 0 18385189 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1802 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=2216 CPUtime=0.01 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 5737 0 0 0 0 1 0 0 20 0 20 0 18385194 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 3210.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5501428 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.27 4.26 5/323 191187
/proc/meminfo: memFree=68642016/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3269.14 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 203571 0 0 0 326486 428 0 0 20 0 20 0 18385188 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1375357 5968 1 0 2462901 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3252.09 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 113943 0 0 0 325025 184 0 0 20 0 20 0 18385189 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1936 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=11412 CPUtime=0.01 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 5840 0 0 0 0 1 0 0 20 0 20 0 18385194 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 3269.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5501428 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.27 4.26 5/323 191199
/proc/meminfo: memFree=68293512/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3329.05 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 206140 0 0 0 332472 433 0 0 20 0 20 0 18385188 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1375357 5968 1 0 2462901 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=1980 CPUtime=3311.91 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 115831 0 0 0 331006 185 0 0 20 0 20 0 18385189 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1936 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=75072 CPUtime=0.01 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 5952 0 0 0 0 1 0 0 20 0 20 0 18385194 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=5500 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 3329.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5501428 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.33 4.29 5/324 191278
/proc/meminfo: memFree=99450280/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3388.95 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 207969 0 0 0 338458 437 0 0 20 0 20 0 18385188 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1375357 5968 1 0 2462901 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=19192 CPUtime=3371.74 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 117251 0 0 0 336988 186 0 0 20 0 20 0 18385189 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1939 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0.01 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 6064 0 0 0 0 1 0 0 20 0 20 0 18385194 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 3388.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5501428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.37 4.33 4.29 5/328 191292
/proc/meminfo: memFree=95385664/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3448.9 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 210189 0 0 0 344448 442 0 0 20 0 20 0 18385188 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1375357 5968 1 0 2462901 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3431.6 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 118812 0 0 0 342973 187 0 0 20 0 20 0 18385189 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1939 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=11880 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0.01 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 6176 0 0 0 0 1 0 0 20 0 20 0 18385194 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 3448.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5501428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.30 4.27 5/328 191303
/proc/meminfo: memFree=91363068/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3508.84 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 213279 0 0 0 350436 448 0 0 20 0 20 0 18385188 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1375357 5968 1 0 2462901 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3491.46 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 121421 0 0 0 348958 188 0 0 20 0 20 0 18385189 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1940 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=5501428 CPUtime=0.01 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 6284 0 0 0 0 1 0 0 20 0 20 0 18385194 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 3508.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5501428 KiB

[startup+3582.3 s]
/proc/loadavg: 4.81 4.45 4.33 5/328 191697
/proc/meminfo: memFree=89004940/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3568.79 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 215767 0 0 0 356426 453 0 0 20 0 20 0 18385188 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1375357 5968 1 0 2462901 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=-5155633680935826750 CPUtime=3551.31 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 123363 0 0 0 354942 189 0 0 20 0 20 0 18385189 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1941 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=16132 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=11412 CPUtime=0.01 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 6389 0 0 0 0 1 0 0 20 0 20 0 18385194 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=75588 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 3568.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5501428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.6 s]
/proc/loadavg: 4.94 4.52 4.35 5/329 191772
/proc/meminfo: memFree=93924076/131655788 swapFree=131070192/131071996
[pid=189620] ppid=189617 vsize=19108176 memory=5501428 CPUtime=3600.07 cores=5,7
/proc/189620/stat : 189620 (java) S 189617 189620 187238 0 -1 1077936128 217258 0 0 0 359551 456 0 0 20 0 20 0 18385188 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
/proc/189620/statm: 4777044 1375357 5968 1 0 2462901 0
[pid=189620/tid=189622] ppid=189617 vsize=19108176 memory=75588 CPUtime=3582.55 cores=5,7
/proc/189620/task/189622/stat : 189622 (java) R 189617 189620 187238 0 -1 4194368 124513 0 0 0 358065 190 0 0 20 0 20 0 18385189 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1941 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189631] ppid=189617 vsize=19108176 memory=11880 CPUtime=0 cores=5,7
/proc/189620/task/189631/stat : 189631 (Finalizer) S 189617 189620 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385193 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189638] ppid=189617 vsize=19108176 memory=-8672917360490619580 CPUtime=0.01 cores=5,7
/proc/189620/task/189638/stat : 189638 (Common-Cleaner) S 189617 189620 187238 0 -1 1077936192 6389 0 0 0 0 1 0 0 20 0 20 0 18385194 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
[pid=189620/tid=189642] ppid=189617 vsize=19108176 memory=75588 CPUtime=0 cores=5,7
/proc/189620/task/189642/stat : 189642 (Timer-0) S 189617 189620 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18385645 19566772224 1375357 134679101440 94173088505856 94173088509552 140735941011872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94173088517368 94173088518160 94173097861120 140735941014443 140735941014625 140735941014625 140735941021640 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5501428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.64 s, system=4.58982 s

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

Child status: 143

Real time (s): 3613.69
CPU time (s): 3600.23
CPU user time (s): 3595.64
CPU system time (s): 4.58982
CPU usage (%): 99.6274
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5501428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.64
system time used= 4.58982
maximum resident set size= 5502768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220905
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138777
involuntary context switches= 6951


# summary of solver processes directly reported to runsolver:
#   pid: 189620
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.64
#   total CPU system time (s): 4.58982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7807 second user time and 40.461 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-24 14:26:04
IDJOB=4440515
IDBENCH=157984
IDSOLVER=3079
FILE ID=nodeC002/4440515-1721823963
RUNJOBID= nodeC002-1721820325-187251
SLURM_JOB_ID= 7891441
Free space on /tmp= 723720 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440515-1721823963/watcher-4440515-1721823963 -o /tmp/evaluation-result-4440515-1721823963/solver-4440515-1721823963 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721820325-187251 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440515-1721823963 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440515-1721823963.opb

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

MD5SUM BENCH= 296473b9323cf6d261e3ed0be5346b68
RANDOM SEED=661698601

nodeC002.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		: 3593.870
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.43
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		: 3658.095
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.41
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.231
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.43
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		: 2100.484
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.41
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		: 3226.132
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.43
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.183
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.41
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		: 3088.718
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.43
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		: 1366.388
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.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117078100 kB
MemAvailable:   123892572 kB
Buffers:          253740 kB
Cached:          7370508 kB
SwapCached:           72 kB
Active:          2227196 kB
Inactive:       11741224 kB
Active(anon):       1544 kB
Inactive(anon):  6396532 kB
Active(file):    2225652 kB
Inactive(file):  5344692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:            122376 kB
Writeback:             0 kB
AnonPages:       6343476 kB
Mapped:           123752 kB
Shmem:             53844 kB
KReclaimable:     168656 kB
Slab:             282676 kB
SReclaimable:     168656 kB
SUnreclaim:       114020 kB
KernelStack:        4864 kB
PageTables:        22476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18002232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6039552 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723644 MiB
End job on nodeC002 at 2024-07-24 15:26:17