Trace number 4440377

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.45 3618.23

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/
area_delay/normalized-fir08_area_delay.opb
MD5SUM7820f3b59b0050160ec7540947fbedc5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark43.0678
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124856
Total number of constraints521620
Number of constraints which are clauses521620
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1023
Number of terms in the objective function 61556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 61556
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 61556
Number of bits of the biggest sum of numbers16
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version CUSTOM.v20240707
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2113181440
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2122317824
0.12/0.23	c Number of processors 	2
0.30/0.30	--- Begin Solver configuration ---
0.30/0.30	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.30	Learn all clauses as in MiniSAT
0.30/0.30	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.30	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.30	Expensive reason simplification
0.30/0.30	Glucose 2.1 dynamic restart strategy
0.30/0.30	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.30/0.30	timeout=2147483s
0.30/0.30	DB Simplification allowed=false
0.30/0.30	Listener: none
0.30/0.30	--- End Solver configuration ---
0.30/0.30	c Pseudo Boolean Optimization by upper bound
0.30/0.30	c --- Begin Solver configuration ---
0.30/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.30	c Learn all clauses as in MiniSAT
0.30/0.30	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.30	c Expensive reason simplification
0.30/0.30	c Glucose 2.1 dynamic restart strategy
0.30/0.30	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.30/0.30	c timeout=2147483s
0.30/0.30	c DB Simplification allowed=false
0.30/0.30	c Listener: none
0.30/0.30	c --- End Solver configuration ---
0.30/0.30	c solving HOME/instance-4440377-1721820325.opb
0.30/0.30	c reading problem ... 
0.30/0.30	c using VERIPB proof format
0.30/0.30	c  objective function found
4.70/2.56	c ... done. Wall clock time 2.256s.
4.70/2.56	c declared #vars     124856
4.70/2.56	c #constraints  521620
4.70/2.56	c constraints type 
4.70/2.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 320095
4.70/2.56	c org.sat4j.specs.Constr$1 => 2823
4.70/2.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 198623
4.70/2.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 79
4.70/2.56	c 521620 constraints processed.
4.70/2.57	c objective function length is 61556 literals
5.49/2.93	c SATISFIABLE
5.49/2.93	c OPTIMIZING...
5.49/2.93	c Got one! Elapsed wall clock time (in seconds):2.627
5.49/2.93	o 48
5.69/3.09	c Got one! Elapsed wall clock time (in seconds):2.797
5.69/3.10	o 43
44.05/38.44	c cleaning 2501 clauses out of 5001 with flag 27761/5006
87.75/81.18	c cleaning 4247 clauses out of 8493 with flag 68265/11006
138.49/130.60	c cleaning 5610 clauses out of 11240 with flag 112575/18006
194.38/186.01	c cleaning 6766 clauses out of 13629 with flag 184281/26006
258.95/250.05	c cleaning 7870 clauses out of 15863 with flag 266592/35006
332.59/323.84	c cleaning 8995 clauses out of 17992 with flag 329558/45006
414.50/405.66	c cleaning 9991 clauses out of 19997 with flag 393974/56006
508.58/511.85	c cleaning 10776 clauses out of 22006 with flag 503634/68006
608.20/612.43	c cleaning 12105 clauses out of 24230 with flag 620802/81006
721.70/727.88	c cleaning 12779 clauses out of 26125 with flag 756082/95006
850.36/857.77	c cleaning 14167 clauses out of 28346 with flag 1027572/110006
990.51/998.04	c cleaning 15047 clauses out of 30179 with flag 1316465/126006
1138.95/1148.27	c cleaning 16067 clauses out of 32134 with flag 1669993/143008
1289.36/1298.76	c cleaning 17033 clauses out of 34065 with flag 1831426/161006
1444.52/1454.83	c cleaning 17979 clauses out of 36020 with flag 1988465/180006
1604.85/1617.06	c cleaning 18976 clauses out of 38041 with flag 2295578/200006
1777.21/1789.65	c cleaning 20031 clauses out of 40065 with flag 2676064/221006
1948.60/1961.34	c cleaning 20886 clauses out of 41965 with flag 2913858/243006
2138.74/2151.88	c cleaning 22014 clauses out of 44051 with flag 3422892/266006
2337.05/2350.95	c cleaning 22588 clauses out of 46025 with flag 3939931/290006
2542.82/2557.59	c cleaning 24219 clauses out of 48437 with flag 4506525/315006
2758.54/2773.66	c cleaning 24979 clauses out of 50211 with flag 5377950/341006
2982.48/2998.86	c cleaning 26110 clauses out of 52232 with flag 5739225/368006
3219.81/3236.86	c cleaning 27033 clauses out of 54111 with flag 5951670/396006
3464.09/3481.62	c cleaning 28036 clauses out of 56077 with flag 6226736/425006
3600.30/3618.11	c starts		: 329
3600.30/3618.12	c conflicts		: 440810
3600.30/3618.12	c decisions		: 49392978
3600.30/3618.12	c propagations		: 27345031865
3600.30/3618.12	c inspects		: 24893183238
3600.30/3618.12	c shortcuts		: 0
3600.30/3618.12	c learnt literals	: 182
3600.30/3618.12	c learnt binary clauses	: 170
3600.30/3618.13	c learnt ternary clauses	: 134
3600.30/3618.13	c learnt constraints	: 440628
3600.30/3618.13	c ignored constraints	: 0
3600.30/3618.13	c root simplifications	: 0
3600.30/3618.13	c removed literals (reason simplification)	: 26019067
3600.30/3618.13	c reason swapping (by a shorter reason)	: 0
3600.30/3618.13	c Calls to reduceDB	: 25
3600.30/3618.13	c Number of update (reduction) of LBD	: 137359
3600.30/3618.13	c Imported unit clauses	: 0
3600.30/3618.13	c No decision after first conflict	: false
3600.30/3618.13	c number of reductions to clauses (during analyze)	: 0
3600.30/3618.13	c number of learned constraints concerned by reduction	: 0
3600.30/3618.13	c number of learning phase by resolution	: 0
3600.30/3618.13	c number of learning phase by cutting planes	: 0
3600.30/3618.13	c number of rounding to 1 operations	: 0
3600.30/3618.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.30/3618.13	c number of reductions of the coefficients by power 2 	: 0
3600.30/3618.13	c number of right shift for reduction by power 2 	: 0
3600.30/3618.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.30/3618.14	c number of ending skipping 	: 0
3600.30/3618.14	c number of internal skipping 	: 0
3600.30/3618.14	c number of derivation steps 	: 0
3600.30/3618.14	c number of skipped derivation steps 	: 0
3600.30/3618.14	c number of remaining unassigned 	: 0
3600.30/3618.14	c number of remaining assigned 	: 0
3600.30/3618.14	c number of falsified literals weakened from reason	: 0
3600.30/3618.14	c number of falsified literals weakened from conflict	: 0
3600.30/3618.14	c time for arithmetic operations	: 0
3600.30/3618.14	c minimum degree of deleted constraints	: null
3600.30/3618.14	c maximum degree of deleted constraints	: null
3600.30/3618.14	c number of deleted constraints	: 0
3600.30/3618.16	c speed (assignments/second)	: 7563188.120014061
3600.30/3618.16	c non guided choices	: 0
3600.30/3618.17	c timeout
3600.30/3618.17	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.30/3618.17		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1962)
3600.30/3618.17		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2108)
3600.30/3618.17		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2099)
3600.30/3618.17		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:180)
3600.30/3618.17		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.30/3618.17		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.30/3618.17		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: 64059 MiB (38937 MiB free)
  memory of node 1: 64510 MiB (50318 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440377-1721820325/watcher-4440377-1721820325 -o /tmp/evaluation-result-4440377-1721820325/solver-4440377-1721820325 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721820325-182130 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440377-1721820325 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440377-1721820325.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=182249, runsolver pid=182246

[startup+0.102392 s]*
/proc/loadavg: 0.98 0.30 0.15 10/317 182267
/proc/meminfo: memFree=91358552/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=18975048 memory=55636 CPUtime=0.12 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 6462 0 0 0 9 3 0 0 20 0 18 0 18021611 19430449152 13909 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4743762 13909 5605 1 0 550828 0
[pid=182249/tid=182251] ppid=182246 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 5388 0 0 0 6 3 0 0 20 0 18 0 18021611 19430449152 13909 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18021617 19430449152 13909 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=18975048 memory=14131147652205475 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18021619 19430449152 13909 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55636 KiB

[startup+0.226546 s]*
/proc/loadavg: 0.98 0.30 0.15 12/317 182267
/proc/meminfo: memFree=91330544/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=18975048 memory=62740 CPUtime=0.3 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 7178 0 0 0 26 4 0 0 20 0 18 0 18021611 19430449152 15685 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4743762 15685 5613 1 0 551391 0
[pid=182249/tid=182251] ppid=182246 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 5728 0 0 0 17 3 0 0 20 0 18 0 18021611 19430449152 15685 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=18975048 memory=1057316 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18021617 19430449152 15685 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=18975048 memory=15824391262966388 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18021619 19430449152 15685 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62740 KiB

[startup+0.31738 s]*
/proc/loadavg: 0.98 0.30 0.15 12/318 182268
/proc/meminfo: memFree=91293316/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=18975048 memory=74468 CPUtime=0.45 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 7434 0 0 0 40 5 0 0 20 0 18 0 18021611 19430449152 18617 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4743762 18617 5723 1 0 551582 0
[pid=182249/tid=182251] ppid=182246 vsize=18975048 memory=-8744134957709697724 CPUtime=0.28 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 5906 0 0 0 25 3 0 0 20 0 18 0 18021611 19430449152 18617 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18021617 19430449152 18617 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18021619 19430449152 18617 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74468 KiB

[startup+0.70038 s]
/proc/loadavg: 0.98 0.30 0.15 10/319 182269
/proc/meminfo: memFree=91195020/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=18975048 memory=133716 CPUtime=1.16 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 9549 0 0 0 108 8 0 0 20 0 18 0 18021611 19430449152 33429 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4743762 33429 5807 1 0 553016 0
[pid=182249/tid=182251] ppid=182246 vsize=18975048 memory=5456 CPUtime=0.64 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 5966 0 0 0 59 5 0 0 20 0 18 0 18021611 19430449152 33429 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=18975048 memory=12108 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18021617 19430449152 33429 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18021619 19430449152 33429 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 133716 KiB

[startup+1.5044 s]
/proc/loadavg: 0.98 0.30 0.15 10/321 182271
/proc/meminfo: memFree=90956060/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19041612 memory=226888 CPUtime=2.74 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 16893 0 0 0 262 12 0 0 20 0 19 0 18021611 19498610688 56722 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4760403 56722 5810 1 0 558294 0
[pid=182249/tid=182251] ppid=182246 vsize=19041612 memory=12108 CPUtime=1.31 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 6022 0 0 0 124 7 0 0 20 0 19 0 18021611 19498610688 56722 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18021617 19498610688 56722 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18021619 19498610688 56722 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 226888 KiB

[startup+3.10569 s]
/proc/loadavg: 0.98 0.30 0.15 7/325 182275
/proc/meminfo: memFree=90522600/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=498488 CPUtime=5.89 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 20050 0 0 0 570 19 0 0 20 0 20 0 18021611 19566772224 124622 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 124622 5857 1 0 1087876 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=0 CPUtime=2.72 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 6278 0 0 0 261 11 0 0 20 0 20 0 18021611 19566772224 124622 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=12108 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 124622 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=325176 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18021619 19566772224 124622 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=33 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 124622 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 498488 KiB

[startup+6.30037 s]
/proc/loadavg: 1.22 0.36 0.17 6/325 182275
/proc/meminfo: memFree=90411744/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=492680 CPUtime=10.18 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 23773 0 0 0 998 20 0 0 20 0 20 0 18021611 19566772224 123170 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 123170 5890 1 0 1087919 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=0 CPUtime=5.85 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 7361 0 0 0 574 11 0 0 20 0 20 0 18021611 19566772224 123170 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=12108 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 123170 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=499168 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18021619 19566772224 123170 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 123170 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 492680 KiB

[startup+12.7004 s]
/proc/loadavg: 1.60 0.45 0.20 6/325 182277
/proc/meminfo: memFree=89978860/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=492812 CPUtime=17.19 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 27930 0 0 0 1698 21 0 0 20 0 20 0 18021611 19566772224 123203 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 123203 5890 1 0 1087919 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=-8744134957709697724 CPUtime=12.22 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 7971 0 0 0 1211 11 0 0 20 0 20 0 18021611 19566772224 123203 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=492780 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 123203 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18021619 19566772224 123203 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=12108 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 123203 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 17.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 492812 KiB

[startup+25.5004 s]
/proc/loadavg: 2.13 0.63 0.26 5/325 182278
/proc/meminfo: memFree=88934052/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=492916 CPUtime=30.66 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 31055 0 0 0 3043 23 0 0 20 0 20 0 18021611 19566772224 123229 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 123229 5890 1 0 1087919 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=11756 CPUtime=24.99 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 8782 0 0 0 2488 11 0 0 20 0 20 0 18021611 19566772224 123229 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=492916 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 123229 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=492824 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18021619 19566772224 123229 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=4330 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 123229 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 30.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 492916 KiB

[startup+51.1137 s]
/proc/loadavg: 2.89 0.93 0.37 5/325 182283
/proc/meminfo: memFree=87916288/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=554248 CPUtime=57.2 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 40376 0 0 0 5692 28 0 0 20 0 20 0 18021611 19566772224 138562 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 138562 5906 1 0 1687439 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=67732 CPUtime=50.4 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 10763 0 0 0 5027 13 0 0 20 0 20 0 18021611 19566772224 138562 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=544008 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 138562 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 18021619 19566772224 138562 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 138562 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0

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

/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 764838 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=3059352 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 4691 0 0 0 0 0 0 0 20 0 20 0 18021619 19566772224 764838 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=3059352 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 764838 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 3265.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059352 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.33 4.19 6/323 183680
/proc/meminfo: memFree=69120124/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=3059360 CPUtime=3325.08 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 157223 0 0 0 332215 293 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 764840 5937 1 0 1687547 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=5794271665583571041 CPUtime=3310.29 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 53959 0 0 0 330932 97 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2281 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 4832 0 0 0 0 0 0 0 20 0 20 0 18021619 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=2224 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 3325.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059360 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.33 4.20 5/323 183691
/proc/meminfo: memFree=68875084/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=3059360 CPUtime=3384.94 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 158568 0 0 0 338197 297 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 764840 5937 1 0 1687547 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=5456 CPUtime=3370.1 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 55027 0 0 0 336912 98 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2286 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=12108 CPUtime=0 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 4964 0 0 0 0 0 0 0 20 0 20 0 18021619 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 3384.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.28 4.19 5/323 183702
/proc/meminfo: memFree=68946536/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=3059360 CPUtime=3444.83 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 160253 0 0 0 344181 302 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 764840 5937 1 0 1687547 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=5456 CPUtime=3429.94 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 56300 0 0 0 342895 99 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2286 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0.01 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 5089 0 0 0 0 1 0 0 20 0 20 0 18021619 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 3444.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059360 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.28 4.19 5/323 183712
/proc/meminfo: memFree=68709292/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=3059360 CPUtime=3504.71 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 162268 0 0 0 350166 305 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 764840 5937 1 0 1687547 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=5456 CPUtime=3489.78 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 57902 0 0 0 348878 100 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2286 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0.01 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 5187 0 0 0 0 1 0 0 20 0 20 0 18021619 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=5456 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 3504.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059360 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.25 4.18 5/323 184104
/proc/meminfo: memFree=68496404/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=3059360 CPUtime=3564.56 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 163748 0 0 0 356148 308 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 764840 5937 1 0 1687547 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=5456 CPUtime=3549.58 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 59097 0 0 0 354857 101 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2292 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=11756 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=11756 CPUtime=0.01 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 5302 0 0 0 0 1 0 0 20 0 20 0 18021619 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 3564.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.9 s]
/proc/loadavg: 4.22 4.26 4.18 5/321 184110
/proc/meminfo: memFree=68376876/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19108176 memory=3059360 CPUtime=3600.05 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 164759 0 0 0 359695 310 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4777044 764840 5937 1 0 1687547 0
[pid=182249/tid=182251] ppid=182246 vsize=19108176 memory=11756 CPUtime=3585.05 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 59791 0 0 0 358403 102 0 0 20 0 20 0 18021611 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2296 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19108176 memory=-8744134957709697724 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18021617 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0.01 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 5443 0 0 0 0 1 0 0 20 0 20 0 18021619 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19108176 memory=3059360 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18021871 19566772224 764840 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3059360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.31 s, system=3.13483 s

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

