Trace number 4442792

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-07? (TO) 3600.19 3590.42

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
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 benchmark27.5425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.74	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.74	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.74	c See www.sat4j.org for details.
0.05/0.78	c version CUSTOM.v20240707
0.05/0.79	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.79	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.79	c java.vm.version	22.0.1+8-16
0.05/0.79	c java.vm.vendor	Oracle Corporation
0.05/0.79	c sun.arch.data.model	64
0.05/0.79	c java.version		22.0.1
0.05/0.79	c os.name		Linux
0.05/0.79	c os.version		4.18.0-301.1.el8.x86_64
0.05/0.79	c os.arch		amd64
0.05/0.79	c Free memory 		2104792832
0.05/0.79	c Max memory 		16282288128
0.05/0.79	c Total memory 		2113929216
0.13/0.80	c Number of processors 	2
0.13/0.88	--- Begin Solver configuration ---
0.13/0.88	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.88	Learn all clauses as in MiniSAT
0.13/0.88	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.88	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.88	Expensive reason simplification
0.13/0.88	Glucose 2.1 dynamic restart strategy
0.13/0.88	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.88	timeout=2147483s
0.13/0.88	DB Simplification allowed=false
0.13/0.88	Listener: none
0.13/0.88	--- End Solver configuration ---
0.13/0.88	c Pseudo Boolean Optimization by upper bound
0.13/0.88	c --- Begin Solver configuration ---
0.13/0.88	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.88	c Learn all clauses as in MiniSAT
0.13/0.88	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.88	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.88	c Expensive reason simplification
0.13/0.88	c Glucose 2.1 dynamic restart strategy
0.13/0.88	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.88	c timeout=2147483s
0.13/0.88	c DB Simplification allowed=false
0.13/0.88	c Listener: none
0.13/0.88	c --- End Solver configuration ---
0.13/0.88	c solving HOME/instance-4442792-1721817186.opb
0.13/0.88	c reading problem ... 
0.13/0.88	c using VERIPB proof format
0.13/0.88	c  no objective function found
1.78/1.71	c ... done. Wall clock time 0.831s.
1.78/1.72	c declared #vars     6800
1.78/1.72	c #constraints  285685
1.78/1.72	c constraints type 
1.78/1.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285600
1.78/1.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
1.78/1.72	c 285685 constraints processed.
6.98/5.12	c cleaning 2500 clauses out of 5001 with flag 34711/5001
11.42/10.06	c cleaning 4245 clauses out of 8500 with flag 80195/11000
18.37/16.90	c cleaning 5623 clauses out of 11256 with flag 132825/18001
27.03/25.39	c cleaning 6811 clauses out of 13633 with flag 187938/26001
34.88/32.99	c cleaning 7903 clauses out of 15821 with flag 259483/35000
41.49/40.22	c cleaning 8950 clauses out of 17919 with flag 325501/45001
53.79/52.33	c cleaning 9972 clauses out of 19968 with flag 408428/56000
74.33/72.91	c cleaning 10989 clauses out of 21999 with flag 501630/68003
88.40/86.89	c cleaning 11988 clauses out of 24010 with flag 611968/81003
100.91/99.74	c cleaning 12994 clauses out of 26021 with flag 730469/95002
122.65/121.22	c cleaning 13995 clauses out of 28026 with flag 870269/110001
142.51/143.12	c cleaning 14997 clauses out of 30032 with flag 1013298/126002
166.39/167.77	c cleaning 16003 clauses out of 32033 with flag 1164394/143000
190.98/193.72	c cleaning 16997 clauses out of 34031 with flag 1319946/161001
221.30/223.79	c cleaning 18007 clauses out of 36037 with flag 1509958/180004
257.39/259.88	c cleaning 18995 clauses out of 38029 with flag 1703819/200003
297.99/302.79	c cleaning 20001 clauses out of 40032 with flag 1901349/221001
319.60/323.93	c cleaning 20996 clauses out of 42030 with flag 2071750/243000
338.54/342.92	c cleaning 22011 clauses out of 44035 with flag 2254985/266001
368.37/372.26	c cleaning 22999 clauses out of 46023 with flag 2422755/290000
410.92/414.83	c cleaning 24001 clauses out of 48024 with flag 2604044/315000
461.75/466.08	c cleaning 24999 clauses out of 50024 with flag 2785181/341001
507.10/511.24	c cleaning 25991 clauses out of 52024 with flag 2967496/368000
529.14/532.82	c cleaning 26994 clauses out of 54033 with flag 3185908/396000
555.05/558.47	c cleaning 27998 clauses out of 56039 with flag 3433000/425000
585.14/587.51	c cleaning 28999 clauses out of 58041 with flag 3696587/455000
614.60/616.60	c cleaning 29997 clauses out of 60042 with flag 4008097/486000
650.92/655.41	c cleaning 31001 clauses out of 62046 with flag 4337448/518001
689.92/692.96	c cleaning 32006 clauses out of 64045 with flag 4663933/551001
709.15/712.01	c cleaning 32990 clauses out of 66039 with flag 4922306/585001
744.25/746.97	c cleaning 34014 clauses out of 68049 with flag 5176025/620001
779.12/784.24	c cleaning 35000 clauses out of 70034 with flag 5477188/656000
803.66/808.46	c cleaning 35985 clauses out of 72035 with flag 5785752/693001
860.50/864.37	c cleaning 37024 clauses out of 74049 with flag 6054313/731000
888.71/891.72	c cleaning 37994 clauses out of 76027 with flag 6321928/770002
933.87/935.64	c cleaning 39000 clauses out of 78032 with flag 6629610/810001
979.96/983.62	c cleaning 39995 clauses out of 80033 with flag 6932497/851002
1035.15/1039.06	c cleaning 40999 clauses out of 82036 with flag 7233743/893000
1097.51/1101.42	c cleaning 41995 clauses out of 84038 with flag 7570876/936001
1162.91/1165.82	c cleaning 43002 clauses out of 86042 with flag 7934817/980000
1240.78/1243.59	c cleaning 44005 clauses out of 88040 with flag 8301725/1025000
1302.69/1308.88	c cleaning 44997 clauses out of 90037 with flag 8666636/1071002
1377.17/1383.12	c cleaning 46005 clauses out of 92038 with flag 9030833/1118000
1453.96/1459.98	c cleaning 46998 clauses out of 94034 with flag 9425031/1166001
1533.86/1538.75	c cleaning 47994 clauses out of 96035 with flag 9809013/1215000
1619.42/1624.71	c cleaning 49000 clauses out of 98043 with flag 10211535/1265002
1713.06/1718.75	c cleaning 49996 clauses out of 100043 with flag 10633415/1316002
1781.16/1786.51	c cleaning 51006 clauses out of 102045 with flag 11065950/1368000
1872.58/1878.06	c cleaning 51997 clauses out of 104040 with flag 11586651/1421001
1989.02/1995.02	c cleaning 52996 clauses out of 106046 with flag 12123702/1475004
2045.06/2049.57	c cleaning 53991 clauses out of 108047 with flag 12483470/1530001
2138.60/2143.16	c cleaning 54988 clauses out of 110055 with flag 12866752/1586000
2232.13/2235.59	c cleaning 55995 clauses out of 112067 with flag 13311391/1643000
2323.11/2325.95	c cleaning 57002 clauses out of 114072 with flag 13762169/1701000
2420.57/2422.09	c cleaning 57998 clauses out of 116071 with flag 14230142/1760001
2522.54/2524.39	c cleaning 59006 clauses out of 118075 with flag 14708161/1820003
2637.87/2638.90	c cleaning 59997 clauses out of 120067 with flag 15162196/1881001
2759.86/2759.90	c cleaning 61002 clauses out of 122070 with flag 15663903/1943001
2826.81/2826.98	c cleaning 62013 clauses out of 124067 with flag 16163864/2006000
2927.37/2925.34	c cleaning 63006 clauses out of 126054 with flag 16591021/2070000
2994.46/2992.32	c cleaning 63990 clauses out of 128048 with flag 17042856/2135000
3122.70/3118.37	c cleaning 64997 clauses out of 130062 with flag 17511767/2201004
3233.69/3229.34	c cleaning 66013 clauses out of 132061 with flag 18009830/2268000
3365.77/3359.20	c cleaning 67009 clauses out of 134049 with flag 18469859/2336001
3491.07/3482.06	c cleaning 68000 clauses out of 136040 with flag 19032017/2405001
3577.55/3568.02	c cleaning 68997 clauses out of 138039 with flag 19545563/2475000
3600.01/3590.21	c starts		: 267
3600.01/3590.21	c timeout
3600.01/3590.22	c conflicts		: 2503340
3600.01/3590.22	c decisions		: 3311814
3600.01/3590.22	c propagations		: 44858505
3600.01/3590.22	c inspects		: 8970222585
3600.01/3590.22	c shortcuts		: 0
3600.01/3590.22	c learnt literals	: 0
3600.01/3590.22	c learnt binary clauses	: 0
3600.01/3590.22	c learnt ternary clauses	: 0
3600.01/3590.22	c learnt constraints	: 2503340
3600.01/3590.22	c ignored constraints	: 0
3600.01/3590.22	c root simplifications	: 0
3600.01/3590.22	c removed literals (reason simplification)	: 8501991
3600.01/3590.22	c reason swapping (by a shorter reason)	: 0
3600.01/3590.22	c Calls to reduceDB	: 66
3600.01/3590.22	c Number of update (reduction) of LBD	: 1559494
3600.01/3590.22	c Imported unit clauses	: 0
3600.01/3590.22	c No decision after first conflict	: false
3600.01/3590.23	c number of reductions to clauses (during analyze)	: 0
3600.01/3590.23	c number of learned constraints concerned by reduction	: 0
3600.01/3590.23	c number of learning phase by resolution	: 0
3600.01/3590.23	c number of learning phase by cutting planes	: 0
3600.01/3590.23	c number of rounding to 1 operations	: 0
3600.01/3590.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3590.23	c number of reductions of the coefficients by power 2 	: 0
3600.01/3590.23	c number of right shift for reduction by power 2 	: 0
3600.01/3590.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3590.23	c number of ending skipping 	: 0
3600.01/3590.23	c number of internal skipping 	: 0
3600.01/3590.23	c number of derivation steps 	: 0
3600.01/3590.23	c number of skipped derivation steps 	: 0
3600.01/3590.23	c number of remaining unassigned 	: 0
3600.01/3590.23	c number of remaining assigned 	: 0
3600.01/3590.23	c number of falsified literals weakened from reason	: 0
3600.01/3590.23	c number of falsified literals weakened from conflict	: 0
3600.01/3590.23	c time for arithmetic operations	: 0
3600.01/3590.23	c minimum degree of deleted constraints	: null
3600.01/3590.23	c maximum degree of deleted constraints	: null
3600.01/3590.23	c number of deleted constraints	: 0
3600.01/3590.23	c speed (assignments/second)	: 12500.590077611578
3600.01/3590.23	c non guided choices	: 88914
3600.01/3590.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 97382
3600.01/3590.28	s UNKNOWN
3600.01/3590.28	c Total wall clock time (in seconds): 3589.403

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=237267, runsolver pid=237262

