Trace number 4432481

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.48 3585.24

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM6f676becb9e8baff21bbed56e9641b4e
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 benchmark20172513
Best CPU time to get the best result obtained on this benchmark3600.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.14/0.12	c version CUSTOM.v20240707
0.14/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.15	c java.vm.version	22.0.1+8-16
0.14/0.15	c java.vm.vendor	Oracle Corporation
0.14/0.15	c sun.arch.data.model	64
0.14/0.15	c java.version		22.0.1
0.14/0.15	c os.name		Linux
0.14/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.15	c os.arch		amd64
0.14/0.16	c Free memory 		2115194816
0.14/0.16	c Max memory 		16282288128
0.14/0.16	c Total memory 		2122317824
0.14/0.16	c Number of processors 	2
0.28/0.27	--- Begin Solver configuration ---
0.28/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.27	Learn all clauses as in MiniSAT
0.28/0.27	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.27	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.27	No reason simplification
0.28/0.27	Glucose 2.1 dynamic restart strategy
0.28/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.28/0.27	timeout=2147483s
0.28/0.27	DB Simplification allowed=false
0.28/0.27	Listener: none
0.28/0.27	--- End Solver configuration ---
0.28/0.27	c Pseudo Boolean Optimization by upper bound
0.28/0.27	c --- Begin Solver configuration ---
0.28/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.27	c Learn all clauses as in MiniSAT
0.28/0.27	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.27	c No reason simplification
0.28/0.27	c Glucose 2.1 dynamic restart strategy
0.28/0.27	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.28/0.27	c timeout=2147483s
0.28/0.27	c DB Simplification allowed=false
0.28/0.27	c Listener: none
0.28/0.27	c --- End Solver configuration ---
0.28/0.27	c solving HOME/instance-4432481-1723130241.opb
0.28/0.27	c reading problem ... 
0.28/0.29	c  objective function found
13.90/9.11	c ... done. Wall clock time 8.835s.
13.90/9.11	c declared #vars     1000400
13.90/9.11	c #constraints  2030014
13.90/9.11	c constraints type 
13.90/9.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59500
13.90/9.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
13.90/9.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
13.90/9.11	c org.sat4j.specs.Constr$1 => 3
13.90/9.11	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
13.90/9.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
13.90/9.11	c 2030014 constraints processed.
13.90/9.12	c objective function length is 29800 literals
20.41/14.54	c SATISFIABLE
20.41/14.54	c OPTIMIZING...
20.41/14.54	c Got one! Elapsed wall clock time (in seconds):14.269
20.41/14.55	o 18241471
36.40/29.93	c cleaning 2857 clauses out of 5720 with flag 12592/5720
54.50/47.78	c cleaning 4428 clauses out of 8863 with flag 29877/11720
75.53/68.31	c cleaning 5713 clauses out of 11435 with flag 48682/18720
99.26/91.41	c cleaning 6854 clauses out of 13722 with flag 70849/26720
132.66/124.63	c cleaning 7924 clauses out of 15868 with flag 94147/35720
167.47/158.90	c cleaning 8963 clauses out of 17944 with flag 122969/45720
204.85/196.34	c cleaning 9984 clauses out of 19981 with flag 155002/56720
250.18/241.27	c cleaning 10983 clauses out of 21997 with flag 188710/68720
296.07/286.62	c cleaning 11994 clauses out of 24014 with flag 225282/81720
347.41/337.96	c cleaning 12998 clauses out of 26020 with flag 265832/95720
404.20/394.11	c cleaning 13980 clauses out of 28022 with flag 305966/110720
466.81/456.25	c cleaning 15014 clauses out of 30042 with flag 350723/126720
536.43/525.84	c cleaning 16005 clauses out of 32030 with flag 399909/143722
616.27/605.43	c cleaning 16996 clauses out of 34023 with flag 454184/161720
698.72/687.41	c cleaning 18005 clauses out of 36027 with flag 515813/180720
792.81/780.95	c cleaning 18992 clauses out of 38022 with flag 583345/200720
892.34/880.18	c cleaning 20010 clauses out of 40030 with flag 658545/221720
996.10/984.17	c cleaning 21000 clauses out of 42020 with flag 726542/243720
1119.58/1108.65	c cleaning 22007 clauses out of 44021 with flag 792688/266721
1257.52/1246.46	c cleaning 23002 clauses out of 46013 with flag 869508/290720
1906.71/1894.57	c cleaning 24001 clauses out of 48002 with flag 1008314/315720
3175.85/3161.02	c cleaning 24998 clauses out of 50008 with flag 1199789/341727
3600.10/3585.06	c starts		: 11
3600.10/3585.06	c conflicts		: 360314
3600.10/3585.06	c decisions		: 1326145
3600.10/3585.06	c propagations		: 1983866345
3600.10/3585.06	c inspects		: 10486394749
3600.10/3585.09	c shortcuts		: 0
3600.10/3585.09	c learnt literals	: 9
3600.10/3585.09	c learnt binary clauses	: 0
3600.10/3585.09	c learnt ternary clauses	: 51
3600.10/3585.09	c learnt constraints	: 360304
3600.10/3585.09	c ignored constraints	: 0
3600.10/3585.09	c root simplifications	: 0
3600.10/3585.09	c removed literals (reason simplification)	: 0
3600.10/3585.09	c reason swapping (by a shorter reason)	: 0
3600.10/3585.09	c Calls to reduceDB	: 22
3600.10/3585.09	c Number of update (reduction) of LBD	: 77274
3600.10/3585.09	c Imported unit clauses	: 0
3600.10/3585.09	c No decision after first conflict	: false
3600.10/3585.09	c number of reductions to clauses (during analyze)	: 0
3600.10/3585.09	c number of learned constraints concerned by reduction	: 0
3600.10/3585.09	c number of learning phase by resolution	: 0
3600.10/3585.09	c number of learning phase by cutting planes	: 0
3600.10/3585.09	c number of rounding to 1 operations	: 0
3600.10/3585.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3585.09	c number of reductions of the coefficients by power 2 	: 0
3600.10/3585.09	c number of right shift for reduction by power 2 	: 0
3600.10/3585.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3585.09	c number of ending skipping 	: 0
3600.10/3585.09	c number of internal skipping 	: 0
3600.10/3585.09	c number of derivation steps 	: 0
3600.10/3585.09	c number of skipped derivation steps 	: 0
3600.10/3585.09	c number of remaining unassigned 	: 0
3600.10/3585.09	c number of remaining assigned 	: 0
3600.10/3585.09	c number of falsified literals weakened from reason	: 0
3600.10/3585.09	c number of falsified literals weakened from conflict	: 0
3600.10/3585.09	c time for arithmetic operations	: 0
3600.10/3585.10	c minimum degree of deleted constraints	: null
3600.10/3585.10	c maximum degree of deleted constraints	: null
3600.29/3585.12	c number of deleted constraints	: 0
3600.29/3585.12	c speed (assignments/second)	: 554783.4828376067
3600.29/3585.12	c non guided choices	: 39
3600.29/3585.18	c timeout
3600.29/3585.18	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.29/3585.18		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1962)
3600.29/3585.18		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2108)
3600.29/3585.18		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2099)
3600.29/3585.18		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:180)
3600.29/3585.18		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.29/3585.18		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.29/3585.18		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432481-1723130241/watcher-4432481-1723130241 -o /tmp/evaluation-result-4432481-1723130241/solver-4432481-1723130241 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1723130240-450458 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432481-1723130241.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=450536, runsolver pid=450532

