Trace number 4440512

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.28 3609.94

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMf42bed8b206e9691e6e5fc670f14b50f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-214739
Best CPU time to get the best result obtained on this benchmark66957.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 594102826
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 594102826
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.18	c Free memory 		2113181440
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.19	c Number of processors 	2
0.28/0.27	--- Begin Solver configuration ---
0.28/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.28/0.27	Learn all clauses as in MiniSAT
0.28/0.27	LOGGER=java.util.logging.Logger@762efe5d 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	Expensive 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@2401f4c3
0.28/0.27	c Learn all clauses as in MiniSAT
0.28/0.27	c LOGGER=java.util.logging.Logger@762efe5d 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 Expensive 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-4440512-1721823962.opb
0.28/0.27	c reading problem ... 
0.40/1.14	c using VERIPB proof format
0.40/1.15	c  objective function found
8.32/5.87	c ... done. Wall clock time 5.596s.
8.32/5.87	c declared #vars     399113
8.32/5.87	c #constraints  400980
8.32/5.87	c constraints type 
8.32/5.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
8.32/5.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
8.32/5.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.32/5.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
8.32/5.87	c 400980 constraints processed.
8.32/5.89	c objective function length is 272557 literals
74.16/66.59	c cleaning 2499 clauses out of 4998 with flag 16602/5002
125.82/121.87	c cleaning 4248 clauses out of 8497 with flag 40983/11000
184.78/180.50	c cleaning 5625 clauses out of 11249 with flag 73715/18000
250.88/245.99	c cleaning 6807 clauses out of 13624 with flag 112354/26000
322.40/316.92	c cleaning 7902 clauses out of 15817 with flag 157907/35000
403.20/398.18	c cleaning 8955 clauses out of 17915 with flag 206348/45000
491.42/486.83	c cleaning 9976 clauses out of 19960 with flag 260500/56000
589.21/589.77	c cleaning 10991 clauses out of 21984 with flag 321579/68000
693.33/694.36	c cleaning 11991 clauses out of 23993 with flag 388078/81000
804.90/806.15	c cleaning 12999 clauses out of 26002 with flag 457107/95000
930.68/932.21	c cleaning 13993 clauses out of 28003 with flag 532226/110000
1060.32/1062.17	c cleaning 15002 clauses out of 30011 with flag 611668/126001
1195.54/1197.44	c cleaning 16003 clauses out of 32009 with flag 693168/143001
1344.39/1346.56	c cleaning 16998 clauses out of 34005 with flag 784705/161000
1496.36/1498.88	c cleaning 18000 clauses out of 36008 with flag 877179/180001
1656.33/1660.19	c cleaning 19000 clauses out of 38008 with flag 975409/200001
1822.44/1826.64	c cleaning 19999 clauses out of 40008 with flag 1075845/221001
2002.86/2008.27	c cleaning 21003 clauses out of 42008 with flag 1182128/243000
2198.11/2203.89	c cleaning 22002 clauses out of 44005 with flag 1297707/266000
2394.51/2400.50	c cleaning 22997 clauses out of 46003 with flag 1416755/290000
2607.06/2613.76	c cleaning 23999 clauses out of 48007 with flag 1545075/315001
2837.08/2844.37	c cleaning 24998 clauses out of 50008 with flag 1683811/341001
3058.26/3066.14	c cleaning 25996 clauses out of 52010 with flag 1823653/368001
3303.52/3312.39	c cleaning 26995 clauses out of 54013 with flag 1968998/396000
3600.07/3609.82	c starts		: 4
3600.07/3609.83	c conflicts		: 424671
3600.07/3609.84	c decisions		: 9031872
3600.07/3609.84	c propagations		: 436100037
3600.07/3609.84	c inspects		: 96824400
3600.07/3609.84	c shortcuts		: 0
3600.07/3609.85	c learnt literals	: 4
3600.07/3609.85	c learnt binary clauses	: 151
3600.07/3609.85	c learnt ternary clauses	: 128
3600.07/3609.85	c learnt constraints	: 424667
3600.07/3609.85	c ignored constraints	: 0
3600.07/3609.85	c root simplifications	: 0
3600.07/3609.85	c removed literals (reason simplification)	: 39936773
3600.07/3609.85	c reason swapping (by a shorter reason)	: 0
3600.07/3609.85	c Calls to reduceDB	: 24
3600.07/3609.85	c Number of update (reduction) of LBD	: 28834
3600.07/3609.85	c Imported unit clauses	: 0
3600.07/3609.85	c No decision after first conflict	: false
3600.07/3609.85	c number of reductions to clauses (during analyze)	: 0
3600.07/3609.85	c timeout
3600.07/3609.85	c number of learned constraints concerned by reduction	: 0
3600.07/3609.85	c number of learning phase by resolution	: 0
3600.07/3609.85	c number of learning phase by cutting planes	: 0
3600.07/3609.85	c number of rounding to 1 operations	: 0
3600.07/3609.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3609.85	c number of reductions of the coefficients by power 2 	: 0
3600.07/3609.85	c number of right shift for reduction by power 2 	: 0
3600.07/3609.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3609.85	c number of ending skipping 	: 0
3600.07/3609.85	c number of internal skipping 	: 0
3600.07/3609.85	c number of derivation steps 	: 0
3600.07/3609.85	c number of skipped derivation steps 	: 0
3600.07/3609.85	c number of remaining unassigned 	: 0
3600.07/3609.85	c number of remaining assigned 	: 0
3600.07/3609.85	c number of falsified literals weakened from reason	: 0
3600.07/3609.85	c number of falsified literals weakened from conflict	: 0
3600.07/3609.85	c time for arithmetic operations	: 0
3600.07/3609.85	c minimum degree of deleted constraints	: null
3600.07/3609.85	c maximum degree of deleted constraints	: null
3600.07/3609.85	c number of deleted constraints	: 0
3600.07/3609.86	c speed (assignments/second)	: 121008.88184583897
3600.07/3609.86	c non guided choices	: 128061
3600.07/3609.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 55538
3600.07/3609.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 151
3600.07/3609.90	s UNKNOWN
3600.07/3609.90	c Total wall clock time (in seconds): 3609.625

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 (11730 MiB free)
  memory of node 1: 64510 MiB (39734 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100063 s]*
