Trace number 4443401

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 Cutting Planes 2024 2024-07-12? (TO) 3600.2 3589.27

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
MD5SUM8150ec280d22960cf2e4079d2206c8ae
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.210661
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
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 		2106806208
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.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4443401-1721310319.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.33/0.23	c ... done. Wall clock time 0.071s.
0.33/0.23	c declared #vars     428
0.33/0.23	c #constraints  942
0.33/0.23	c constraints type 
0.33/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.33/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.33/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 295
0.33/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.33/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.33/0.23	c 942 constraints processed.
19.74/16.51	c cleaning 2499 clauses out of 5000 with flag 0/5000
62.08/58.50	c cleaning 4247 clauses out of 8501 with flag 0/11000
138.96/134.71	c cleaning 5623 clauses out of 11256 with flag 0/18002
259.70/255.15	c cleaning 6816 clauses out of 13631 with flag 0/26000
410.21/404.81	c cleaning 7898 clauses out of 15815 with flag 0/35000
614.84/608.78	c cleaning 8959 clauses out of 17917 with flag 0/45000
890.07/883.02	c cleaning 9975 clauses out of 19960 with flag 0/56002
1227.54/1219.99	c cleaning 10990 clauses out of 21983 with flag 0/68000
1619.98/1611.61	c cleaning 11994 clauses out of 23993 with flag 0/81000
2094.64/2085.83	c cleaning 12997 clauses out of 26001 with flag 0/95002
2648.58/2639.01	c cleaning 13997 clauses out of 28004 with flag 0/110002
3338.97/3328.07	c cleaning 14998 clauses out of 30007 with flag 0/126002
3600.08/3589.22	c starts		: 29
3600.08/3589.22	c conflicts		: 132200
3600.08/3589.22	c decisions		: 147571
3600.08/3589.22	c propagations		: 4436955
3600.08/3589.22	c inspects		: 2260898668
3600.08/3589.22	c shortcuts		: 0
3600.08/3589.22	c learnt literals	: 0
3600.08/3589.22	c learnt binary clauses	: 0
3600.08/3589.22	c learnt ternary clauses	: 0
3600.08/3589.22	c learnt constraints	: 132200
3600.08/3589.22	c ignored constraints	: 0
3600.08/3589.22	c root simplifications	: 0
3600.08/3589.22	c removed literals (reason simplification)	: 0
3600.08/3589.22	c reason swapping (by a shorter reason)	: 0
3600.08/3589.22	c Calls to reduceDB	: 12
3600.08/3589.22	c Number of update (reduction) of LBD	: 97652
3600.08/3589.22	c Imported unit clauses	: 0
3600.08/3589.22	c No decision after first conflict	: false
3600.08/3589.22	c number of reductions to clauses (during analyze)	: 0
3600.08/3589.22	c number of learned constraints concerned by reduction	: 0
3600.08/3589.22	c number of learning phase by resolution	: 0
3600.08/3589.22	c number of learning phase by cutting planes	: 0
3600.08/3589.22	c number of rounding to 1 operations	: 0
3600.08/3589.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3589.22	c number of reductions of the coefficients by power 2 	: 0
3600.08/3589.22	c number of right shift for reduction by power 2 	: 0
3600.08/3589.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3589.22	c number of ending skipping 	: 0
3600.08/3589.22	c number of internal skipping 	: 0
3600.08/3589.22	c number of derivation steps 	: 3693635
3600.08/3589.22	c number of skipped derivation steps 	: 0
3600.08/3589.22	c number of remaining unassigned 	: 4369599
3600.08/3589.22	c number of remaining assigned 	: 237524370
3600.08/3589.22	c number of falsified literals weakened from reason	: 0
3600.08/3589.22	c number of falsified literals weakened from conflict	: 0
3600.08/3589.22	c time for arithmetic operations	: 47379056842
3600.08/3589.22	c minimum degree of deleted constraints	: 3
3600.08/3589.23	c maximum degree of deleted constraints	: 4828420406918503865483368420173581032865747252023615905604217907602919358480940634335816385647959209733574154393480653548210687668965731548365791880914226220678492586504590929880506613051325518654609316590714669500431242946849134426780652734942589699265939415798053026062988144777167658697840922730940077579468648200436086395771783587732039797913506251202396468327231233577408328077469524639843681574792674626352271588275278269847762507677309391752734028777199464663627558174526782400195237547663192240114430048617650043062238041282787825533339851602580966020151628316163628843093709680650946303282497864913411849543153032360085134884212664133120259192488270120286808692819888727770641627617074261525434839281399918429278740279494265569126708316898805741338115150095900976416722396978593442332272457780992948604258800636583612767106996365915385904059700277370130761722005503885147333471486866640606472301267018897207967494199287357563860791373086741274945010058370373862652051096251203511344254709230076833874750611665595774581832290106274021880354772426457765729974796497421878389884206909981202921155638205729191400048834950622038683201514420119657122124587450365320238549073032226615853402977182276868297801066805364894630554296720151214917489118809096851742310569215507109190272352786207340985889785422389146185273539910826582008100242909825010844318263039196956495400704990570
3600.08/3589.23	c number of deleted constraints	: 110993
3600.08/3589.23	c timeout
3600.08/3589.24	c speed (assignments/second)	: 1236.2683045620558
3600.08/3589.24	c non guided choices	: 25
3600.08/3589.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27
3600.08/3589.25	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 21180
3600.08/3589.25	s UNKNOWN
3600.08/3589.25	c Total wall clock time (in seconds): 3589.098

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443401-1721310319/watcher-4443401-1721310319 -o /tmp/evaluation-result-4443401-1721310319/solver-4443401-1721310319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984933 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443401-1721310319.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=987906, runsolver pid=987903