[startup+3618 s]*
/proc/loadavg: 4.22 4.26 4.18 5/322 184111
/proc/meminfo: memFree=68373792/131655788 swapFree=131063676/131071996
[pid=182249] ppid=182246 vsize=19174740 memory=3059608 CPUtime=3600.18 cores=4,6
/proc/182249/stat : 182249 (java) S 182246 182249 182119 0 -1 1077936128 165973 0 0 0 359707 311 0 0 20 0 21 0 18021611 19634933760 764902 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
/proc/182249/statm: 4793685 764902 5938 1 0 1687848 0
[pid=182249/tid=182251] ppid=182246 vsize=19174740 memory=-6675103641834978750 CPUtime=3585.16 cores=4,6
/proc/182249/task/182251/stat : 182251 (java) R 182246 182249 182119 0 -1 4194368 59791 0 0 0 358414 102 0 0 20 0 21 0 18021611 19634933760 764902 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2296 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182260] ppid=182246 vsize=19174740 memory=-9126187730407637656 CPUtime=0 cores=4,6
/proc/182249/task/182260/stat : 182260 (Finalizer) S 182246 182249 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18021617 19634933760 764902 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182267] ppid=182246 vsize=19174740 memory=3059360 CPUtime=0.01 cores=4,6
/proc/182249/task/182267/stat : 182267 (Common-Cleaner) S 182246 182249 182119 0 -1 1077936192 5443 0 0 0 0 1 0 0 20 0 21 0 18021619 19634933760 764902 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
[pid=182249/tid=182275] ppid=182246 vsize=19174740 memory=198340509722 CPUtime=0 cores=4,6
/proc/182249/task/182275/stat : 182275 (Timer-0) S 182246 182249 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18021871 19634933760 764902 134679101440 94152465727488 94152465731184 140737343735808 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152465739000 94152465739792 94152470093824 140737343742891 140737343743073 140737343743073 140737343750088 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3059608 KiB