[startup+0.103001 s]*
/proc/loadavg: 0.11 0.10 0.09 11/310 450592
/proc/meminfo: memFree=128454060/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=18993908 memory=57580 CPUtime=0.14 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 6747 0 0 0 11 3 0 0 20 0 18 0 79394838 19449761792 14395 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4748477 14395 5796 1 0 551010 0
[pid=450536/tid=450544] ppid=450532 vsize=18993908 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 5652 0 0 0 7 2 0 0 20 0 18 0 79394839 19449761792 14395 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=18993908 memory=80307 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 79394844 19449761792 14395 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=18993908 memory=15254861402870210 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 79394845 19449761792 14418 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57580 KiB

[startup+0.215364 s]*
/proc/loadavg: 0.11 0.10 0.09 11/310 450592
/proc/meminfo: memFree=128422268/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=18993908 memory=66916 CPUtime=0.28 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 7341 0 0 0 25 3 0 0 20 0 18 0 79394838 19449761792 16729 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4748477 16729 5979 1 0 551461 0
[pid=450536/tid=450544] ppid=450532 vsize=18993908 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 1077936192 5846 0 0 0 16 2 0 0 20 0 18 0 79394839 19449761792 16729 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=18993908 memory=80307 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 79394844 19449761792 16729 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=18993908 memory=15254861402870210 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 79394845 19449761792 16729 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66916 KiB