[startup+0.100959 s]*
/proc/loadavg: 4.18 4.18 4.17 7/330 987924
/proc/meminfo: memFree=122400392/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=18975048 memory=63244 CPUtime=0.13 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 7203 0 0 0 11 2 0 0 20 0 18 0 183193787 19430449152 15811 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4743762 15811 5704 1 0 549318 0
[pid=987906/tid=987908] ppid=987903 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 5733 0 0 0 7 1 0 0 20 0 18 0 183193787 19430449152 15811 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183193790 19430449152 15811 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183193790 19430449152 15811 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63244 KiB

[startup+0.205952 s]*
/proc/loadavg: 4.18 4.18 4.17 7/330 987924
/proc/meminfo: memFree=122391616/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=18975048 memory=72168 CPUtime=0.33 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 7823 0 0 0 31 2 0 0 20 0 18 0 183193787 19430449152 18042 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4743762 18042 5870 1 0 549721 0
[pid=987906/tid=987908] ppid=987903 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 6063 0 0 0 17 1 0 0 20 0 18 0 183193787 19430449152 18042 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=18975048 memory=15975 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183193790 19430449152 18042 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183193790 19430449152 18042 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72168 KiB

[startup+0.314954 s]*
/proc/loadavg: 4.18 4.18 4.17 7/331 987925
/proc/meminfo: memFree=122382072/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19041612 memory=81912 CPUtime=0.53 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 8435 0 0 0 51 2 0 0 20 0 19 0 183193787 19498610688 20478 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4760403 20478 5902 1 0 550182 0
[pid=987906/tid=987908] ppid=987903 vsize=19041612 memory=-8961425921673568956 CPUtime=0.26 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 6133 0 0 0 25 1 0 0 20 0 19 0 183193787 19498610688 20478 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183193790 19498610688 20478 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183193790 19498610688 20478 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183193810 19498610688 20478 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81912 KiB

[startup+0.700269 s]
/proc/loadavg: 4.18 4.18 4.17 7/331 987927
/proc/meminfo: memFree=122326780/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=172036 CPUtime=1.26 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 12448 0 0 0 122 4 0 0 20 0 20 0 183193787 19566772224 43009 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 43009 5902 1 0 552901 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=13196 CPUtime=0.61 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 6186 0 0 0 59 2 0 0 20 0 20 0 183193787 19566772224 43009 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 43009 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 43009 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=2028 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 43009 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 172036 KiB

[startup+1.50596 s]
/proc/loadavg: 4.18 4.18 4.17 6/332 987928
/proc/meminfo: memFree=122284052/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=204068 CPUtime=2.87 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 22838 0 0 0 281 6 0 0 20 0 20 0 183193787 19566772224 51017 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 51017 5934 1 0 556039 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=13196 CPUtime=1.39 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 6523 0 0 0 136 3 0 0 20 0 20 0 183193787 19566772224 51017 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 51017 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 51017 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 51017 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204068 KiB

[startup+3.10582 s]
/proc/loadavg: 4.18 4.18 4.17 5/332 987928
/proc/meminfo: memFree=121673344/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=837692 CPUtime=5.76 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 27187 0 0 0 556 20 0 0 20 0 20 0 183193787 19566772224 209423 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 209423 5934 1 0 663406 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 7492 0 0 0 280 15 0 0 20 0 20 0 183193787 19566772224 209423 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 209423 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=303844 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 209423 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 209423 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 837692 KiB

