Trace number 4440513

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.25 3610.04

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMb426dbe7074eb22ba087b5fa4a4ffb0b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-140091
Best CPU time to get the best result obtained on this benchmark3558.38
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 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4855476
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4855476
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.18	c Free memory 		2113181440
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.19	c Number of processors 	2
0.27/0.27	--- Begin Solver configuration ---
0.27/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.27/0.27	Learn all clauses as in MiniSAT
0.27/0.27	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.27	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.27	Expensive reason simplification
0.27/0.27	Glucose 2.1 dynamic restart strategy
0.27/0.27	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.27/0.27	timeout=2147483s
0.27/0.27	DB Simplification allowed=false
0.27/0.27	Listener: none
0.27/0.27	--- End Solver configuration ---
0.27/0.28	c Pseudo Boolean Optimization by upper bound
0.27/0.28	c --- Begin Solver configuration ---
0.27/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.27/0.28	c Learn all clauses as in MiniSAT
0.27/0.28	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.28	c Expensive reason simplification
0.27/0.28	c Glucose 2.1 dynamic restart strategy
0.27/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.27/0.28	c timeout=2147483s
0.27/0.28	c DB Simplification allowed=false
0.27/0.28	c Listener: none
0.27/0.28	c --- End Solver configuration ---
0.27/0.28	c solving HOME/instance-4440513-1721823966.opb
0.27/0.28	c reading problem ... 
0.38/0.37	c using VERIPB proof format
0.38/0.37	c  objective function found
6.57/4.61	c ... done. Wall clock time 4.331s.
6.57/4.61	c declared #vars     400896
6.57/4.61	c #constraints  402763
6.57/4.61	c constraints type 
6.57/4.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
6.57/4.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
6.57/4.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.57/4.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
6.57/4.61	c 402763 constraints processed.
6.57/4.62	c objective function length is 1427 literals
56.47/49.23	c cleaning 2498 clauses out of 4999 with flag 25486/5000
130.95/127.66	c cleaning 4251 clauses out of 8501 with flag 108043/11000
204.98/201.00	c cleaning 5625 clauses out of 11250 with flag 152426/18000
279.96/275.47	c cleaning 6801 clauses out of 13625 with flag 277696/26000
348.92/344.56	c cleaning 7910 clauses out of 15824 with flag 320332/35000
438.62/434.47	c cleaning 8961 clauses out of 17922 with flag 365992/45008
549.10/548.88	c cleaning 9869 clauses out of 19955 with flag 514692/56002
653.59/653.58	c cleaning 11045 clauses out of 22090 with flag 615884/68006
764.62/764.71	c cleaning 12001 clauses out of 24039 with flag 705660/81000
900.78/901.08	c cleaning 12990 clauses out of 26039 with flag 759094/95001
1020.24/1020.71	c cleaning 14011 clauses out of 28051 with flag 838719/110003
1148.64/1149.49	c cleaning 15000 clauses out of 30038 with flag 945167/126001
1325.47/1326.99	c cleaning 16002 clauses out of 32037 with flag 1086511/143000
1541.65/1543.54	c cleaning 17009 clauses out of 34035 with flag 1226703/161000
1686.39/1688.66	c cleaning 17997 clauses out of 36028 with flag 1393703/180002
1846.91/1849.66	c cleaning 19015 clauses out of 38029 with flag 1576899/200000
2019.02/2022.19	c cleaning 19996 clauses out of 40014 with flag 1747613/221000
2265.62/2269.24	c cleaning 21003 clauses out of 42018 with flag 1940982/243000
2437.21/2441.69	c cleaning 22005 clauses out of 44016 with flag 2160402/266001
2622.12/2627.01	c cleaning 23005 clauses out of 46011 with flag 2391582/290001
2781.23/2786.74	c cleaning 24003 clauses out of 48005 with flag 2615398/315000
3035.80/3041.95	c cleaning 24996 clauses out of 50002 with flag 2818088/341000
3299.73/3306.58	c cleaning 25994 clauses out of 52007 with flag 3005665/368001
3578.24/3588.11	c cleaning 26997 clauses out of 54012 with flag 3192566/396000
3600.08/3609.92	c starts		: 723
3600.08/3609.93	c conflicts		: 398196
3600.08/3609.93	c decisions		: 3575871
3600.08/3609.94	c propagations		: 10974661440
3600.08/3609.94	c inspects		: 3958732336
3600.08/3609.94	c shortcuts		: 0
3600.08/3609.94	c learnt literals	: 1
3600.08/3609.94	c learnt binary clauses	: 1650
3600.08/3609.94	c learnt ternary clauses	: 1180
3600.08/3609.94	c learnt constraints	: 398195
3600.08/3609.94	c ignored constraints	: 0
3600.08/3609.94	c root simplifications	: 0
3600.08/3609.94	c removed literals (reason simplification)	: 51915935
3600.08/3609.94	c reason swapping (by a shorter reason)	: 0
3600.08/3609.94	c Calls to reduceDB	: 24
3600.08/3609.94	c Number of update (reduction) of LBD	: 127103
3600.08/3609.94	c Imported unit clauses	: 0
3600.08/3609.94	c No decision after first conflict	: false
3600.08/3609.94	c number of reductions to clauses (during analyze)	: 0
3600.08/3609.94	c number of learned constraints concerned by reduction	: 0
3600.08/3609.94	c number of learning phase by resolution	: 0
3600.08/3609.94	c number of learning phase by cutting planes	: 0
3600.08/3609.94	c number of rounding to 1 operations	: 0
3600.08/3609.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3609.94	c number of reductions of the coefficients by power 2 	: 0
3600.08/3609.94	c number of right shift for reduction by power 2 	: 0
3600.08/3609.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3609.94	c number of ending skipping 	: 0
3600.08/3609.94	c number of internal skipping 	: 0
3600.08/3609.94	c number of derivation steps 	: 0
3600.08/3609.94	c number of skipped derivation steps 	: 0
3600.08/3609.94	c number of remaining unassigned 	: 0
3600.08/3609.94	c number of remaining assigned 	: 0
3600.08/3609.94	c number of falsified literals weakened from reason	: 0
3600.08/3609.94	c number of falsified literals weakened from conflict	: 0
3600.08/3609.94	c time for arithmetic operations	: 0
3600.08/3609.94	c minimum degree of deleted constraints	: null
3600.08/3609.94	c maximum degree of deleted constraints	: null
3600.08/3609.94	c number of deleted constraints	: 0
3600.08/3609.94	c timeout
3600.08/3609.94	c speed (assignments/second)	: 3044062.58841229
3600.08/3609.95	c non guided choices	: 18549
3600.08/3609.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27561
3600.08/3609.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1650
3600.08/3609.99	s UNKNOWN
3600.08/3609.99	c Total wall clock time (in seconds): 3609.709

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 (59381 MiB free)
  memory of node 1: 64473 MiB (51048 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440513-1721823966/watcher-4440513-1721823966 -o /tmp/evaluation-result-4440513-1721823966/solver-4440513-1721823966 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721820325-176942 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440513-1721823966 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440513-1721823966.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
solver pid=181009, runsolver pid=181006
Current StackSize limit: 8192 KiB


[startup+0.10008 s]*
/proc/loadavg: 4.74 4.28 4.13 5/321 181027
/proc/meminfo: memFree=112682252/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=18975048 memory=56772 CPUtime=0.12 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 6415 0 0 0 10 2 0 0 20 0 18 0 18385544 19430449152 14193 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4743762 14193 5392 1 0 550877 0
[pid=181009/tid=181011] ppid=181006 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 5368 0 0 0 7 1 0 0 20 0 18 0 18385544 19430449152 14193 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385548 19430449152 14193 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=18975048 memory=3905244537068716064 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385549 19430449152 14193 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56772 KiB

[startup+0.208311 s]*
/proc/loadavg: 4.74 4.28 4.13 5/321 181027
/proc/meminfo: memFree=112396016/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=18975048 memory=65372 CPUtime=0.27 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 7066 0 0 0 24 3 0 0 20 0 18 0 18385544 19430449152 16343 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4743762 16343 5400 1 0 551411 0
[pid=181009/tid=181011] ppid=181006 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 5623 0 0 0 17 2 0 0 20 0 18 0 18385544 19430449152 16343 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=18975048 memory=880909 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385548 19430449152 16343 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=18975048 memory=15260341797930584 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385549 19430449152 16357 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65372 KiB

[startup+0.30647 s]*
/proc/loadavg: 4.74 4.28 4.13 4/321 181027
/proc/meminfo: memFree=112394480/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=18975048 memory=67488 CPUtime=0.38 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 7319 0 0 0 34 4 0 0 20 0 18 0 18385544 19430449152 16872 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4743762 16872 5683 1 0 551585 0
[pid=181009/tid=181011] ppid=181006 vsize=18975048 memory=-8745263060934763196 CPUtime=0.26 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) D 181006 181009 176776 0 -1 1078198336 5763 0 0 0 24 2 0 0 20 0 18 0 18385544 19430449152 16872 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385548 19430449152 16872 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385549 19430449152 16872 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67488 KiB