[startup+0.313899 s]*
/proc/loadavg: 0.11 0.10 0.09 15/310 450592
/proc/meminfo: memFree=128285516/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=18993908 memory=106420 CPUtime=0.42 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 7593 0 0 0 37 5 0 0 20 0 18 0 79394838 19449761792 26605 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4748477 26605 5997 1 0 551594 0
[pid=450536/tid=450544] ppid=450532 vsize=18993908 memory=-8960585924905378492 CPUtime=0.27 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 5969 0 0 0 23 4 0 0 20 0 18 0 79394839 19449761792 26605 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 79394844 19449761792 26605 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 79394845 19449761792 26605 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 106420 KiB

[startup+0.70542 s]
/proc/loadavg: 0.98 0.28 0.15 14/310 450592
/proc/meminfo: memFree=128112500/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=18993908 memory=191184 CPUtime=1.14 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 9978 0 0 0 106 8 0 0 20 0 18 0 79394838 19449761792 47796 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4748477 47796 6102 1 0 553052 0
[pid=450536/tid=450544] ppid=450532 vsize=18993908 memory=5576 CPUtime=0.54 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 6079 0 0 0 49 5 0 0 20 0 18 0 79394839 19449761792 47796 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=18993908 memory=12624 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 79394844 19449761792 47796 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 79394845 19449761792 47796 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 191184 KiB

[startup+1.50489 s]
/proc/loadavg: 0.98 0.28 0.15 14/314 450596
/proc/meminfo: memFree=127724012/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19060472 memory=291016 CPUtime=2.64 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 20086 0 0 0 252 12 0 0 20 0 19 0 79394838 19517923328 72754 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4765118 72754 6137 1 0 559673 0
[pid=450536/tid=450544] ppid=450532 vsize=19060472 memory=12624 CPUtime=1.14 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 6136 0 0 0 107 7 0 0 20 0 19 0 79394839 19517923328 72754 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 79394844 19517923328 72754 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 79394845 19517923328 72754 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 291016 KiB

[startup+3.10606 s]
/proc/loadavg: 0.98 0.28 0.15 7/314 450596
/proc/meminfo: memFree=124829528/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19060472 memory=1038596 CPUtime=5.23 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 23099 0 0 0 496 27 0 0 20 0 19 0 79394838 19517923328 259649 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4765118 259649 6138 1 0 2114630 0
[pid=450536/tid=450544] ppid=450532 vsize=19060472 memory=234512 CPUtime=2.4 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 6414 0 0 0 222 18 0 0 20 0 19 0 79394839 19517923328 259649 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 79394844 19517923328 259649 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19060472 memory=12624 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 79394845 19517923328 259649 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 1038596 KiB

[startup+6.30089 s]
/proc/loadavg: 1.54 0.41 0.19 11/316 450598
/proc/meminfo: memFree=121587376/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19060472 memory=1909148 CPUtime=9.4 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 24872 0 0 0 893 47 0 0 20 0 19 0 79394838 19517923328 477287 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4765118 477287 6138 1 0 2708127 0
[pid=450536/tid=450544] ppid=450532 vsize=19060472 memory=12624 CPUtime=4.85 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 6777 0 0 0 456 29 0 0 20 0 19 0 79394839 19517923328 477287 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19060472 memory=-8960585924905378492 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 79394844 19517923328 477287 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19060472 memory=82502 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 79394845 19517923328 477287 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 1909148 KiB

[startup+12.7004 s]
/proc/loadavg: 2.06 0.54 0.23 7/321 450604
/proc/meminfo: memFree=119181644/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=2662216 CPUtime=18.39 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 26076 0 0 0 1774 65 0 0 20 0 21 0 79394838 19654246400 665554 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 665554 6177 1 0 2991140 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=-9032643518943306428 CPUtime=10.51 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 7229 0 0 0 1009 42 0 0 20 0 21 0 79394839 19654246400 665554 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=-9032643518943306428 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 665554 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=-8960585924905378492 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79394845 19654246400 665554 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=11516 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 665554 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 18.39 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 2662216 KiB

