Trace number 4452712

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07UNSAT cert. 57.5778 54.7605

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
MD5SUM5d1633616664d1d404e86526e434c88a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.56515
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints3655
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4452712-1721841442.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.33/0.27	c ... done. Wall clock time 0.146s.
0.33/0.27	c declared #vars     18705
0.33/0.27	c #constraints  3742
0.33/0.27	c constraints type 
0.33/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3742
0.33/0.28	c 3742 constraints processed.
1.28/0.80	c cleaning 2501 clauses out of 5001 with flag 13374/5001
2.08/1.11	c cleaning 4249 clauses out of 8501 with flag 29702/11002
2.86/1.58	c cleaning 5622 clauses out of 11250 with flag 48369/18000
3.26/1.77	c cleaning 6804 clauses out of 13629 with flag 71031/26001
3.68/1.93	c cleaning 7905 clauses out of 15824 with flag 97965/35000
3.86/2.05	c cleaning 8953 clauses out of 17921 with flag 125680/45002
4.06/2.17	c cleaning 9971 clauses out of 19967 with flag 162301/56001
4.44/2.30	c cleaning 10994 clauses out of 21996 with flag 194833/68001
4.63/2.42	c cleaning 11988 clauses out of 24003 with flag 229319/81002
4.77/2.56	c cleaning 12990 clauses out of 26013 with flag 270591/95000
4.95/2.70	c cleaning 14010 clauses out of 28024 with flag 313027/110001
5.06/2.88	c cleaning 14985 clauses out of 30013 with flag 359764/126000
5.31/3.08	c cleaning 15974 clauses out of 32028 with flag 407081/143000
5.55/3.25	c cleaning 16999 clauses out of 34055 with flag 458642/161001
5.75/3.47	c cleaning 18020 clauses out of 36057 with flag 522893/180002
5.95/3.69	c cleaning 18986 clauses out of 38036 with flag 579742/200001
6.25/3.91	c cleaning 19968 clauses out of 40049 with flag 637692/221000
6.73/4.21	c cleaning 21017 clauses out of 42082 with flag 703365/243001
6.93/4.48	c cleaning 22027 clauses out of 44064 with flag 771009/266000
7.23/4.77	c cleaning 23009 clauses out of 46038 with flag 845289/290001
7.53/5.06	c cleaning 23985 clauses out of 48028 with flag 916970/315000
7.83/5.37	c cleaning 25014 clauses out of 50044 with flag 992846/341001
8.24/5.70	c cleaning 25983 clauses out of 52032 with flag 1080886/368003
8.55/6.02	c cleaning 26943 clauses out of 54047 with flag 1167963/396001
8.84/6.35	c cleaning 27989 clauses out of 56104 with flag 1259261/425001
9.23/6.74	c cleaning 28992 clauses out of 58115 with flag 1357082/455001
9.63/7.18	c cleaning 30046 clauses out of 60122 with flag 1444600/486000
10.03/7.58	c cleaning 31025 clauses out of 62077 with flag 1538193/518001
10.53/8.08	c cleaning 31996 clauses out of 64051 with flag 1644877/551000
10.92/8.49	c cleaning 33005 clauses out of 66058 with flag 1751085/585003
11.42/8.90	c cleaning 34020 clauses out of 68051 with flag 1851241/620001
11.81/9.35	c cleaning 35009 clauses out of 70031 with flag 1956837/656001
12.32/9.85	c cleaning 35970 clauses out of 72021 with flag 2061487/693000
12.81/10.34	c cleaning 37005 clauses out of 74052 with flag 2170935/731001
13.20/10.77	c cleaning 37954 clauses out of 76046 with flag 2299154/770000
13.69/11.28	c cleaning 39037 clauses out of 78092 with flag 2419753/810000
14.29/11.83	c cleaning 40001 clauses out of 80055 with flag 2539396/851000
14.79/12.32	c cleaning 40988 clauses out of 82055 with flag 2663881/893001
15.29/12.83	c cleaning 42024 clauses out of 84067 with flag 2798139/936001
15.91/13.44	c cleaning 42998 clauses out of 86042 with flag 2926059/980000
16.53/14.03	c cleaning 43968 clauses out of 88046 with flag 3060985/1025002
17.28/14.71	c cleaning 45035 clauses out of 90077 with flag 3201814/1071001
17.87/15.39	c cleaning 45978 clauses out of 92041 with flag 3351815/1118000
18.75/16.12	c cleaning 46993 clauses out of 94063 with flag 3491915/1166000
19.62/16.89	c cleaning 48027 clauses out of 96072 with flag 3640844/1215002
20.44/17.65	c cleaning 48999 clauses out of 98044 with flag 3791635/1265001
21.14/18.38	c cleaning 50013 clauses out of 100045 with flag 3948413/1316001
21.84/19.08	c cleaning 50996 clauses out of 102032 with flag 4100484/1368001
22.69/19.83	c cleaning 52012 clauses out of 104035 with flag 4253872/1421000
23.40/20.57	c cleaning 53000 clauses out of 106023 with flag 4410802/1475000
24.42/21.55	c cleaning 53955 clauses out of 108024 with flag 4570876/1530001
25.32/22.42	c cleaning 54987 clauses out of 110068 with flag 4736022/1586000
26.22/23.34	c cleaning 56036 clauses out of 112082 with flag 4902297/1643001
27.02/24.15	c cleaning 57016 clauses out of 114045 with flag 5068321/1701000
27.82/24.92	c cleaning 57590 clauses out of 116029 with flag 5232638/1760000
28.72/25.82	c cleaning 58360 clauses out of 118440 with flag 5410238/1820001
29.75/26.84	c cleaning 59553 clauses out of 121079 with flag 5590963/1881000
30.65/27.74	c cleaning 60457 clauses out of 123526 with flag 5780898/1943000
31.55/28.64	c cleaning 61131 clauses out of 126069 with flag 5977842/2006000
32.47/29.53	c cleaning 62177 clauses out of 128940 with flag 6164849/2070002
33.52/30.54	c cleaning 63500 clauses out of 131761 with flag 6351090/2135000
34.57/31.87	c cleaning 64442 clauses out of 134261 with flag 6540789/2201000
35.66/32.94	c cleaning 65159 clauses out of 136819 with flag 6743933/2268000
36.66/33.96	c cleaning 66291 clauses out of 139661 with flag 6946822/2336001
37.77/35.07	c cleaning 67349 clauses out of 142369 with flag 7156256/2405000
38.77/36.06	c cleaning 68236 clauses out of 145023 with flag 7355051/2475003
40.09/37.38	c cleaning 69471 clauses out of 147784 with flag 7559862/2546000
41.39/38.60	c cleaning 70447 clauses out of 150313 with flag 7773584/2618000
42.39/39.66	c cleaning 71184 clauses out of 152867 with flag 7991478/2691001
43.59/40.83	c cleaning 71879 clauses out of 155682 with flag 8207457/2765000
44.79/42.06	c cleaning 73582 clauses out of 158803 with flag 8424754/2840000
45.90/43.13	c cleaning 73897 clauses out of 161224 with flag 8635006/2916003
47.09/44.40	c cleaning 75118 clauses out of 164324 with flag 8858382/2993000
48.38/45.62	c cleaning 76025 clauses out of 167208 with flag 9082583/3071002
49.57/46.82	c cleaning 76904 clauses out of 170181 with flag 9324464/3150000
50.70/47.95	c cleaning 77693 clauses out of 173277 with flag 9557930/3230000
51.99/49.22	c cleaning 79048 clauses out of 176587 with flag 9794875/3311003
53.19/50.45	c cleaning 79864 clauses out of 179536 with flag 10042042/3393000
54.38/51.64	c cleaning 80270 clauses out of 182672 with flag 10278108/3476000
55.93/53.11	c cleaning 81925 clauses out of 186403 with flag 10526129/3560001
57.46/54.68	c starts		: 2294
57.46/54.68	c conflicts		: 3629638
57.46/54.68	c decisions		: 37573383
57.46/54.68	c propagations		: 57067124
57.46/54.68	c inspects		: 444955581
57.46/54.68	c shortcuts		: 0
57.46/54.68	c learnt literals	: 11
57.46/54.68	c learnt binary clauses	: 33
57.46/54.68	c learnt ternary clauses	: 18052
57.46/54.68	c learnt constraints	: 3629626
57.46/54.68	c ignored constraints	: 0
57.46/54.68	c root simplifications	: 0
57.46/54.68	c removed literals (reason simplification)	: 3003933
57.46/54.68	c reason swapping (by a shorter reason)	: 0
57.46/54.68	c Calls to reduceDB	: 80
57.46/54.68	c Number of update (reduction) of LBD	: 617553
57.46/54.68	c Imported unit clauses	: 0
57.46/54.68	c No decision after first conflict	: false
57.46/54.68	c number of reductions to clauses (during analyze)	: 0
57.46/54.68	c number of learned constraints concerned by reduction	: 0
57.46/54.68	c number of learning phase by resolution	: 0
57.46/54.68	c number of learning phase by cutting planes	: 0
57.46/54.68	c number of rounding to 1 operations	: 0
57.46/54.68	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
57.46/54.68	c number of reductions of the coefficients by power 2 	: 0
57.46/54.68	c number of right shift for reduction by power 2 	: 0
57.46/54.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
57.46/54.70	c number of ending skipping 	: 0
57.46/54.70	c number of internal skipping 	: 0
57.46/54.70	c number of derivation steps 	: 0
57.46/54.70	c number of skipped derivation steps 	: 0
57.46/54.70	c number of remaining unassigned 	: 0
57.46/54.70	c number of remaining assigned 	: 0
57.46/54.70	c number of falsified literals weakened from reason	: 0
57.46/54.70	c number of falsified literals weakened from conflict	: 0
57.46/54.70	c time for arithmetic operations	: 0
57.46/54.70	c minimum degree of deleted constraints	: null
57.46/54.70	c maximum degree of deleted constraints	: null
57.46/54.70	c number of deleted constraints	: 0
57.46/54.70	c speed (assignments/second)	: 1049008.7314571422
57.46/54.70	c non guided choices	: 31422087
57.50/54.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 174070
57.50/54.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 33
57.50/54.74	s UNSATISFIABLE
57.50/54.74	c Total wall clock time (in seconds): 54.618

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=199765, runsolver pid=199762
Current StackSize limit: 8192 KiB