[startup+0.700738 s]
/proc/loadavg: 4.74 4.28 4.13 7/321 181027
/proc/meminfo: memFree=112364764/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=18975048 memory=136836 CPUtime=1.01 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 9230 0 0 0 95 6 0 0 20 0 18 0 18385544 19430449152 34209 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4743762 34209 5767 1 0 552833 0
[pid=181009/tid=181011] ppid=181006 vsize=18975048 memory=5572 CPUtime=0.55 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 5855 0 0 0 51 4 0 0 20 0 18 0 18385544 19430449152 34209 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=18975048 memory=11652 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385548 19430449152 34209 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385549 19430449152 34209 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 136836 KiB

[startup+1.50874 s]
/proc/loadavg: 4.74 4.28 4.13 6/322 181028
/proc/meminfo: memFree=112249036/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19041612 memory=573636 CPUtime=2.56 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 19755 0 0 0 239 17 0 0 20 0 19 0 18385544 19498610688 143409 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4760403 143409 5799 1 0 1228059 0
[pid=181009/tid=181011] ppid=181006 vsize=19041612 memory=11652 CPUtime=1.17 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 6081 0 0 0 105 12 0 0 20 0 19 0 18385544 19498610688 143409 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385548 19498610688 143409 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18385549 19498610688 143409 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 573636 KiB

