Trace number 4440511

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null50mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUM19fb62140527f06bc9ecc93817abb881
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-42187
Best CPU time to get the best result obtained on this benchmark3095.68
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 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1985662740
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1985662740
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.12	c See www.sat4j.org for details.
0.14/0.13	c version CUSTOM.v20240707
0.14/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.14	c java.vm.version	22.0.1+8-16
0.14/0.14	c java.vm.vendor	Oracle Corporation
0.14/0.14	c sun.arch.data.model	64
0.14/0.14	c java.version		22.0.1
0.14/0.14	c os.name		Linux
0.14/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.14	c os.arch		amd64
0.14/0.15	c Free memory 		2113181440
0.14/0.15	c Max memory 		16282288128
0.14/0.15	c Total memory 		2122317824
0.14/0.15	c Number of processors 	2
0.14/0.19	--- Begin Solver configuration ---
0.14/0.19	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.19	Learn all clauses as in MiniSAT
0.14/0.19	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.19	Expensive reason simplification
0.14/0.19	Glucose 2.1 dynamic restart strategy
0.14/0.19	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.19	timeout=2147483s
0.14/0.19	DB Simplification allowed=false
0.14/0.19	Listener: none
0.14/0.19	--- End Solver configuration ---
0.14/0.20	c Pseudo Boolean Optimization by upper bound
0.14/0.20	c --- Begin Solver configuration ---
0.14/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.20	c Learn all clauses as in MiniSAT
0.14/0.20	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.20	c Expensive reason simplification
0.14/0.20	c Glucose 2.1 dynamic restart strategy
0.14/0.20	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.20	c timeout=2147483s
0.14/0.20	c DB Simplification allowed=false
0.14/0.20	c Listener: none
0.14/0.20	c --- End Solver configuration ---
0.14/0.20	c solving HOME/instance-4440511-1721823961.opb
0.14/0.20	c reading problem ... 
0.30/0.21	c using VERIPB proof format
0.30/0.23	c  objective function found
7.44/4.66	c ... done. Wall clock time 4.461s.
7.44/4.66	c declared #vars     399113
7.44/4.66	c #constraints  400980
7.44/4.66	c constraints type 
7.44/4.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
7.44/4.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
7.44/4.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.44/4.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
7.44/4.66	c 400980 constraints processed.
7.44/4.68	c objective function length is 306555 literals
104.00/96.39	c cleaning 2500 clauses out of 4999 with flag 33687/5000
174.95/168.81	c cleaning 4251 clauses out of 8501 with flag 57506/11002
285.87/279.27	c cleaning 5613 clauses out of 11248 with flag 82154/18000
416.03/408.98	c cleaning 6811 clauses out of 13636 with flag 115963/26001
603.68/596.32	c cleaning 7908 clauses out of 15824 with flag 179092/35000
872.01/864.89	c cleaning 8959 clauses out of 17917 with flag 301820/45001
1144.21/1138.42	c cleaning 9950 clauses out of 19957 with flag 370705/56000
1352.37/1346.92	c cleaning 10995 clauses out of 22009 with flag 450550/68002
1503.23/1498.10	c cleaning 12004 clauses out of 24013 with flag 515920/81001
1673.84/1668.84	c cleaning 12998 clauses out of 26009 with flag 577375/95001
1899.87/1895.18	c cleaning 13901 clauses out of 28013 with flag 638820/110003
2138.04/2134.74	c cleaning 15054 clauses out of 30111 with flag 716951/126002
2439.40/2436.21	c cleaning 16015 clauses out of 32055 with flag 807244/143000
2747.01/2744.27	c cleaning 16800 clauses out of 34040 with flag 890049/161000
3446.04/3444.56	c cleaning 17751 clauses out of 36243 with flag 1233002/180003
3600.06/3599.42	c starts		: 970
3600.06/3599.45	c conflicts		: 190910
3600.06/3599.45	c decisions		: 3703718
3600.06/3599.45	c propagations		: 5397446783
3600.06/3599.45	c inspects		: 989223900
3600.06/3599.45	c shortcuts		: 0
3600.06/3599.45	c learnt literals	: 1
3600.06/3599.45	c learnt binary clauses	: 984
3600.06/3599.45	c learnt ternary clauses	: 399
3600.06/3599.45	c learnt constraints	: 190908
3600.06/3599.45	c ignored constraints	: 0
3600.06/3599.45	c root simplifications	: 0
3600.06/3599.45	c removed literals (reason simplification)	: 29343801
3600.06/3599.45	c reason swapping (by a shorter reason)	: 0
3600.06/3599.45	c Calls to reduceDB	: 15
3600.06/3599.45	c Number of update (reduction) of LBD	: 75242
3600.06/3599.45	c Imported unit clauses	: 0
3600.06/3599.45	c No decision after first conflict	: false
3600.06/3599.45	c number of reductions to clauses (during analyze)	: 0
3600.06/3599.45	c number of learned constraints concerned by reduction	: 0
3600.06/3599.45	c number of learning phase by resolution	: 0
3600.25/3599.56	c number of learning phase by cutting planes	: 0
3600.25/3599.56	c number of rounding to 1 operations	: 0
3600.25/3599.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.25/3599.56	c number of reductions of the coefficients by power 2 	: 0
3600.25/3599.56	c number of right shift for reduction by power 2 	: 0
3600.25/3599.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.25/3599.56	c number of ending skipping 	: 0
3600.25/3599.56	c number of internal skipping 	: 0
3600.25/3599.56	c number of derivation steps 	: 0
3600.25/3599.56	c number of skipped derivation steps 	: 0
3600.25/3599.56	c number of remaining unassigned 	: 0
3600.25/3599.56	c number of remaining assigned 	: 0
3600.25/3599.56	c number of falsified literals weakened from reason	: 0
3600.25/3599.56	c number of falsified literals weakened from conflict	: 0
3600.25/3599.56	c time for arithmetic operations	: 0
3600.25/3599.56	c minimum degree of deleted constraints	: null
3600.25/3599.56	c maximum degree of deleted constraints	: null
3600.25/3599.56	c number of deleted constraints	: 0
3600.25/3599.56	c speed (assignments/second)	: 1501474.1667396897
3600.25/3599.56	c non guided choices	: 0
3600.25/3599.57	c timeout
3600.25/3599.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 28415
3600.25/3599.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 984
3600.25/3599.58	s UNKNOWN
3600.25/3599.58	c Total wall clock time (in seconds): 3599.388

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440511-1721823961/watcher-4440511-1721823961 -o /tmp/evaluation-result-4440511-1721823961/solver-4440511-1721823961 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179521 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440511-1721823961 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440511-1721823961.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=182460, runsolver pid=182457