[startup+0.100084 s]*
/proc/loadavg: 1.33 1.12 1.36 5/334 199783
/proc/meminfo: memFree=120835164/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=18975048 memory=64592 CPUtime=0.13 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 7216 0 0 0 11 2 0 0 20 0 18 0 20667594 19430449152 16148 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4743762 16148 5544 1 0 549322 0
[pid=199765/tid=199767] ppid=199762 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 5771 0 0 0 7 1 0 0 20 0 18 0 20667594 19430449152 16174 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667597 19430449152 16174 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=18975048 memory=15262540772369567 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20667597 19430449152 16174 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64592 KiB

[startup+0.20618 s]*
/proc/loadavg: 1.33 1.12 1.36 7/334 199783
/proc/meminfo: memFree=120777088/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=18975048 memory=82760 CPUtime=0.33 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 8045 0 0 0 31 2 0 0 20 0 18 0 20667594 19430449152 20690 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4743762 20690 5841 1 0 549838 0
[pid=199765/tid=199767] ppid=199762 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 5941 0 0 0 17 1 0 0 20 0 18 0 20667594 19430449152 20690 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=18975048 memory=1535086 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20667597 19430449152 20690 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20667597 19430449152 20690 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82760 KiB

[startup+0.306181 s]*
/proc/loadavg: 1.33 1.12 1.36 7/335 199784
/proc/meminfo: memFree=120691224/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19041612 memory=113560 CPUtime=0.52 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 9494 0 0 0 49 3 0 0 20 0 19 0 20667594 19498610688 28390 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4760403 28390 5841 1 0 551135 0
[pid=199765/tid=199767] ppid=199762 vsize=19041612 memory=-9031796856268300988 CPUtime=0.27 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 5984 0 0 0 25 2 0 0 20 0 19 0 20667594 19498610688 28390 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20667597 19498610688 28390 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20667597 19498610688 28390 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20667623 19498610688 28390 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113560 KiB