[startup+3.10576 s]
/proc/loadavg: 4.84 4.31 4.14 7/323 181032
/proc/meminfo: memFree=110379308/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19041612 memory=1737204 CPUtime=5.01 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 22483 0 0 0 459 42 0 0 20 0 19 0 18385544 19498610688 434301 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4760403 434301 5799 1 0 2540249 0
[pid=181009/tid=181011] ppid=181006 vsize=19041612 memory=0 CPUtime=2.39 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 6550 0 0 0 208 31 0 0 20 0 19 0 18385544 19498610688 434301 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19041612 memory=11652 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385548 19498610688 434301 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19041612 memory=581360 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18385549 19498610688 434301 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1737204 KiB

[startup+6.30027 s]
/proc/loadavg: 4.84 4.31 4.14 5/324 181033
/proc/meminfo: memFree=107354952/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4462032 CPUtime=9.77 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 24564 0 0 0 879 98 0 0 20 0 20 0 18385544 19566772224 1115508 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1115508 5885 1 0 2540989 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=0 CPUtime=5.4 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 8181 0 0 0 454 86 0 0 20 0 20 0 18385544 19566772224 1115508 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1115508 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18385549 19566772224 1115508 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=4461000 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1115508 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 9.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4462032 KiB

[startup+12.7005 s]
/proc/loadavg: 4.79 4.32 4.15 4/323 181034
/proc/meminfo: memFree=107349508/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4462664 CPUtime=18.38 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 24767 0 0 0 1739 99 0 0 20 0 20 0 18385544 19566772224 1115666 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1115666 5885 1 0 2541008 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=4462664 CPUtime=11.78 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 8220 0 0 0 1092 86 0 0 20 0 20 0 18385544 19566772224 1115666 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1115666 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18385549 19566772224 1115666 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=4460208 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1115666 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 18.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4462664 KiB