/proc/loadavg: 4.52 4.52 4.31 4/322 231251
/proc/meminfo: memFree=52664552/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=18975048 memory=55668 CPUtime=0.12 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 6544 0 0 0 9 3 0 0 20 0 18 0 18385788 19430449152 13917 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4743762 13917 5535 1 0 550875 0
[pid=231233/tid=231235] ppid=231230 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 5473 0 0 0 6 2 0 0 20 0 18 0 18385788 19430449152 13917 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385792 19430449152 13917 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=18975048 memory=14128957269113360 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385793 19430449152 13917 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55668 KiB

[startup+0.20932 s]*
/proc/loadavg: 4.52 4.52 4.31 4/322 231251
/proc/meminfo: memFree=52654828/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=18975048 memory=64608 CPUtime=0.28 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 7228 0 0 0 25 3 0 0 20 0 18 0 18385788 19430449152 16152 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4743762 16152 5543 1 0 551418 0
[pid=231233/tid=231235] ppid=231230 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 5760 0 0 0 16 3 0 0 20 0 18 0 18385788 19430449152 16152 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=18975048 memory=948383 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385792 19430449152 16152 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=18975048 memory=16102571999764192 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385793 19430449152 16152 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64608 KiB

[startup+0.309265 s]*
/proc/loadavg: 4.52 4.52 4.31 3/322 231251
/proc/meminfo: memFree=52653660/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=18975048 memory=66188 CPUtime=0.4 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 7454 0 0 0 36 4 0 0 20 0 18 0 18385788 19430449152 16547 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4743762 16547 5731 1 0 551574 0
[pid=231233/tid=231235] ppid=231230 vsize=18975048 memory=-9176762001292763836 CPUtime=0.25 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) D 231230 231233 229052 0 -1 1078198336 5879 0 0 0 22 3 0 0 20 0 18 0 18385788 19430449152 16547 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385792 19430449152 16547 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385793 19430449152 16547 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66188 KiB