[startup+0.100064 s]*
/proc/loadavg: 0.04 0.07 0.08 1/260 237284
/proc/meminfo: memFree=60575492/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=37736 memory=2004 CPUtime=0 cores=4,6
/proc/237267/stat : 237267 (java) D 237262 237267 237209 0 -1 4194304 142 0 2 0 0 0 0 0 20 0 1 0 18241510 38641664 501 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 0 0 0 0 17 4 0 0 9 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 9434 501 457 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2004 KiB

[startup+0.206124 s]*
/proc/loadavg: 0.04 0.07 0.08 3/260 237284
/proc/meminfo: memFree=60574848/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=37736 memory=2004 CPUtime=0 cores=4,6
/proc/237267/stat : 237267 (java) D 237262 237267 237209 0 -1 4194304 162 0 3 0 0 0 0 0 20 0 1 0 18241510 38641664 501 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 0 0 0 0 17 4 0 0 20 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 9434 501 457 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2004 KiB

[startup+0.304806 s]*
/proc/loadavg: 0.04 0.07 0.08 1/262 237288
/proc/meminfo: memFree=60565900/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=37736 memory=5548 CPUtime=0 cores=4,6
/proc/237267/stat : 237267 (java) D 237262 237267 237209 0 -1 4194304 470 0 9 0 0 0 0 0 20 0 1 0 18241510 38641664 1387 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 0 0 0 0 17 6 0 0 31 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 9434 1387 1116 1 0 254 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 5548 KiB