[startup+0.109252 s]*
/proc/loadavg: 4.75 4.56 4.32 8/324 182478
/proc/meminfo: memFree=112374120/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=18975048 memory=56736 CPUtime=0.14 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 6655 0 0 0 11 3 0 0 20 0 18 0 18385882 19430449152 14184 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4743762 14184 5682 1 0 550979 0
[pid=182460/tid=182462] ppid=182457 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 5534 0 0 0 6 2 0 0 20 0 18 0 18385882 19430449152 14184 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385888 19430449152 14184 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=18975048 memory=4050484525539786784 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385889 19430449152 14184 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56736 KiB

[startup+0.206523 s]*
/proc/loadavg: 4.75 4.56 4.32 6/324 182478
/proc/meminfo: memFree=112362656/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=18975048 memory=66496 CPUtime=0.3 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 7377 0 0 0 27 3 0 0 20 0 18 0 18385882 19430449152 16624 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4743762 16624 5823 1 0 551557 0
[pid=182460/tid=182462] ppid=182457 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) D 182457 182460 179511 0 -1 1078198336 5921 0 0 0 14 3 0 0 20 0 18 0 18385882 19430449152 16624 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=18975048 memory=804964 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385888 19430449152 16624 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385889 19430449152 16624 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66496 KiB