[startup+6.30095 s]
/proc/loadavg: 4.16 4.18 4.17 5/332 987928
/proc/meminfo: memFree=121355308/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=1085396 CPUtime=9.07 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 27444 0 0 0 882 25 0 0 20 0 20 0 183193787 19566772224 271349 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 271349 5934 1 0 663421 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=13196 CPUtime=6.1 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 7642 0 0 0 590 20 0 0 20 0 20 0 183193787 19566772224 271349 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 271349 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=6224092815625902419 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 271349 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 271349 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 9.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1085396 KiB

[startup+12.701 s]
/proc/loadavg: 4.31 4.21 4.18 5/332 987929
/proc/meminfo: memFree=120796908/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=1614312 CPUtime=15.8 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 33723 0 0 0 1544 36 0 0 20 0 20 0 183193787 19566772224 403578 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 403578 5934 1 0 663423 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=0 CPUtime=12.33 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 9455 0 0 0 1204 29 0 0 20 0 20 0 183193787 19566772224 403578 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=1614292 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 403578 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 403578 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 403578 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 15.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1614312 KiB

[startup+25.501 s]
/proc/loadavg: 4.32 4.21 4.19 5/332 987931
/proc/meminfo: memFree=120754440/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=1615536 CPUtime=28.96 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 41500 0 0 0 2858 38 0 0 20 0 20 0 183193787 19566772224 403884 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 403884 5934 1 0 664753 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=1614292 CPUtime=24.89 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 12077 0 0 0 2459 30 0 0 20 0 20 0 183193787 19566772224 403884 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 403884 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=1626212 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 403884 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 403884 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 28.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1615536 KiB

[startup+51.106 s]
/proc/loadavg: 4.28 4.21 4.18 5/332 987935
/proc/meminfo: memFree=120628600/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=1658744 CPUtime=54.76 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 50501 0 0 0 5434 42 0 0 20 0 20 0 183193787 19566772224 414686 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 414686 5934 1 0 664753 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=1644408 CPUtime=49.96 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 14103 0 0 0 4966 30 0 0 20 0 20 0 183193787 19566772224 414686 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0

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

/proc/meminfo: memFree=117495340/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=2610708 CPUtime=3232.99 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 225474 0 0 0 323070 229 0 0 20 0 20 0 183193787 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 652677 5934 1 0 665184 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=11544 CPUtime=3182.79 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 97717 0 0 0 318229 50 0 0 20 0 20 0 183193787 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=2610684 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=2610700 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 3186 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=2610700 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 3232.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610708 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/332 989704
/proc/meminfo: memFree=117495040/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=2610708 CPUtime=3293.13 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 228650 0 0 0 329082 231 0 0 20 0 20 0 183193787 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 652677 5934 1 0 665184 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=2610708 CPUtime=3242.2 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 99331 0 0 0 324170 50 0 0 20 0 20 0 183193787 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=2610708 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 3276 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=2610708 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 3293.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610708 KiB