[startup+0.700226 s]
/proc/loadavg: 0.04 0.07 0.08 1/267 237293
/proc/meminfo: memFree=60527720/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=18975048 memory=54112 CPUtime=0.05 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 6443 0 131 0 3 2 0 0 20 0 18 0 18241510 19430449152 13528 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4743762 13528 5285 1 0 548643 0
[pid=237267/tid=237290] ppid=237262 vsize=18975048 memory=25588 CPUtime=0.03 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) D 237262 237267 237209 0 -1 4194368 5307 0 89 0 2 1 0 0 20 0 18 0 18241545 19430449152 13528 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54112 KiB

[startup+1.50079 s]
/proc/loadavg: 0.04 0.07 0.08 14/334 237360
/proc/meminfo: memFree=60276368/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19041612 memory=190140 CPUtime=1.39 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 18536 0 133 0 132 7 0 0 20 0 19 0 18241510 19498610688 47535 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4760403 47535 5711 1 0 555162 0
[pid=237267/tid=237290] ppid=237262 vsize=19041612 memory=25588 CPUtime=0.67 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 6030 0 91 0 63 4 0 0 20 0 19 0 18241545 19498610688 47535 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19041612 memory=13520 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18241573 19498610688 47535 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19041612 memory=74704 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18241573 19498610688 47535 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 190140 KiB