[startup+0.700452 s]
/proc/loadavg: 1.70 1.20 1.38 7/335 199784
/proc/meminfo: memFree=120561388/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19041612 memory=148520 CPUtime=1.28 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 16050 0 0 0 123 5 0 0 20 0 19 0 20667594 19498610688 37130 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4760403 37130 5873 1 0 555559 0
[pid=199765/tid=199767] ppid=199762 vsize=19041612 memory=12304 CPUtime=0.59 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 6062 0 0 0 57 2 0 0 20 0 19 0 20667594 19498610688 37130 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19041612 memory=12304 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20667597 19498610688 37130 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20667597 19498610688 37130 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19041612 memory=25596 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20667623 19498610688 37130 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 148520 KiB

[startup+1.50118 s]
/proc/loadavg: 1.70 1.20 1.38 8/335 199784
/proc/meminfo: memFree=120354604/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=192092 CPUtime=2.86 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 24425 0 0 0 279 7 0 0 20 0 20 0 20667594 19566772224 48023 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 48023 5905 1 0 556690 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=12304 CPUtime=1.37 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 6397 0 0 0 133 4 0 0 20 0 20 0 20667594 19566772224 48023 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 48023 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 48023 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 48023 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192092 KiB

[startup+3.10618 s]
/proc/loadavg: 1.70 1.20 1.38 7/336 199787
/proc/meminfo: memFree=119890292/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=268284 CPUtime=5.43 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 27285 0 0 0 530 13 0 0 20 0 20 0 20667594 19566772224 67071 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 67071 5921 1 0 557083 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=0 CPUtime=2.92 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 6925 0 0 0 284 8 0 0 20 0 20 0 20667594 19566772224 67071 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 67071 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=193804 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 67071 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 67071 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 268284 KiB