[startup+0.700229 s]
/proc/loadavg: 4.52 4.52 4.31 3/322 231251
/proc/meminfo: memFree=52653180/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=18975048 memory=66188 CPUtime=0.4 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 7454 0 0 0 36 4 0 0 20 0 18 0 18385788 19430449152 16547 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4743762 16547 5731 1 0 551574 0
[pid=231233/tid=231235] ppid=231230 vsize=18975048 memory=5468 CPUtime=0.25 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) D 231230 231233 229052 0 -1 1078198336 5879 0 0 0 22 3 0 0 20 0 18 0 18385788 19430449152 16547 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=18975048 memory=11904 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385792 19430449152 16547 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385793 19430449152 16547 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66188 KiB

[startup+1.50349 s]
/proc/loadavg: 4.52 4.52 4.31 3/322 231251
/proc/meminfo: memFree=52652660/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=18975048 memory=121736 CPUtime=1.11 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 9596 0 0 0 105 6 0 0 20 0 18 0 18385788 19430449152 30434 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4743762 30434 5825 1 0 552951 0
[pid=231233/tid=231235] ppid=231230 vsize=18975048 memory=11904 CPUtime=0.61 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 5923 0 0 0 57 4 0 0 20 0 18 0 18385788 19430449152 30434 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18385792 19430449152 30434 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18385793 19430449152 30434 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 121736 KiB

[startup+3.10748 s]
/proc/loadavg: 4.52 4.52 4.31 12/327 231257
/proc/meminfo: memFree=51267580/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19041612 memory=1064408 CPUtime=4.18 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 20093 0 0 0 392 26 0 0 20 0 19 0 18385788 19498610688 266102 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4760403 266102 5864 1 0 1087641 0
[pid=231233/tid=231235] ppid=231230 vsize=19041612 memory=0 CPUtime=1.9 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) S 231230 231233 229052 0 -1 1077936192 6391 0 0 0 170 20 0 0 20 0 19 0 18385788 19498610688 266102 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19041612 memory=11904 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18385792 19498610688 266102 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19041612 memory=191020 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18385793 19498610688 266102 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1064408 KiB

[startup+6.30048 s]
/proc/loadavg: 4.88 4.60 4.34 10/325 231324
/proc/meminfo: memFree=50652904/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19108176 memory=3683896 CPUtime=9.31 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 24725 0 0 0 852 79 0 0 20 0 20 0 18385788 19566772224 920974 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4777044 920974 5907 1 0 2250120 0
[pid=231233/tid=231235] ppid=231230 vsize=19108176 memory=0 CPUtime=4.7 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 7680 0 0 0 404 66 0 0 20 0 20 0 18385788 19566772224 920974 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19108176 memory=-9176762001292763836 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18385792 19566772224 920974 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 920974 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19108176 memory=3676812 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18386386 19566772224 920974 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 9.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3683896 KiB

[startup+12.7005 s]
/proc/loadavg: 4.97 4.62 4.35 6/327 231328
/proc/meminfo: memFree=47112064/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=3769136 CPUtime=18.12 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 25148 0 0 0 1730 82 0 0 20 0 21 0 18385788 19634933760 942284 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 942284 5907 1 0 2250552 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=-9176762001292763836 CPUtime=10.77 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 7686 0 0 0 1011 66 0 0 20 0 21 0 18385788 19634933760 942284 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 942284 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=11904 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18385793 19634933760 942284 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=11644 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 942284 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 18.12 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3769136 KiB