[startup+3.1075 s]
/proc/loadavg: 0.84 0.24 0.14 7/340 237366
/proc/meminfo: memFree=59390032/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=389972 CPUtime=4.41 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 20550 0 133 0 430 11 0 0 20 0 20 0 18241510 19566772224 97493 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 97493 5753 1 0 995001 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=-9031802362516972220 CPUtime=2.15 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 6198 0 91 0 208 7 0 0 20 0 20 0 18241545 19566772224 97493 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 97493 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 97493 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=-9031802362516972220 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 97493 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 389972 KiB

[startup+6.3008 s]
/proc/loadavg: 0.84 0.24 0.14 7/340 237366
/proc/meminfo: memFree=58699972/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=559176 CPUtime=8.35 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 28089 0 133 0 818 17 0 0 20 0 20 0 18241510 19566772224 139794 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 139794 5756 1 0 995057 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=13520 CPUtime=5.17 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 8069 0 91 0 507 10 0 0 20 0 20 0 18241545 19566772224 139794 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 139794 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 139794 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=195356 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 139794 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 8.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 559176 KiB

[startup+12.7003 s]
/proc/loadavg: 1.40 0.38 0.19 5/341 237369
/proc/meminfo: memFree=57552844/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=757896 CPUtime=14.16 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 28760 0 133 0 1391 25 0 0 20 0 20 0 18241510 19566772224 189474 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 189474 5756 1 0 995059 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=0 CPUtime=10.68 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 8313 0 91 0 1054 14 0 0 20 0 20 0 18241545 19566772224 189474 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 114 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=757892 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 189474 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 189474 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 189474 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 14.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 757896 KiB

[startup+25.5003 s]
/proc/loadavg: 1.80 0.50 0.23 5/341 237370
/proc/meminfo: memFree=55510748/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=1087692 CPUtime=27.22 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 33540 0 133 0 2686 36 0 0 20 0 20 0 18241510 19566772224 271923 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 271923 5756 1 0 995061 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=757892 CPUtime=23.14 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 10337 0 91 0 2296 18 0 0 20 0 20 0 18241545 19566772224 271923 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 114 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=-9031802362516972220 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 271923 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=7157737517941872721 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 271923 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 271923 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 27.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1087692 KiB