[startup+25.5005 s]
/proc/loadavg: 4.67 4.31 4.14 5/323 181036
/proc/meminfo: memFree=107342140/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4463444 CPUtime=31.58 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 29350 0 0 0 3057 101 0 0 20 0 20 0 18385544 19566772224 1115861 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1115861 5885 1 0 2541008 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=0 CPUtime=24.54 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 9082 0 0 0 2367 87 0 0 20 0 20 0 18385544 19566772224 1115861 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=4460208 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1115861 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=417 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18385549 19566772224 1115861 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1115861 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 31.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4463444 KiB

[startup+51.1139 s]
/proc/loadavg: 4.57 4.31 4.15 5/323 181039
/proc/meminfo: memFree=107204880/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4464032 CPUtime=58.47 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 39546 0 0 0 5741 106 0 0 20 0 20 0 18385544 19566772224 1116008 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1116008 5900 1 0 2541040 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=4463752 CPUtime=50.06 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 11290 0 0 0 4917 89 0 0 20 0 20 0 18385544 19566772224 1116008 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=4464032 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1116008 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=4463752 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18385549 19566772224 1116008 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=4463752 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1116008 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 58.47 s
Current children cumulated vsize: 19108176 KiB

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

/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 5575 0 0 0 0 0 0 0 20 0 20 0 18385549 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 3215.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676568 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.15 5/324 182636
/proc/meminfo: memFree=96545644/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3275.58 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 195097 0 0 0 327151 407 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1169142 5947 1 0 2541081 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3259.57 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 102511 0 0 0 325774 183 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1025 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 5689 0 0 0 0 0 0 0 20 0 20 0 18385549 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=25928 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 3275.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.12 4.15 4/326 182652
/proc/meminfo: memFree=96376300/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3335.44 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 197042 0 0 0 333132 412 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1169142 5947 1 0 2541081 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3319.35 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 104061 0 0 0 331751 184 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1025 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 5803 0 0 0 0 0 0 0 20 0 20 0 18385549 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 3335.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676568 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/326 182663
/proc/meminfo: memFree=96198100/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3395.3 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 198870 0 0 0 339113 417 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1169142 5947 1 0 2541081 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3379.13 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 105207 0 0 0 337729 184 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1025 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=11652 CPUtime=0 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 5918 0 0 0 0 0 0 0 20 0 20 0 18385549 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=68272 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 3395.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676568 KiB