[startup+0.307236 s]*
/proc/loadavg: 4.75 4.56 4.32 9/324 182478
/proc/meminfo: memFree=112256848/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=18975048 memory=85060 CPUtime=0.48 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 7461 0 0 0 44 4 0 0 20 0 18 0 18385882 19430449152 21265 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4743762 21265 5823 1 0 551603 0
[pid=182460/tid=182462] ppid=182457 vsize=18975048 memory=-8671793689671803580 CPUtime=0.25 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 5948 0 0 0 22 3 0 0 20 0 18 0 18385882 19430449152 21265 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385888 19430449152 21265 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385889 19430449152 21265 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85060 KiB

[startup+0.702248 s]
/proc/loadavg: 4.75 4.56 4.32 7/324 182478
/proc/meminfo: memFree=112123712/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19041612 memory=188680 CPUtime=1.23 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 9983 0 0 0 115 8 0 0 20 0 19 0 18385882 19498610688 47170 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4760403 47170 5855 1 0 553513 0
[pid=182460/tid=182462] ppid=182457 vsize=19041612 memory=5572 CPUtime=0.59 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 5986 0 0 0 55 4 0 0 20 0 19 0 18385882 19498610688 47170 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19041612 memory=12412 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385888 19498610688 47170 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18385889 19498610688 47170 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 188680 KiB

[startup+1.50125 s]
/proc/loadavg: 4.75 4.56 4.32 6/325 182479
/proc/meminfo: memFree=111993224/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19041612 memory=444664 CPUtime=2.77 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 18004 0 0 0 262 15 0 0 20 0 19 0 18385882 19498610688 111166 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4760403 111166 5871 1 0 1017839 0
[pid=182460/tid=182462] ppid=182457 vsize=19041612 memory=12412 CPUtime=1.2 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 6161 0 0 0 112 8 0 0 20 0 19 0 18385882 19498610688 111166 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385888 19498610688 111166 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18385889 19498610688 111166 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 444664 KiB

[startup+3.10625 s]
/proc/loadavg: 4.77 4.57 4.32 6/326 182480
/proc/meminfo: memFree=108706100/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19041612 memory=3646160 CPUtime=5.48 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 23364 0 0 0 467 81 0 0 20 0 19 0 18385882 19498610688 911540 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4760403 911540 5871 1 0 2272119 0
[pid=182460/tid=182462] ppid=182457 vsize=19041612 memory=0 CPUtime=2.54 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) S 182457 182460 179511 0 -1 1077936192 7680 0 0 0 184 70 0 0 20 0 19 0 18385882 19498610688 911540 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19041612 memory=12412 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385888 19498610688 911540 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19041612 memory=1178968 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18385889 19498610688 911540 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3646160 KiB

[startup+6.30029 s]
/proc/loadavg: 4.77 4.57 4.32 6/327 182483
/proc/meminfo: memFree=108207004/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19108176 memory=3663096 CPUtime=10.49 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 23939 0 0 0 966 83 0 0 20 0 20 0 18385882 19566772224 915774 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4777044 915774 5941 1 0 2272630 0
[pid=182460/tid=182462] ppid=182457 vsize=19108176 memory=0 CPUtime=5.6 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 7876 0 0 0 489 71 0 0 20 0 20 0 18385882 19566772224 915774 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19108176 memory=11932 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385888 19566772224 915774 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385889 19566772224 915774 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19108176 memory=3662532 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386360 19566772224 915774 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 10.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3663096 KiB

[startup+12.7005 s]
/proc/loadavg: 5.11 4.64 4.35 5/329 182485
/proc/meminfo: memFree=107804972/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=3736124 CPUtime=17.82 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 24279 0 0 0 1697 85 0 0 20 0 21 0 18385882 19634933760 934031 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 934031 5954 1 0 2273041 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=3735868 CPUtime=11.75 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 7876 0 0 0 1103 72 0 0 20 0 21 0 18385882 19634933760 934031 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 934031 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 18385889 19634933760 934031 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=3662012 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 934031 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 17.82 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3736124 KiB

[startup+25.5005 s]
/proc/loadavg: 5.08 4.66 4.36 4/329 182488
/proc/meminfo: memFree=107614572/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=3736588 CPUtime=32.25 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 27396 0 0 0 3137 88 0 0 20 0 21 0 18385882 19634933760 934147 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 934147 5954 1 0 2273041 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=0 CPUtime=24.5 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 8581 0 0 0 2378 72 0 0 20 0 21 0 18385882 19634933760 934147 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=3662012 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 934147 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=417 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 18385889 19634933760 934147 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 934147 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 32.25 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3736588 KiB