[startup+6.30118 s]
/proc/loadavg: 1.89 1.25 1.40 6/336 199787
/proc/meminfo: memFree=119258432/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=501612 CPUtime=8.84 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 27794 0 0 0 860 24 0 0 20 0 20 0 20667594 19566772224 125403 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 125403 5921 1 0 557105 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=12304 CPUtime=6.04 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 7254 0 0 0 586 18 0 0 20 0 20 0 20667594 19566772224 125403 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 125403 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=6155981356035363154 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 125403 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 125403 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 8.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 501612 KiB

[startup+12.7012 s]
/proc/loadavg: 2.06 1.29 1.41 5/336 199855
/proc/meminfo: memFree=118084304/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=1093556 CPUtime=15.19 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 29989 0 0 0 1473 46 0 0 20 0 20 0 20667594 19566772224 273389 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 273389 5921 1 0 557105 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=0 CPUtime=12.33 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 8566 0 0 0 1194 39 0 0 20 0 20 0 20667594 19566772224 273389 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=1089460 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 273389 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=575396 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 273389 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=15884 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 273389 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1093556 KiB

[startup+25.5003 s]
/proc/loadavg: 2.51 1.41 1.45 7/336 199926
/proc/meminfo: memFree=117205820/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=1308948 CPUtime=28.42 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 36675 0 0 0 2778 64 0 0 20 0 20 0 20667594 19566772224 327237 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 327237 5921 1 0 557105 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=1089460 CPUtime=24.97 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 10105 0 0 0 2442 55 0 0 20 0 20 0 20667594 19566772224 327237 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=15884 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 327237 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=11944 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 327237 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=534380 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 327237 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 28.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1308948 KiB