[startup+51.1065 s]
/proc/loadavg: 2.63 0.80 0.33 6/340 237375
/proc/meminfo: memFree=51164748/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=2126304 CPUtime=52.6 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 42124 0 133 0 5189 71 0 0 20 0 20 0 18241510 19566772224 531576 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 531576 5787 1 0 995065 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=164 CPUtime=46.81 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 11975 0 91 0 4645 36 0 0 20 0 20 0 18241545 19566772224 531576 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 214 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 531576 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=1837536 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 531576 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=1440136 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 531576 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 52.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2126304 KiB

[startup+102.3 s]
/proc/loadavg: 3.70 1.40 0.57 6/338 237449
/proc/meminfo: memFree=48875268/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=3187412 CPUtime=103.51 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 51584 0 133 0 10235 116 0 0 20 0 20 0 18241510 19566772224 796853 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 796853 5788 1 0 995068 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=3035852 CPUtime=95.45 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 14853 0 91 0 9483 62 0 0 20 0 20 0 18241545 19566772224 796853 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 334 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=2988680 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 796853 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=12936 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 149 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 796853 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=1087692 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 796853 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 103.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3187412 KiB


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

/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2148531 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=74704 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 3807 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2148531 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 2148531 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 3226.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8594124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.94 4.55 4.24 5/339 238998
/proc/meminfo: memFree=9779396/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=8896580 CPUtime=3288.66 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 704644 0 133 0 327116 1750 0 0 20 0 20 0 18241510 19566772224 2224145 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 2224145 5801 1 0 2239443 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=8896580 CPUtime=3170.69 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 276820 0 91 0 315545 1524 0 0 20 0 20 0 18241545 19566772224 2224145 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5183 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=8594124 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2224145 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 3808 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2224145 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=8896580 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 2224145 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 3288.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8896580 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.48 4.23 5/337 239177
/proc/meminfo: memFree=9175940/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=8902572 CPUtime=3348.72 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 770388 0 133 0 333096 1776 0 0 20 0 20 0 18241510 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 2225643 5801 1 0 2239443 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=8896560 CPUtime=3229.93 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 330168 0 91 0 321445 1548 0 0 20 0 20 0 18241545 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5198 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=74704 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=8902572 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 3901 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=-7089648393473318783 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 3348.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8902572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.44 4.23 6/337 239188
/proc/meminfo: memFree=8564580/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=8902572 CPUtime=3408.94 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 771851 0 133 0 339085 1809 0 0 20 0 20 0 18241510 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 2225643 5801 1 0 2239443 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=32540 CPUtime=3288.58 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 331093 0 91 0 327280 1578 0 0 20 0 20 0 18241545 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5212 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=8902572 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=8902572 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 3901 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=8902572 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 2225643 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 3408.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8902572 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.45 4.25 5/339 239256
/proc/meminfo: memFree=8056376/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=8902624 CPUtime=3471.44 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 837161 0 133 0 345305 1839 0 0 20 0 20 0 18241510 19566772224 2225656 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 2225656 5801 1 0 2239443 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=8902572 CPUtime=3347.01 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 371859 0 91 0 333097 1604 0 0 20 0 20 0 18241545 19566772224 2225656 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5235 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=74704 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2225656 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 3901 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2225656 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 2225656 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 3471.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8902624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.41 4.25 5/339 239266
/proc/meminfo: memFree=7321668/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=8902628 CPUtime=3531.86 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 862708 0 133 0 351313 1873 0 0 20 0 20 0 18241510 19566772224 2225657 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 2225657 5801 1 0 2239443 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=8902576 CPUtime=3405.84 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 396996 0 91 0 338948 1636 0 0 20 0 20 0 18241545 19566772224 2225657 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5254 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=8902576 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2225657 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=8902624 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 3934 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2225657 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=8902628 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 2225657 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 3531.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8902628 KiB