[startup+51.1143 s]
/proc/loadavg: 4.97 4.67 4.37 5/329 182491
/proc/meminfo: memFree=107419028/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=3736944 CPUtime=58.8 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 31663 0 0 0 5789 91 0 0 20 0 21 0 18385882 19634933760 934236 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 934236 5954 1 0 2273041 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=3736944 CPUtime=50.04 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 10020 0 0 0 4932 72 0 0 20 0 21 0 18385882 19634933760 934236 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=3736944 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 934236 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=3736944 CPUtime=0 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 18385889 19634933760 934236 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=3736944 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 934236 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 58.8 s
Current children cumulated vsize: 19174740 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/329 184008
/proc/meminfo: memFree=74996748/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3284.12 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 193212 0 0 0 328041 371 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 1100154 5986 1 0 2273306 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3267.17 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 98862 0 0 0 326593 124 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 396 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=4400616 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=4400616 CPUtime=0.01 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 6696 0 0 0 0 1 0 0 20 0 21 0 18385889 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=32136 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 3284.12 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4400616 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.18 4.18 5/330 184021
/proc/meminfo: memFree=73955820/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3344.02 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 195790 0 0 0 334024 378 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 1100154 5986 1 0 2273306 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3326.96 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 100894 0 0 0 332571 125 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 396 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=4400616 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=5572 CPUtime=0.01 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 6815 0 0 0 0 1 0 0 20 0 21 0 18385889 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=67988 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 3344.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4400616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.24 4.20 6/330 184031
/proc/meminfo: memFree=72324124/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3403.91 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 197407 0 0 0 340009 382 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 1100154 5986 1 0 2273306 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3386.76 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 102166 0 0 0 338550 126 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 396 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=11932 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=12412 CPUtime=0.01 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 6934 0 0 0 0 1 0 0 20 0 21 0 18385889 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=4400616 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 3403.91 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4400616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.27 4.21 6/331 184110
/proc/meminfo: memFree=84428680/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3463.8 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 200147 0 0 0 345992 388 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 1100154 5986 1 0 2273306 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3446.55 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 104345 0 0 0 344528 127 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 396 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=1904 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=4400616 CPUtime=0.01 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 7034 0 0 0 0 1 0 0 20 0 21 0 18385889 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=166 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 3463.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4400616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.28 4.21 5/331 184123
/proc/meminfo: memFree=79724160/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3523.7 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 202093 0 0 0 351977 393 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 1100154 5986 1 0 2273306 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3506.34 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 105923 0 0 0 350507 127 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 396 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=11932 CPUtime=0.01 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 7159 0 0 0 0 1 0 0 20 0 21 0 18385889 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=5572 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 3523.7 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4400616 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.30 4.22 5/330 184518
/proc/meminfo: memFree=76792848/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3583.61 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 204425 0 0 0 357963 398 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 1100154 5986 1 0 2273306 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=12412 CPUtime=3566.14 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 107634 0 0 0 356486 128 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 396 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=16224 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=4400616 CPUtime=0.01 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 7298 0 0 0 0 1 0 0 20 0 21 0 18385889 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=11932 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 3583.61 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4400616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.4 s]
/proc/loadavg: 4.42 4.32 4.23 5/331 184591
/proc/meminfo: memFree=82710864/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19174740 memory=4400616 CPUtime=3600.06 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 205065 0 0 0 359606 400 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4793685 1100154 5986 1 0 2273306 0
[pid=182460/tid=182462] ppid=182457 vsize=19174740 memory=-8671793689671803580 CPUtime=3582.55 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) R 182457 182460 179511 0 -1 4194368 108179 0 0 0 358127 128 0 0 20 0 21 0 18385882 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 460 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19174740 memory=26900 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385888 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19174740 memory=32136 CPUtime=0.01 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 7298 0 0 0 0 1 0 0 20 0 21 0 18385889 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182482] ppid=182457 vsize=19174740 memory=1904 CPUtime=0 cores=0,2
/proc/182460/task/182482/stat : 182482 (Timer-0) S 182457 182460 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386360 19634933760 1100154 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4400616 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.41 s, system=4.02653 s

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