[startup+25.5005 s]
/proc/loadavg: 4.96 4.64 4.36 6/327 231329
/proc/meminfo: memFree=47087172/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=3769828 CPUtime=32.53 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 28368 0 0 0 3169 84 0 0 20 0 21 0 18385788 19634933760 942457 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 942457 5955 1 0 2250552 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=11644 CPUtime=23.5 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 8416 0 0 0 2284 66 0 0 20 0 21 0 18385788 19634933760 942457 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=-9176762001292763836 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 942457 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=3769828 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18385793 19634933760 942457 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=11644 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 942457 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 32.53 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3769828 KiB

[startup+51.1135 s]
/proc/loadavg: 4.75 4.62 4.36 5/326 231332
/proc/meminfo: memFree=47031884/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=3769996 CPUtime=58.75 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 34069 0 0 0 5788 87 0 0 20 0 21 0 18385788 19634933760 942499 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 942499 5955 1 0 2250552 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=3769964 CPUtime=49.03 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 9886 0 0 0 4836 67 0 0 20 0 21 0 18385788 19634933760 942499 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=3769964 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 942499 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=11644 CPUtime=0 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18385793 19634933760 942499 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 942499 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 58.75 s
Current children cumulated vsize: 19174740 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/324 232777
/proc/meminfo: memFree=39469048/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3273.57 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 365194 0 0 0 326964 393 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 1462149 6001 1 0 2250832 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3257.08 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 261116 0 0 0 325503 205 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1350 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=1992 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0.01 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 6530 0 0 0 0 1 0 0 20 0 21 0 18385793 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=16192 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 3273.57 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5848596 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.17 4.17 5/324 232789
/proc/meminfo: memFree=39429884/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3333.46 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 368285 0 0 0 332949 397 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 1462149 6001 1 0 2250832 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=11904 CPUtime=3316.91 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 263163 0 0 0 331485 206 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1350 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0.01 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 6664 0 0 0 0 1 0 0 20 0 21 0 18385793 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=11644 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 3333.46 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5848596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/324 232799
/proc/meminfo: memFree=39395420/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3392.93 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 369933 0 0 0 338891 402 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 1462149 6001 1 0 2250832 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3376.3 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 264197 0 0 0 337422 208 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1393 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0.01 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 6787 0 0 0 0 1 0 0 20 0 21 0 18385793 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 3392.93 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5848596 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/324 232809
/proc/meminfo: memFree=39364292/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3452.83 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 371556 0 0 0 344876 407 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 1462149 6001 1 0 2250832 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3436.14 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 265183 0 0 0 343404 210 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1393 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0.01 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 6920 0 0 0 0 1 0 0 20 0 21 0 18385793 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 3452.83 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5848596 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.16 4.17 5/324 232820
/proc/meminfo: memFree=39335212/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3512.71 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 383514 0 0 0 350860 411 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 1462149 6001 1 0 2250832 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3495.96 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 276493 0 0 0 349385 211 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1394 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=-9176762001292763836 CPUtime=0.01 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 7043 0 0 0 0 1 0 0 20 0 21 0 18385793 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=11644 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 3512.71 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5848596 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.16 4.17 5/323 233213
/proc/meminfo: memFree=39306004/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3572.62 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 432230 0 0 0 356843 419 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 1462149 6001 1 0 2250832 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=11904 CPUtime=3555.79 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 323988 0 0 0 355363 216 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1394 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=5848596 CPUtime=0.01 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 7182 0 0 0 0 1 0 0 20 0 21 0 18385793 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=11644 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 3572.62 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5848596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.25 4.18 4.18 6/279 233365
/proc/meminfo: memFree=53486148/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3600.07 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 465300 0 0 0 359584 423 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4793685 1462149 6001 1 0 2250832 0
[pid=231233/tid=231235] ppid=231230 vsize=19174740 memory=5848596 CPUtime=3583.22 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) R 231230 231233 229052 0 -1 4194368 357050 0 0 0 358103 219 0 0 20 0 21 0 18385788 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1394 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19174740 memory=100 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18385792 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19174740 memory=5508 CPUtime=0.01 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 7182 0 0 0 0 1 0 0 20 0 21 0 18385793 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231324] ppid=231230 vsize=19174740 memory=5468 CPUtime=0 cores=0,2
/proc/231233/task/231324/stat : 231324 (Timer-0) S 231230 231233 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18386386 19634933760 1462149 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5848596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596 s, system=4.28534 s

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