[startup+3582.3 s]
/proc/loadavg: 4.35 4.40 4.26 5/339 239346
/proc/meminfo: memFree=14645204/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=9198048 CPUtime=3592.13 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 985389 0 133 0 357290 1923 0 0 20 0 20 0 18241510 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 2299512 5801 1 0 2314611 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=9194160 CPUtime=3464.49 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 511327 0 91 0 344767 1682 0 0 20 0 20 0 18241545 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5270 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=16120 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 3935 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=74704 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 3592.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9198048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.2 s]
/proc/loadavg: 4.30 4.38 4.25 5/339 239347
/proc/meminfo: memFree=14580436/131524600 swapFree=131057564/131071996
[pid=237267] ppid=237262 vsize=19108176 memory=9198048 CPUtime=3600.01 cores=4,6
/proc/237267/stat : 237267 (java) S 237262 237267 237209 0 -1 1077936128 1029172 0 133 0 358061 1940 0 0 20 0 20 0 18241510 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 35 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
/proc/237267/statm: 4777044 2299512 5801 1 0 2314611 0
[pid=237267/tid=237290] ppid=237262 vsize=19108176 memory=35332 CPUtime=3472.36 cores=4,6
/proc/237267/task/237290/stat : 237290 (java) R 237262 237267 237209 0 -1 4194368 555103 0 91 0 345537 1699 0 0 20 0 20 0 18241545 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5270 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237328] ppid=237262 vsize=19108176 memory=37540 CPUtime=0 cores=4,6
/proc/237267/task/237328/stat : 237328 (Finalizer) S 237262 237267 237209 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237356] ppid=237262 vsize=19108176 memory=39748 CPUtime=0 cores=4,6
/proc/237267/task/237356/stat : 237356 (Common-Cleaner) S 237262 237267 237209 0 -1 1077936192 3935 0 0 0 0 0 0 0 20 0 20 0 18241573 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
[pid=237267/tid=237365] ppid=237262 vsize=19108176 memory=41956 CPUtime=0 cores=4,6
/proc/237267/task/237365/stat : 237365 (Timer-0) S 237262 237267 237209 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18241683 19566772224 2299512 134679101440 94310216830976 94310216834672 140728416093248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94310216842488 94310216843280 94310249558016 140728416101291 140728416101473 140728416101473 140728416108488 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9198048 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.72 s, system=19.4714 s

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

[startup+3590.4 s]*
/proc/loadavg: 4.30 4.38 4.25 5/321 239352
/proc/meminfo: memFree=22992156/131524600 swapFree=131057564/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3590.42
CPU time (s): 3600.19
CPU user time (s): 3580.72
CPU system time (s): 19.4714
CPU usage (%): 100.272
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 9198836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.72
system time used= 19.4714
maximum resident set size= 9199900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1032579
page faults= 133
swaps= 0
block input operations= 24384
block output operations= 23752160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121695
involuntary context switches= 20225


# summary of solver processes directly reported to runsolver:
#   pid: 237267
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3580.72
#   total CPU system time (s): 19.4714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.80491 second user time and 19.7235 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-24 12:33:06
IDJOB=4442792
IDBENCH=147848
IDSOLVER=3079
FILE ID=nodeC015/4442792-1721817186
RUNJOBID= nodeC015-1721817186-237220
SLURM_JOB_ID= 7816866
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.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-4442792-1721817186/watcher-4442792-1721817186 -o /tmp/evaluation-result-4442792-1721817186/solver-4442792-1721817186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721817186-237220 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4442792-1721817186 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4442792-1721817186.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=990321049

nodeC015.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		: 3362.567
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.37
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		: 3047.379
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.17
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		: 3639.347
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.37
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		: 3283.235
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.17
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		: 3604.264
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.37
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		: 3188.512
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.17
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		: 3442.734
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.37
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		: 3026.456
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.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        60580000 kB
MemAvailable:   129610996 kB
Buffers:          249052 kB
Cached:         69265428 kB
SwapCached:          792 kB
Active:          2575388 kB
Inactive:       67261768 kB
Active(anon):       1800 kB
Inactive(anon):   373664 kB
Active(file):    2573588 kB
Inactive(file): 66888104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057564 kB
Dirty:             19372 kB
Writeback:             0 kB
AnonPages:        321368 kB
Mapped:           118468 kB
Shmem:             52776 kB
KReclaimable:     630712 kB
Slab:             757568 kB
SReclaimable:     630712 kB
SUnreclaim:       126856 kB
KernelStack:        3920 kB
PageTables:         9704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     740652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC015 at 2024-07-24 13:32:57