[startup+51.1057 s]
/proc/loadavg: 3.29 1.71 1.55 5/336 199929
/proc/meminfo: memFree=114885112/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=1395024 CPUtime=53.89 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 41617 0 0 0 5297 92 0 0 20 0 20 0 20667594 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 348756 5921 1 0 557105 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=1388880 CPUtime=49.99 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 12957 0 0 0 4918 81 0 0 20 0 20 0 20667594 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=-9031796856268300988 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=11944 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 53.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1395024 KiB

[startup+54.7604 s]
# the end of solver process 199765 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=56.5922 s, system=0.98557 s

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

[startup+51.2003 s]
/proc/loadavg: 3.29 1.71 1.55 5/336 199929
/proc/meminfo: memFree=114885112/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=1395024 CPUtime=53.98 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 41621 0 0 0 5306 92 0 0 20 0 20 0 20667594 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 348756 5921 1 0 557105 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=5432 CPUtime=50.08 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 12961 0 0 0 4927 81 0 0 20 0 20 0 20667594 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 348756 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 53.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1395024 KiB

[startup+52.8002 s]
/proc/loadavg: 3.29 1.71 1.55 4/336 199929
/proc/meminfo: memFree=114862584/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=1401168 CPUtime=55.61 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 42121 0 0 0 5468 93 0 0 20 0 20 0 20667594 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 350292 5921 1 0 557105 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=25596 CPUtime=51.63 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 12977 0 0 0 5081 82 0 0 20 0 20 0 20667594 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=39732 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=-9031796856268300988 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=39732 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 55.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1401168 KiB

[startup+53.6002 s]
/proc/loadavg: 3.29 1.71 1.55 5/336 199930
/proc/meminfo: memFree=114850480/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=1401168 CPUtime=56.42 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 42125 0 0 0 5548 94 0 0 20 0 20 0 20667594 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 350292 5921 1 0 557105 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=11944 CPUtime=52.43 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) R 199762 199765 199498 0 -1 4194368 12977 0 0 0 5160 83 0 0 20 0 20 0 20667594 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=68244 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=1395024 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=1896 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 350292 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 56.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1401168 KiB

[startup+54.4012 s]
/proc/loadavg: 3.29 1.71 1.55 5/336 199930
/proc/meminfo: memFree=114827156/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=1402420 CPUtime=57.38 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 48909 0 0 0 5641 97 0 0 20 0 20 0 20667594 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 350605 5921 1 0 557121 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=1401168 CPUtime=53.03 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) D 199762 199765 199498 0 -1 4194368 14315 0 0 0 5218 85 0 0 20 0 20 0 20667594 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 65 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=15884 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 57.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1402420 KiB

[startup+54.6002 s]
/proc/loadavg: 3.29 1.71 1.55 5/336 199930
/proc/meminfo: memFree=114827156/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19108176 memory=1402420 CPUtime=57.46 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 48940 0 0 0 5649 97 0 0 20 0 20 0 20667594 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4777044 350605 5921 1 0 557121 0
[pid=199765/tid=199767] ppid=199762 vsize=19108176 memory=68244 CPUtime=53.03 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) D 199762 199765 199498 0 -1 4194368 14315 0 0 0 5218 85 0 0 20 0 20 0 20667594 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 103 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19108176 memory=12304 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19108176 memory=11944 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199784] ppid=199762 vsize=19108176 memory=68244 CPUtime=0 cores=1,3
/proc/199765/task/199784/stat : 199784 (Timer-0) S 199762 199765 199498 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20667623 19566772224 350605 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 57.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1402420 KiB