[startup+25.5043 s]
/proc/loadavg: 2.43 0.67 0.28 7/321 450606
/proc/meminfo: memFree=118260452/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=2695540 CPUtime=31.77 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 28288 0 0 0 3108 69 0 0 20 0 21 0 79394838 19654246400 673885 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 673885 6193 1 0 2991158 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=11516 CPUtime=23.28 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 8091 0 0 0 2285 43 0 0 20 0 21 0 79394839 19654246400 673885 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=26296 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 673885 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=11516 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79394845 19654246400 673885 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=17352 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 673885 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 31.77 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 2695540 KiB

[startup+51.1142 s]
/proc/loadavg: 3.23 1.03 0.41 6/321 450610
/proc/meminfo: memFree=116531364/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=2916552 CPUtime=58.14 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 38314 0 0 0 5735 79 0 0 20 0 21 0 79394838 19654246400 729138 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 729138 6193 1 0 2991499 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=2915480 CPUtime=48.53 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 10627 0 0 0 4806 47 0 0 20 0 21 0 79394839 19654246400 729138 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=0 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 729138 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=11516 CPUtime=0 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79394845 19654246400 729138 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=12624 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 729138 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 58.14 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 2916552 KiB


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

/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0.01 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 6113 0 0 0 1 0 0 0 20 0 21 0 79394845 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 3237.08 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 7726356 KiB

[startup+3282.3 s]
/proc/loadavg: 4.66 4.64 4.27 6/319 452370
/proc/meminfo: memFree=107634764/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3297.03 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 223143 0 0 0 329303 400 0 0 20 0 21 0 79394838 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 1931589 6220 1 0 2996466 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=11516 CPUtime=3263.73 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 94627 0 0 0 326314 59 0 0 20 0 21 0 79394839 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0.01 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 6248 0 0 0 1 0 0 0 20 0 21 0 79394845 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 3297.03 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 7726356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.53 4.25 6/319 452381
/proc/meminfo: memFree=107634448/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3356.99 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 225346 0 0 0 335295 404 0 0 20 0 21 0 79394838 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 1931589 6220 1 0 2996466 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3323.62 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 96324 0 0 0 332303 59 0 0 20 0 21 0 79394839 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0.02 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 6382 0 0 0 1 1 0 0 20 0 21 0 79394845 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 3356.99 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 7726356 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.48 4.25 6/319 452391
/proc/meminfo: memFree=107634276/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3417.59 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 229688 0 0 0 341350 409 0 0 20 0 21 0 79394838 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 1931589 6220 1 0 2996466 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3382.99 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 97405 0 0 0 338240 59 0 0 20 0 21 0 79394839 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0.02 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 6476 0 0 0 1 1 0 0 20 0 21 0 79394845 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 3417.59 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 7726356 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.39 4.24 6/319 452401
/proc/meminfo: memFree=107248184/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3477.52 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 231151 0 0 0 347340 412 0 0 20 0 21 0 79394838 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 1931589 6220 1 0 2996466 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3442.87 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 98570 0 0 0 344228 59 0 0 20 0 21 0 79394839 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=5576 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0.02 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 6617 0 0 0 1 1 0 0 20 0 21 0 79394845 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=11516 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 3477.52 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 7726356 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.35 4.23 6/317 452412
/proc/meminfo: memFree=107247712/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3537.46 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 232444 0 0 0 353329 417 0 0 20 0 21 0 79394838 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 1931589 6220 1 0 2996466 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3502.75 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 99557 0 0 0 350216 59 0 0 20 0 21 0 79394839 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=11516 CPUtime=0.02 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 6759 0 0 0 1 1 0 0 20 0 21 0 79394845 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=-9032643518943306428 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 3537.46 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 7726356 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.30 4.22 7/317 452423
/proc/meminfo: memFree=107247764/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3597.4 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 233812 0 0 0 359320 420 0 0 20 0 21 0 79394838 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 1931589 6220 1 0 2996466 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3562.64 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 100618 0 0 0 356204 60 0 0 20 0 21 0 79394839 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0.02 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 6902 0 0 0 1 1 0 0 20 0 21 0 79394845 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=7726356 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 3597.4 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 7726356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585 s]*
/proc/loadavg: 4.12 4.30 4.22 6/317 452423
/proc/meminfo: memFree=107247780/131655788 swapFree=131071216/131071996
[pid=450536] ppid=450532 vsize=19193600 memory=7726356 CPUtime=3600.1 cores=4,6
/proc/450536/stat : 450536 (java) S 450532 450536 450447 0 -1 1077936128 233835 0 0 0 359590 420 0 0 20 0 21 0 79394838 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
/proc/450536/statm: 4798400 1931589 6220 1 0 2996466 0
[pid=450536/tid=450544] ppid=450532 vsize=19193600 memory=-8960585924905378492 CPUtime=3565.35 cores=4,6
/proc/450536/task/450544/stat : 450544 (java) R 450532 450536 450447 0 -1 4194368 100641 0 0 0 356475 60 0 0 20 0 21 0 79394839 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 79394841 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450585] ppid=450532 vsize=19193600 memory=-4421386521984264546 CPUtime=0 cores=4,6
/proc/450536/task/450585/stat : 450585 (Finalizer) S 450532 450536 450447 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 79394844 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450592] ppid=450532 vsize=19193600 memory=123653709785166 CPUtime=0.02 cores=4,6
/proc/450536/task/450592/stat : 450592 (Common-Cleaner) S 450532 450536 450447 0 -1 1077936192 6902 0 0 0 1 1 0 0 20 0 21 0 79394845 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
[pid=450536/tid=450603] ppid=450532 vsize=19193600 memory=123653709785166 CPUtime=0 cores=4,6
/proc/450536/task/450603/stat : 450603 (Timer-0) S 450532 450536 450447 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 79395756 19654246400 1931589 134679101440 94000539602944 94000539606640 140723480925008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94000539614456 94000539615248 94000565125120 140723480933386 140723480933476 140723480933476 140723480940488 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 7726356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.23 s, system=4.25109 s

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