[startup+3609.9 s]
/proc/loadavg: 4.25 4.18 4.18 6/279 233365
/proc/meminfo: memFree=53486148/131655788 swapFree=131065036/131071996
[pid=231233] ppid=231230 vsize=19374432 memory=5849324 CPUtime=3600.24 cores=0,2
/proc/231233/stat : 231233 (java) S 231230 231233 229052 0 -1 1077936128 474879 0 0 0 359599 425 0 0 20 0 15 0 18385788 19839418368 1462331 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
/proc/231233/statm: 4843608 1462331 6000 1 0 2251751 0
[pid=231233/tid=231235] ppid=231230 vsize=19374432 memory=5848596 CPUtime=3583.27 cores=0,2
/proc/231233/task/231235/stat : 231235 (java) S 231230 231233 229052 0 -1 1077936192 357428 0 0 0 358108 219 0 0 20 0 15 0 18385788 19839418368 1462331 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1394 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231244] ppid=231230 vsize=19374432 memory=5848596 CPUtime=0 cores=0,2
/proc/231233/task/231244/stat : 231244 (Finalizer) S 231230 231233 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 18385792 19839418368 1462331 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
[pid=231233/tid=231251] ppid=231230 vsize=19374432 memory=11644 CPUtime=0.01 cores=0,2
/proc/231233/task/231251/stat : 231251 (Common-Cleaner) S 231230 231233 229052 0 -1 1077936192 7182 0 0 0 0 1 0 0 20 0 15 0 18385793 19839418368 1462331 134679101440 94862673842176 94862673845872 140728459233888 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94862673853688 94862673854480 94862687997952 140728459236267 140728459236449 140728459236449 140728459243464 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 5849324 KiB

Child status: 143

Real time (s): 3609.94
CPU time (s): 3600.28
CPU user time (s): 3596
CPU system time (s): 4.28534
CPU usage (%): 99.7325
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 5849324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596
system time used= 4.28533
maximum resident set size= 5850056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1001640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130962
involuntary context switches= 25788


# summary of solver processes directly reported to runsolver:
#   pid: 231233
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3596
#   total CPU system time (s): 4.28534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.338 second user time and 35.8382 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-24 14:26:02
IDJOB=4440512
IDBENCH=157943
IDSOLVER=3079
FILE ID=nodeC010/4440512-1721823962
RUNJOBID= nodeC010-1721820325-229062
SLURM_JOB_ID= 7891462
Free space on /tmp= 723720 MiB

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

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

MD5SUM BENCH= f42bed8b206e9691e6e5fc670f14b50f
RANDOM SEED=661698601

nodeC010.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.231
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.61
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		: 3606.903
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.28
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		: 1770.233
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.61
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.217
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.28
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		: 1252.640
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.61
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.191
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.28
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		: 3658.465
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.61
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		: 2318.306
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        52700160 kB
MemAvailable:   127357656 kB
Buffers:          247632 kB
Cached:         74724808 kB
SwapCached:         3992 kB
Active:          2234988 kB
Inactive:       75471016 kB
Active(anon):       1628 kB
Inactive(anon):  2785756 kB
Active(file):    2233360 kB
Inactive(file): 72685260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131065036 kB
Dirty:             85744 kB
Writeback:             0 kB
AnonPages:       2729784 kB
Mapped:           121084 kB
Shmem:             53752 kB
KReclaimable:     800620 kB
Slab:             923712 kB
SReclaimable:     800620 kB
SUnreclaim:       123092 kB
KernelStack:        4896 kB
PageTables:        15456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7351392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18816 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2457600 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:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723748 MiB
End job on nodeC010 at 2024-07-24 15:26:12