[startup+54.7002 s]
/proc/loadavg: 3.29 1.71 1.55 5/336 199930
/proc/meminfo: memFree=114827156/131524600 swapFree=131054968/131071996
[pid=199765] ppid=199762 vsize=19241304 memory=1402888 CPUtime=57.5 cores=1,3
/proc/199765/stat : 199765 (java) S 199762 199765 199498 0 -1 1077936128 49924 0 0 0 5653 97 0 0 20 0 20 0 20667594 19703095296 350722 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
/proc/199765/statm: 4810326 350722 5920 1 0 557723 0
[pid=199765/tid=199767] ppid=199762 vsize=19241304 memory=1388880 CPUtime=53.05 cores=1,3
/proc/199765/task/199767/stat : 199767 (java) S 199762 199765 199498 0 -1 1077936192 14935 0 0 0 5219 86 0 0 20 0 20 0 20667594 19703095296 350722 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 115 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199776] ppid=199762 vsize=19241304 memory=11944 CPUtime=0 cores=1,3
/proc/199765/task/199776/stat : 199776 (Finalizer) S 199762 199765 199498 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20667597 19703095296 350722 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
[pid=199765/tid=199783] ppid=199762 vsize=19241304 memory=12304 CPUtime=0 cores=1,3
/proc/199765/task/199783/stat : 199783 (Common-Cleaner) S 199762 199765 199498 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20667597 19703095296 350722 134679101440 94562349498368 94562349502064 140729866392864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94562349509880 94562349510672 94562350645248 140729866396587 140729866396769 140729866396769 140729866403784 0
Current children cumulated CPU time: 57.5 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1402888 KiB

Child status: 20

Real time (s): 54.7605
CPU time (s): 57.5778
CPU user time (s): 56.5922
CPU system time (s): 0.98557
CPU usage (%): 105.145
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1402888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.5922
system time used= 0.98557
maximum resident set size= 1404008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 771624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6753
involuntary context switches= 598


# summary of solver processes directly reported to runsolver:
#   pid: 199765
#   total CPU time (s): 57.5778
#   total CPU user time (s): 56.5922
#   total CPU system time (s): 0.98557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.130643 second user time and 0.287365 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 19:17:22
IDJOB=4452712
IDBENCH=165294
IDSOLVER=3079
FILE ID=nodeC028/4452712-1721841442
RUNJOBID= nodeC028-1721841436-199510
SLURM_JOB_ID= 7891563
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.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-4452712-1721841442/watcher-4452712-1721841442 -o /tmp/evaluation-result-4452712-1721841442/solver-4452712-1721841442 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721841436-199510 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452712-1721841442 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452712-1721841442.opb

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

MD5SUM BENCH= 5d1633616664d1d404e86526e434c88a
RANDOM SEED=1424470184

nodeC028.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	: 0xb00002a
cpu MHz		: 3681.344
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3652.701
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.51
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	: 0xb00002a
cpu MHz		: 3599.957
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3647.529
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.51
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	: 0xb00002a
cpu MHz		: 3600.220
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3673.056
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.51
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	: 0xb00002a
cpu MHz		: 3681.461
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3676.229
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120918424 kB
MemAvailable:   128285012 kB
Buffers:          265604 kB
Cached:          7886516 kB
SwapCached:          264 kB
Active:          2269028 kB
Inactive:        7648080 kB
Active(anon):       4480 kB
Inactive(anon):  1812376 kB
Active(file):    2264548 kB
Inactive(file):  5835704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:             74220 kB
Writeback:             0 kB
AnonPages:       1763656 kB
Mapped:           116688 kB
Shmem:             52100 kB
KReclaimable:     212316 kB
Slab:             335128 kB
SReclaimable:     212316 kB
SUnreclaim:       122812 kB
KernelStack:        5152 kB
PageTables:        13788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9168072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1421312 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:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC028 at 2024-07-24 19:18:17