[startup+3599.51 s]
/proc/loadavg: 4.42 4.32 4.23 5/331 184591
/proc/meminfo: memFree=82710864/131655788 swapFree=131070448/131071996
[pid=182460] ppid=182457 vsize=19374432 memory=4401176 CPUtime=3600.25 cores=0,2
/proc/182460/stat : 182460 (java) S 182457 182460 179511 0 -1 1077936128 209059 0 0 0 359625 400 0 0 20 0 23 0 18385882 19839418368 1100294 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
/proc/182460/statm: 4843608 1100294 5985 1 0 2274241 0
[pid=182460/tid=182462] ppid=182457 vsize=19374432 memory=11932 CPUtime=3582.6 cores=0,2
/proc/182460/task/182462/stat : 182462 (java) S 182457 182460 179511 0 -1 1077936192 108179 0 0 0 358132 128 0 0 20 0 23 0 18385882 19839418368 1100294 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 460 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182471] ppid=182457 vsize=19374432 memory=67988 CPUtime=0 cores=0,2
/proc/182460/task/182471/stat : 182471 (Finalizer) S 182457 182460 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 23 0 18385888 19839418368 1100294 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
[pid=182460/tid=182478] ppid=182457 vsize=19374432 memory=12412 CPUtime=0.01 cores=0,2
/proc/182460/task/182478/stat : 182478 (Common-Cleaner) S 182457 182460 179511 0 -1 1077936192 7298 0 0 0 0 1 0 0 20 0 23 0 18385889 19839418368 1100294 134679101440 93922944679936 93922944683632 140723542310784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922944691448 93922944692240 93922966171648 140723542320043 140723542320225 140723542320225 140723542327240 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 4401176 KiB

Child status: 143

Real time (s): 3599.61
CPU time (s): 3600.43
CPU user time (s): 3596.41
CPU system time (s): 4.02653
CPU usage (%): 100.023
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 4401176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.41
system time used= 4.02653
maximum resident set size= 4402176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 244528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155946
involuntary context switches= 25914


# summary of solver processes directly reported to runsolver:
#   pid: 182460
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3596.41
#   total CPU system time (s): 4.02653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6413 second user time and 38.6147 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-24 14:26:02
IDJOB=4440511
IDBENCH=157434
IDSOLVER=3079
FILE ID=nodeC012/4440511-1721823961
RUNJOBID= nodeC012-1721820326-179521
SLURM_JOB_ID= 7891468
Free space on /tmp= 723664 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null50mast_rapportOE2.0_TMAX15_K192_cod1.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-4440511-1721823961/watcher-4440511-1721823961 -o /tmp/evaluation-result-4440511-1721823961/solver-4440511-1721823961 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179521 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440511-1721823961 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440511-1721823961.opb

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

MD5SUM BENCH= 19fb62140527f06bc9ecc93817abb881
RANDOM SEED=1041322734

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.211
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.262
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.32
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		: 2286.680
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.47
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		: 3496.530
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.32
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		: 3491.735
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.47
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		: 3635.374
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.32
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		: 3402.481
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.237
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        112866320 kB
MemAvailable:   122365444 kB
Buffers:          263468 kB
Cached:         10016972 kB
SwapCached:           72 kB
Active:          2598828 kB
Inactive:       15522764 kB
Active(anon):       1444 kB
Inactive(anon):  7892824 kB
Active(file):    2597384 kB
Inactive(file):  7629940 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070448 kB
Dirty:            116672 kB
Writeback:             0 kB
AnonPages:       7837852 kB
Mapped:           136156 kB
Shmem:             53368 kB
KReclaimable:     223664 kB
Slab:             337420 kB
SReclaimable:     223664 kB
SUnreclaim:       113756 kB
KernelStack:        4992 kB
PageTables:        25120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   21455308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            15136 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7407616 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:      402248 kB
DirectMap2M:    55076864 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723732 MiB
End job on nodeC012 at 2024-07-24 15:26:01