[startup+3462.3 s]
/proc/loadavg: 4.78 4.31 4.21 5/324 182674
/proc/meminfo: memFree=96044412/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3455.15 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 200207 0 0 0 345093 422 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1169142 5947 1 0 2541081 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3438.91 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 106134 0 0 0 343706 185 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1025 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=11652 CPUtime=0.01 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 6032 0 0 0 0 1 0 0 20 0 20 0 18385549 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=25928 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 3455.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676568 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.29 4.21 5/323 182685
/proc/meminfo: memFree=95911944/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3515.01 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 201740 0 0 0 351074 427 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1169142 5947 1 0 2541081 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3498.68 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 107255 0 0 0 349682 186 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1026 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=13560 CPUtime=0.01 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 6146 0 0 0 0 1 0 0 20 0 20 0 18385549 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 3515.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676568 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.30 4.22 5/325 183080
/proc/meminfo: memFree=95695416/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3572.54 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 203720 0 0 0 356823 431 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1169142 5947 1 0 2541081 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=13560 CPUtime=3556.14 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 108543 0 0 0 355427 187 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1259 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=13560 CPUtime=0.01 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 6262 0 0 0 0 1 0 0 20 0 20 0 18385549 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=-8745263060934763196 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 3572.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.71 4.39 4.25 6/325 183152
/proc/meminfo: memFree=99521300/131655788 swapFree=131071472/131071996
[pid=181009] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3600.08 cores=0,2
/proc/181009/stat : 181009 (java) S 181006 181009 176776 0 -1 1077936128 204704 0 0 0 359576 432 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
/proc/181009/statm: 4777044 1169142 5947 1 0 2541081 0
[pid=181009/tid=181011] ppid=181006 vsize=19108176 memory=4676568 CPUtime=3583.64 cores=0,2
/proc/181009/task/181011/stat : 181011 (java) R 181006 181009 176776 0 -1 4194368 109397 0 0 0 358177 187 0 0 20 0 20 0 18385544 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1259 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181020] ppid=181006 vsize=19108176 memory=68272 CPUtime=0 cores=0,2
/proc/181009/task/181020/stat : 181020 (Finalizer) S 181006 181009 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385548 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181027] ppid=181006 vsize=19108176 memory=4676568 CPUtime=0.01 cores=0,2
/proc/181009/task/181027/stat : 181027 (Common-Cleaner) S 181006 181009 176776 0 -1 1077936192 6357 0 0 0 0 1 0 0 20 0 20 0 18385549 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
[pid=181009/tid=181033] ppid=181006 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/181009/task/181033/stat : 181033 (Timer-0) S 181006 181009 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386011 19566772224 1169142 134679101440 94236087832576 94236087836272 140722174274160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236087844088 94236087844880 94236090978304 140722174280619 140722174280801 140722174280801 140722174287816 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4676568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.89 s, system=4.35893 s

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

[startup+3610.01 s]*
/proc/loadavg: 4.71 4.39 4.25 10/312 183155
/proc/meminfo: memFree=104080368/131655788 swapFree=131071472/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3610.04
CPU time (s): 3600.25
CPU user time (s): 3595.89
CPU system time (s): 4.35893
CPU usage (%): 99.729
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4676568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.89
system time used= 4.35893
maximum resident set size= 4678028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136639
involuntary context switches= 26068


# summary of solver processes directly reported to runsolver:
#   pid: 181009
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.89
#   total CPU system time (s): 4.35893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.1881 second user time and 39.001 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-24 14:26:06
IDJOB=4440513
IDBENCH=158099
IDSOLVER=3079
FILE ID=nodeC004/4440513-1721823966
RUNJOBID= nodeC004-1721820325-176942
SLURM_JOB_ID= 7891447
Free space on /tmp= 723704 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null20mast_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-4440513-1721823966/watcher-4440513-1721823966 -o /tmp/evaluation-result-4440513-1721823966/solver-4440513-1721823966 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721820325-176942 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440513-1721823966 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440513-1721823966.opb

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

MD5SUM BENCH= b426dbe7074eb22ba087b5fa4a4ffb0b
RANDOM SEED=1282150474

nodeC004.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.321
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	: 6984.13
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		: 3634.735
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.36
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		: 2376.314
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	: 6984.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        113141468 kB
MemAvailable:   123435852 kB
Buffers:          248424 kB
Cached:         10837728 kB
SwapCached:           60 kB
Active:          2573952 kB
Inactive:       15286288 kB
Active(anon):       1436 kB
Inactive(anon):  6826588 kB
Active(file):    2572516 kB
Inactive(file):  8459700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             89116 kB
Writeback:             0 kB
AnonPages:       6771780 kB
Mapped:           134592 kB
Shmem:             53860 kB
KReclaimable:     204732 kB
Slab:             318356 kB
SReclaimable:     204732 kB
SUnreclaim:       113624 kB
KernelStack:        4896 kB
PageTables:        23464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11625824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20128 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6459392 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:      392008 kB
DirectMap2M:    50892800 kB
DirectMap1G:    84934656 kB

Free space on /tmp at the end= 723672 MiB
End job on nodeC004 at 2024-07-24 15:26:16