[startup+3585.22 s]*
/proc/loadavg: 4.12 4.30 4.22 5/298 452426
/proc/meminfo: memFree=114684528/131655788 swapFree=131071216/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): 3585.24
CPU time (s): 3600.48
CPU user time (s): 3596.23
CPU system time (s): 4.25109
CPU usage (%): 100.425
Max. virtual memory (cumulated for all children) (KiB): 19393292
Max. memory (cumulated for all children) (KiB): 7727092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.23
system time used= 4.2511
maximum resident set size= 7728352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237739
page faults= 1
swaps= 0
block input operations= 360
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118298
involuntary context switches= 5977


# summary of solver processes directly reported to runsolver:
#   pid: 450536
#   total CPU time (s): 3600.48
#   total CPU user time (s): 3596.23
#   total CPU system time (s): 4.25109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0977 second user time and 39.1436 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-08-08 17:17:22
IDJOB=4432481
IDBENCH=155761
IDSOLVER=3058
FILE ID=nodeC007/4432481-1723130241
RUNJOBID= nodeC007-1723130240-450458
SLURM_JOB_ID= 8266878
Free space on /tmp= 723428 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432481-1723130241/watcher-4432481-1723130241 -o /tmp/evaluation-result-4432481-1723130241/solver-4432481-1723130241 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1723130240-450458 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432481-1723130241.opb

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

MD5SUM BENCH= 6f676becb9e8baff21bbed56e9641b4e
RANDOM SEED=499348665

nodeC007.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.192
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.58
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.183
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.35
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		: 2391.484
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.58
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		: 2394.372
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.35
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		: 2394.307
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.58
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		: 2394.373
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128577484 kB
MemAvailable:   130029640 kB
Buffers:          369008 kB
Cached:          1922152 kB
SwapCached:          100 kB
Active:           764724 kB
Inactive:        1811296 kB
Active(anon):       1476 kB
Inactive(anon):   321308 kB
Active(file):     763248 kB
Inactive(file):  1489988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            365792 kB
Writeback:             8 kB
AnonPages:        284808 kB
Mapped:           116900 kB
Shmem:             37460 kB
KReclaimable:      78236 kB
Slab:             170200 kB
SReclaimable:      78236 kB
SUnreclaim:        91964 kB
KernelStack:        3904 kB
PageTables:         9596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2869084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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:      310088 kB
DirectMap2M:    22663168 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723424 MiB
End job on nodeC007 at 2024-08-08 18:17:08