[startup+3342.3 s]
/proc/loadavg: 4.58 4.27 4.21 5/332 989783
/proc/meminfo: memFree=117953496/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=2610708 CPUtime=3353.3 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 233330 0 0 0 335096 234 0 0 20 0 20 0 183193787 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 652677 5934 1 0 665184 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=-8961425921673568956 CPUtime=3301.71 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 101053 0 0 0 330120 51 0 0 20 0 20 0 183193787 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=2610708 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=-8961425921673568956 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 3277 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=2610708 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 652677 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 3353.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610708 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.25 4.20 5/332 989793
/proc/meminfo: memFree=117720576/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=2610712 CPUtime=3413.35 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 235465 0 0 0 341098 237 0 0 20 0 20 0 183193787 19566772224 652678 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 652678 5934 1 0 665184 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=-8961425921673568956 CPUtime=3361.05 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 102102 0 0 0 336054 51 0 0 20 0 20 0 183193787 19566772224 652678 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=2610708 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652678 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 3339 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652678 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=2610712 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 652678 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 3413.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.25 4.20 5/333 989938
/proc/meminfo: memFree=118617156/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=2610784 CPUtime=3473.3 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 238872 0 0 0 347091 239 0 0 20 0 20 0 183193787 19566772224 652696 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 652696 5949 1 0 665184 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=-8961425921673568956 CPUtime=3420.39 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 104156 0 0 0 341988 51 0 0 20 0 20 0 183193787 19566772224 652696 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=2610708 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652696 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 3340 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652696 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 652696 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 3473.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610784 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.25 4.20 5/333 990017
/proc/meminfo: memFree=119374964/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=2610788 CPUtime=3533.1 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 239315 0 0 0 353068 242 0 0 20 0 20 0 183193787 19566772224 652697 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 652697 5949 1 0 665184 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=2610784 CPUtime=3479.54 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 104461 0 0 0 347903 51 0 0 20 0 20 0 183193787 19566772224 652697 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=45336 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652697 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 3420 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652697 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=-8961425921673568956 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 652697 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 3533.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610788 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.23 4.20 5/333 990027
/proc/meminfo: memFree=119074584/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=2610796 CPUtime=3593.17 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 242349 0 0 0 359072 245 0 0 20 0 20 0 183193787 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 652699 5949 1 0 665184 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=11544 CPUtime=3538.96 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 105924 0 0 0 353845 51 0 0 20 0 20 0 183193787 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=2610788 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 3421 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 3593.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.2 s]
/proc/loadavg: 4.20 4.23 4.20 5/333 990027
/proc/meminfo: memFree=119045736/131524600 swapFree=131071996/131071996
[pid=987906] ppid=987903 vsize=19108176 memory=2610796 CPUtime=3600.08 cores=5,7
/proc/987906/stat : 987906 (java) S 987903 987906 984920 0 -1 1077936128 242489 0 0 0 359763 245 0 0 20 0 20 0 183193787 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
/proc/987906/statm: 4777044 652699 5949 1 0 665184 0
[pid=987906/tid=987908] ppid=987903 vsize=19108176 memory=-8961425921673568956 CPUtime=3545.81 cores=5,7
/proc/987906/task/987908/stat : 987908 (java) R 987903 987906 984920 0 -1 4194368 106047 0 0 0 354530 51 0 0 20 0 20 0 183193787 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987917] ppid=987903 vsize=19108176 memory=19696 CPUtime=0 cores=5,7
/proc/987906/task/987917/stat : 987917 (Finalizer) S 987903 987906 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987924] ppid=987903 vsize=19108176 memory=7080 CPUtime=0 cores=5,7
/proc/987906/task/987924/stat : 987924 (Common-Cleaner) S 987903 987906 984920 0 -1 1077936192 3421 0 0 0 0 0 0 0 20 0 20 0 183193790 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
[pid=987906/tid=987925] ppid=987903 vsize=19108176 memory=7184 CPUtime=0 cores=5,7
/proc/987906/task/987925/stat : 987925 (Timer-0) S 987903 987906 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183193810 19566772224 652699 134679101440 94066174128128 94066174131824 140733575241760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94066174139640 94066174140432 94066189221888 140733575246836 140733575246944 140733575246944 140733575253960 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2610796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.73 s, system=2.47261 s

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

Child status: 143

Real time (s): 3589.27
CPU time (s): 3600.2
CPU user time (s): 3597.73
CPU system time (s): 2.47261
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 19111980
Max. memory (cumulated for all children) (KiB): 2610796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.73
system time used= 2.47261
maximum resident set size= 2612368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144319
involuntary context switches= 7597


# summary of solver processes directly reported to runsolver:
#   pid: 987906
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.73
#   total CPU system time (s): 2.47261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.77586 second user time and 19.036 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 15:45:32
IDJOB=4443401
IDBENCH=147873
IDSOLVER=3052
FILE ID=nodeC017/4443401-1721310319
RUNJOBID= nodeC017-1721306301-984933
SLURM_JOB_ID= 7542642
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443401-1721310319/watcher-4443401-1721310319 -o /tmp/evaluation-result-4443401-1721310319/solver-4443401-1721310319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984933 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443401-1721310319.opb

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

MD5SUM BENCH= 8150ec280d22960cf2e4079d2206c8ae
RANDOM SEED=895479439

nodeC017.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		: 3600.080
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		: 3633.823
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	: 7006.99
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		: 3671.513
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		: 3681.227
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	: 7006.99
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		: 3599.901
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		: 3634.576
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	: 7006.99
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		: 3671.635
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		: 3648.219
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122442596 kB
MemAvailable:   124267900 kB
Buffers:          514980 kB
Cached:          2136412 kB
SwapCached:            0 kB
Active:          1197424 kB
Inactive:        7240352 kB
Active(anon):       1544 kB
Inactive(anon):  5822536 kB
Active(file):    1195880 kB
Inactive(file):  1417816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               764 kB
Writeback:             0 kB
AnonPages:       5786336 kB
Mapped:           126396 kB
Shmem:             37720 kB
KReclaimable:     102508 kB
Slab:             214572 kB
SReclaimable:     102508 kB
SUnreclaim:       112064 kB
KernelStack:        5040 kB
PageTables:        21456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8602944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67392 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5494784 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-18 16:45:21