[startup+3618.21 s]*
/proc/loadavg: 4.22 4.26 4.18 5/303 184113
/proc/meminfo: memFree=71370476/131655788 swapFree=131063676/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): 3618.23
CPU time (s): 3600.45
CPU user time (s): 3597.31
CPU system time (s): 3.13483
CPU usage (%): 99.5085
Max. virtual memory (cumulated for all children) (KiB): 19242332
Max. memory (cumulated for all children) (KiB): 3059924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.31
system time used= 3.13483
maximum resident set size= 3060924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168193
page faults= 1
swaps= 0
block input operations= 368
block output operations= 426264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121282
involuntary context switches= 5779


# summary of solver processes directly reported to runsolver:
#   pid: 182249
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3597.31
#   total CPU system time (s): 3.13483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8983 second user time and 37.723 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-24 13:25:26
IDJOB=4440377
IDBENCH=148184
IDSOLVER=3079
FILE ID=nodeC003/4440377-1721820325
RUNJOBID= nodeC003-1721820325-182130
SLURM_JOB_ID= 7891444
Free space on /tmp= 723756 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/area_delay/normalized-fir08_area_delay.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-4440377-1721820325/watcher-4440377-1721820325 -o /tmp/evaluation-result-4440377-1721820325/solver-4440377-1721820325 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721820325-182130 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440377-1721820325 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440377-1721820325.opb

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

MD5SUM BENCH= 7820f3b59b0050160ec7540947fbedc5
RANDOM SEED=1968991675

nodeC003.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.276
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.09
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		: 1243.268
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        91401380 kB
MemAvailable:   129658688 kB
Buffers:          247392 kB
Cached:         38561096 kB
SwapCached:          800 kB
Active:          2504912 kB
Inactive:       36750812 kB
Active(anon):       2092 kB
Inactive(anon):   498676 kB
Active(file):    2502820 kB
Inactive(file): 36252136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131063676 kB
Dirty:             26764 kB
Writeback:             0 kB
AnonPages:        446704 kB
Mapped:           130660 kB
Shmem:             53532 kB
KReclaimable:     564096 kB
Slab:             678112 kB
SReclaimable:     564096 kB
SUnreclaim:       114016 kB
KernelStack:        4832 kB
PageTables:        11100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7247144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14752 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      394056 kB
DirectMap2M:    40404992 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC003 at 2024-07-24 14:25:44