Trace number 4446011

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.14 3595.21

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-133.opb
MD5SUMbf76f01107fc6e0f0d7316d8818a221b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48253
Total number of constraints1119563
Number of constraints which are clauses1005877
Number of constraints which are cardinality constraints (but not clauses)3541
Number of constraints which are nor clauses,nor cardinality constraints110145
Minimum length of a constraint1
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4446011-1721329959.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  no objective function found
93.54/90.32	c ... done. Wall clock time 90.169s.
93.54/90.32	c declared #vars     48253
93.54/90.32	c #constraints  1121356
93.54/90.32	c constraints type 
93.54/90.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235992
93.54/90.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3518
93.54/90.32	c org.sat4j.specs.Constr$1 => 12887
93.54/90.32	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 110145
93.54/90.32	c org.sat4j.pb.constraints.pb.UnitClausePB => 841
93.54/90.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 757973
93.54/90.32	c 1121356 constraints processed.
98.64/93.93	c cleaning 2502 clauses out of 5004 with flag 0/5004
103.03/97.97	c cleaning 4249 clauses out of 8498 with flag 0/11000
108.29/103.16	c cleaning 5618 clauses out of 11249 with flag 0/18000
113.93/108.73	c cleaning 6814 clauses out of 13632 with flag 0/26001
119.84/114.67	c cleaning 7904 clauses out of 15817 with flag 0/35000
127.67/122.48	c cleaning 8947 clauses out of 17913 with flag 0/45000
137.49/132.38	c cleaning 9979 clauses out of 19967 with flag 0/56001
147.95/142.89	c cleaning 10987 clauses out of 21989 with flag 0/68002
160.66/155.62	c cleaning 11997 clauses out of 24001 with flag 0/81001
174.32/169.40	c cleaning 12995 clauses out of 26003 with flag 0/95000
188.70/183.85	c cleaning 13999 clauses out of 28009 with flag 0/110001
204.11/199.23	c cleaning 15000 clauses out of 30009 with flag 0/126000
222.86/217.91	c cleaning 16002 clauses out of 32013 with flag 0/143004
242.71/237.78	c cleaning 16999 clauses out of 34010 with flag 0/161003
265.10/260.09	c cleaning 18001 clauses out of 36009 with flag 0/180001
287.84/282.62	c cleaning 18996 clauses out of 38007 with flag 0/200000
311.68/306.34	c cleaning 20000 clauses out of 40011 with flag 0/221000
339.28/333.85	c cleaning 21002 clauses out of 42012 with flag 0/243001
368.85/363.31	c cleaning 22000 clauses out of 44009 with flag 0/266000
396.90/391.33	c cleaning 22998 clauses out of 46010 with flag 0/290001
426.40/420.70	c cleaning 23999 clauses out of 48011 with flag 0/315000
455.15/449.39	c cleaning 25000 clauses out of 50013 with flag 0/341001
485.68/479.75	c cleaning 25999 clauses out of 52016 with flag 0/368004
520.37/514.56	c cleaning 27003 clauses out of 54014 with flag 0/396001
554.59/548.98	c cleaning 27999 clauses out of 56013 with flag 0/425003
592.84/587.23	c cleaning 29001 clauses out of 58013 with flag 0/455002
632.71/627.32	c cleaning 30006 clauses out of 60012 with flag 0/486002
673.73/668.66	c cleaning 30999 clauses out of 62007 with flag 0/518003
721.83/716.95	c cleaning 31995 clauses out of 64005 with flag 0/551000
769.49/764.66	c cleaning 32999 clauses out of 66013 with flag 0/585003
820.22/815.54	c cleaning 34001 clauses out of 68011 with flag 0/620000
873.35/868.66	c cleaning 35002 clauses out of 70011 with flag 0/656001
919.29/914.48	c cleaning 36006 clauses out of 72012 with flag 0/693004
975.99/971.14	c cleaning 36991 clauses out of 74003 with flag 0/731001
1032.16/1027.22	c cleaning 38001 clauses out of 76012 with flag 0/770001
1087.70/1083.16	c cleaning 39003 clauses out of 78011 with flag 0/810001
1152.37/1148.39	c cleaning 39998 clauses out of 80007 with flag 0/851000
1215.94/1211.82	c cleaning 41000 clauses out of 82009 with flag 0/893000
1277.82/1273.62	c cleaning 42003 clauses out of 84012 with flag 0/936003
1347.11/1342.85	c cleaning 43001 clauses out of 86006 with flag 0/980000
1420.57/1416.13	c cleaning 44004 clauses out of 88008 with flag 0/1025003
1513.33/1508.83	c cleaning 44995 clauses out of 90001 with flag 0/1071000
1615.92/1611.22	c cleaning 45993 clauses out of 92006 with flag 0/1118000
1722.36/1717.42	c cleaning 46999 clauses out of 94013 with flag 0/1166000
1821.27/1816.13	c cleaning 48001 clauses out of 96014 with flag 0/1215000
1923.70/1918.50	c cleaning 49002 clauses out of 98014 with flag 0/1265001
2032.71/2027.46	c cleaning 50002 clauses out of 100011 with flag 0/1316000
2147.22/2142.27	c cleaning 51000 clauses out of 102009 with flag 0/1368000
2264.91/2260.54	c cleaning 52002 clauses out of 104010 with flag 0/1421001
2377.39/2372.97	c cleaning 53003 clauses out of 106008 with flag 0/1475001
2479.00/2474.33	c cleaning 53999 clauses out of 108004 with flag 0/1530000
2583.63/2578.87	c cleaning 55003 clauses out of 110007 with flag 0/1586002
2678.19/2673.15	c cleaning 55994 clauses out of 112002 with flag 0/1643000
2773.07/2767.81	c cleaning 56999 clauses out of 114010 with flag 0/1701002
2875.30/2869.77	c cleaning 58001 clauses out of 116010 with flag 0/1760001
2987.68/2981.94	c cleaning 59001 clauses out of 118010 with flag 0/1820002
3108.30/3102.31	c cleaning 60000 clauses out of 120008 with flag 0/1881001
3254.75/3249.40	c cleaning 61000 clauses out of 122008 with flag 0/1943001
3385.52/3380.61	c cleaning 61999 clauses out of 124007 with flag 0/2006000
3503.37/3498.53	c cleaning 62997 clauses out of 126008 with flag 0/2070000
3600.01/3595.12	c starts		: 1
3600.01/3595.12	c timeout
3600.01/3595.12	c conflicts		: 2129649
3600.01/3595.12	c decisions		: 2409563
3600.01/3595.12	c propagations		: 3329607052
3600.01/3595.12	c inspects		: 23019329714
3600.01/3595.12	c shortcuts		: 0
3600.01/3595.12	c learnt literals	: 0
3600.01/3595.12	c learnt binary clauses	: 0
3600.01/3595.12	c learnt ternary clauses	: 9
3600.01/3595.12	c learnt constraints	: 2129648
3600.01/3595.12	c ignored constraints	: 0
3600.01/3595.12	c root simplifications	: 0
3600.01/3595.12	c removed literals (reason simplification)	: 0
3600.01/3595.12	c reason swapping (by a shorter reason)	: 0
3600.01/3595.12	c Calls to reduceDB	: 60
3600.01/3595.12	c Number of update (reduction) of LBD	: 2979419
3600.01/3595.12	c Imported unit clauses	: 0
3600.01/3595.12	c No decision after first conflict	: false
3600.01/3595.12	c number of reductions to clauses (during analyze)	: 0
3600.01/3595.12	c number of learned constraints concerned by reduction	: 0
3600.01/3595.12	c number of learning phase by resolution	: 0
3600.01/3595.12	c number of learning phase by cutting planes	: 0
3600.01/3595.12	c number of rounding to 1 operations	: 0
3600.01/3595.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3595.12	c number of reductions of the coefficients by power 2 	: 0
3600.01/3595.12	c number of right shift for reduction by power 2 	: 0
3600.01/3595.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3595.12	c number of ending skipping 	: 0
3600.01/3595.12	c number of internal skipping 	: 0
3600.01/3595.12	c number of derivation steps 	: 30195211
3600.01/3595.12	c number of skipped derivation steps 	: 0
3600.01/3595.12	c number of remaining unassigned 	: 0
3600.01/3595.12	c number of remaining assigned 	: 36
3600.01/3595.12	c number of falsified literals weakened from reason	: 0
3600.01/3595.12	c number of falsified literals weakened from conflict	: 0
3600.01/3595.12	c time for arithmetic operations	: 570142
3600.01/3595.12	c minimum degree of deleted constraints	: 1
3600.01/3595.12	c maximum degree of deleted constraints	: 1
3600.01/3595.12	c number of deleted constraints	: 2006989
3600.01/3595.12	c speed (assignments/second)	: 950020.7437115043
3600.01/3595.12	c non guided choices	: 12784
3600.01/3595.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 122647
3600.01/3595.18	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12
3600.01/3595.18	s UNKNOWN
3600.01/3595.18	c Total wall clock time (in seconds): 3595.033

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446011-1721329959/watcher-4446011-1721329959 -o /tmp/evaluation-result-4446011-1721329959/solver-4446011-1721329959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971067 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446011-1721329959.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=971319, runsolver pid=971316

[startup+0.101151 s]*
/proc/loadavg: 4.44 4.17 4.11 8/330 971337
/proc/meminfo: memFree=126473376/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=18975048 memory=66572 CPUtime=0.14 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 7096 0 0 0 12 2 0 0 20 0 18 0 185162649 19430449152 16643 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4743762 16643 5627 1 0 549373 0
[pid=971319/tid=971321] ppid=971316 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 1078198336 5658 0 0 0 7 1 0 0 20 0 18 0 185162649 19430449152 16643 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185162652 19430449152 16643 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185162652 19430449152 16643 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66572 KiB

[startup+0.212313 s]*
/proc/loadavg: 4.44 4.17 4.11 9/330 971337
/proc/meminfo: memFree=126313020/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=168140 CPUtime=0.34 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 7751 0 0 0 30 4 0 0 20 0 19 0 185162649 19498610688 42035 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 42035 5851 1 0 549982 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) S 971316 971319 971055 0 -1 1077936192 5987 0 0 0 15 3 0 0 20 0 19 0 185162649 19498610688 42035 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=2643 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 42035 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 42035 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168140 KiB

[startup+0.305921 s]*
/proc/loadavg: 4.44 4.17 4.11 7/331 971338
/proc/meminfo: memFree=126210432/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=200224 CPUtime=0.5 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 8129 0 0 0 46 4 0 0 20 0 19 0 185162649 19498610688 50056 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 50056 5867 1 0 550239 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=-8744978287439422140 CPUtime=0.26 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 6003 0 0 0 23 3 0 0 20 0 19 0 185162649 19498610688 50056 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 50056 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 50056 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 200224 KiB

[startup+0.700919 s]
/proc/loadavg: 4.44 4.17 4.11 9/331 971338
/proc/meminfo: memFree=125413352/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=1314392 CPUtime=1.22 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 15497 0 0 0 95 27 0 0 20 0 19 0 185162649 19498610688 328598 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 328598 5883 1 0 553339 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=5544 CPUtime=0.64 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 6547 0 0 0 39 25 0 0 20 0 19 0 185162649 19498610688 328598 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 328598 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 328598 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1314392 KiB

[startup+1.50093 s]
/proc/loadavg: 4.44 4.17 4.11 8/331 971338
/proc/meminfo: memFree=124743372/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=1331164 CPUtime=2.81 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 22542 0 0 0 252 29 0 0 20 0 19 0 185162649 19498610688 332791 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 332791 5883 1 0 557467 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=12504 CPUtime=1.42 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 6548 0 0 0 117 25 0 0 20 0 19 0 185162649 19498610688 332791 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 332791 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 332791 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1331164 KiB

[startup+3.10571 s]
/proc/loadavg: 4.44 4.17 4.11 5/331 971338
/proc/meminfo: memFree=123007596/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=2237108 CPUtime=4.9 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 23723 0 0 0 444 46 0 0 20 0 19 0 185162649 19498610688 559277 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 559277 5899 1 0 787241 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=0 CPUtime=2.98 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 7074 0 0 0 256 42 0 0 20 0 19 0 185162649 19498610688 559277 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 559277 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=1333212 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 559277 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2237108 KiB

[startup+6.30026 s]
/proc/loadavg: 4.40 4.16 4.11 5/331 971338
/proc/meminfo: memFree=121766820/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=2750176 CPUtime=8.15 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 24678 0 0 0 757 58 0 0 20 0 19 0 185162649 19498610688 687544 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 687544 5899 1 0 920936 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=0 CPUtime=6.05 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 7664 0 0 0 553 52 0 0 20 0 19 0 185162649 19498610688 687544 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=1331164 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 687544 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 687544 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2750176 KiB

[startup+12.7009 s]
/proc/loadavg: 4.37 4.16 4.11 7/331 971339
/proc/meminfo: memFree=120658916/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=3264172 CPUtime=14.94 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 29018 0 0 0 1425 69 0 0 20 0 19 0 185162649 19498610688 816043 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 816043 5899 1 0 1048377 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=3262124 CPUtime=12.14 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 8732 0 0 0 1152 62 0 0 20 0 19 0 185162649 19498610688 816043 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=3259932 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 816043 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=14418115840706192 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 816043 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 14.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3264172 KiB

[startup+25.5009 s]
/proc/loadavg: 4.37 4.17 4.11 5/331 971342
/proc/meminfo: memFree=118991904/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=4235572 CPUtime=28 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 38034 0 0 0 2710 90 0 0 20 0 19 0 185162649 19498610688 1058893 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 1058893 5899 1 0 1288604 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=4225220 CPUtime=24.3 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 11488 0 0 0 2349 81 0 0 20 0 19 0 185162649 19498610688 1058893 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 1058893 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 1058893 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4235572 KiB

[startup+51.1059 s]
/proc/loadavg: 4.24 4.15 4.11 5/331 971346
/proc/meminfo: memFree=117720176/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19041612 memory=5168384 CPUtime=53.84 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 41902 0 0 0 5272 112 0 0 20 0 19 0 185162649 19498610688 1292096 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4760403 1292096 5899 1 0 1510030 0
[pid=971319/tid=971321] ppid=971316 vsize=19041612 memory=0 CPUtime=48.58 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 13866 0 0 0 4758 100 0 0 20 0 19 0 185162649 19498610688 1292096 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19041612 memory=3264172 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 1292096 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19041612 memory=2237108 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162652 19498610688 1292096 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 53.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5168384 KiB

[startup+102.3 s]
/proc/loadavg: 4.55 4.25 4.14 5/332 971356
/proc/meminfo: memFree=117237648/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19108176 memory=5294052 CPUtime=107.47 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 63712 0 0 0 10624 123 0 0 20 0 20 0 185162649 19566772224 1323513 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4777044 1323513 5914 1 0 1510584 0

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

/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 3797 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971354] ppid=971316 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/971319/task/971354/stat : 971354 (Timer-0) S 971316 971319 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185171683 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 3227.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.22 4.19 5/331 973181
/proc/meminfo: memFree=110903960/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19108176 memory=5885132 CPUtime=3287.41 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 438118 0 0 0 328451 290 0 0 20 0 20 0 185162649 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4777044 1471283 5914 1 0 1510584 0
[pid=971319/tid=971321] ppid=971316 vsize=19108176 memory=11476 CPUtime=3242.07 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 238943 0 0 0 324070 137 0 0 20 0 20 0 185162649 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19108176 memory=5885132 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 3845 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971354] ppid=971316 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/971319/task/971354/stat : 971354 (Timer-0) S 971316 971319 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185171683 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 3287.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.25 4.21 5/331 973191
/proc/meminfo: memFree=110903452/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19108176 memory=5885132 CPUtime=3347.12 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 444337 0 0 0 334419 293 0 0 20 0 20 0 185162649 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4777044 1471283 5914 1 0 1510584 0
[pid=971319/tid=971321] ppid=971316 vsize=19108176 memory=11476 CPUtime=3301.18 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 241843 0 0 0 329980 138 0 0 20 0 20 0 185162649 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 42 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19108176 memory=-8744978287439422140 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19108176 memory=5885132 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 3924 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971354] ppid=971316 vsize=19108176 memory=5885132 CPUtime=0 cores=1,3
/proc/971319/task/971354/stat : 971354 (Timer-0) S 971316 971319 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185171683 19566772224 1471283 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 3347.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.24 4.20 5/332 973202
/proc/meminfo: memFree=110903136/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19108176 memory=5885140 CPUtime=3407.18 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 451906 0 0 0 340422 296 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4777044 1471285 5914 1 0 1510584 0
[pid=971319/tid=971321] ppid=971316 vsize=19108176 memory=43800 CPUtime=3360.73 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 246762 0 0 0 335935 138 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 3971 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971354] ppid=971316 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/971319/task/971354/stat : 971354 (Timer-0) S 971316 971319 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185171683 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 3407.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.22 4.19 5/334 973216
/proc/meminfo: memFree=110902564/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19108176 memory=5885140 CPUtime=3467.17 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 458022 0 0 0 346418 299 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4777044 1471285 5914 1 0 1510584 0
[pid=971319/tid=971321] ppid=971316 vsize=19108176 memory=0 CPUtime=3420.33 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 250733 0 0 0 341894 139 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 4052 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971354] ppid=971316 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/971319/task/971354/stat : 971354 (Timer-0) S 971316 971319 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185171683 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 3467.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885140 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.21 4.19 5/333 973228
/proc/meminfo: memFree=110902652/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19108176 memory=5885140 CPUtime=3527.18 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 464273 0 0 0 352416 302 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4777044 1471285 5914 1 0 1510584 0
[pid=971319/tid=971321] ppid=971316 vsize=19108176 memory=5885140 CPUtime=3479.87 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 253751 0 0 0 347847 140 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 4100 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971354] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971354/stat : 971354 (Timer-0) S 971316 971319 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185171683 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 3527.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885140 KiB

[startup+3582.3 s]
/proc/loadavg: 4.34 4.25 4.20 6/332 973372
/proc/meminfo: memFree=109025040/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19108176 memory=5885140 CPUtime=3587.19 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 470582 0 0 0 358414 305 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4777044 1471285 5914 1 0 1510584 0
[pid=971319/tid=971321] ppid=971316 vsize=19108176 memory=5885140 CPUtime=3539.33 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 258028 0 0 0 353792 141 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 4180 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971354] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971354/stat : 971354 (Timer-0) S 971316 971319 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185171683 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 3587.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.11 s]
/proc/loadavg: 4.34 4.25 4.20 5/332 973374
/proc/meminfo: memFree=108524376/131524600 swapFree=131071996/131071996
[pid=971319] ppid=971316 vsize=19108176 memory=5885140 CPUtime=3600.01 cores=1,3
/proc/971319/stat : 971319 (java) S 971316 971319 971055 0 -1 1077936128 471356 0 0 0 359696 305 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
/proc/971319/statm: 4777044 1471285 5914 1 0 1510584 0
[pid=971319/tid=971321] ppid=971316 vsize=19108176 memory=5885140 CPUtime=3552.06 cores=1,3
/proc/971319/task/971321/stat : 971321 (java) R 971316 971319 971055 0 -1 4194368 258763 0 0 0 355065 141 0 0 20 0 20 0 185162649 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971330] ppid=971316 vsize=19108176 memory=43800 CPUtime=0 cores=1,3
/proc/971319/task/971330/stat : 971330 (Finalizer) S 971316 971319 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971337] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971337/stat : 971337 (Common-Cleaner) S 971316 971319 971055 0 -1 1077936192 4180 0 0 0 0 0 0 0 20 0 20 0 185162652 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
[pid=971319/tid=971354] ppid=971316 vsize=19108176 memory=5885140 CPUtime=0 cores=1,3
/proc/971319/task/971354/stat : 971354 (Timer-0) S 971316 971319 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185171683 19566772224 1471285 134679101440 94503928152064 94503928155760 140724980908720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94503928163576 94503928164368 94503955488768 140724980917236 140724980917344 140724980917344 140724980924360 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5885140 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.07 s, system=3.07513 s

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

[startup+3595.2 s]*
/proc/loadavg: 4.34 4.25 4.20 6/315 973377
/proc/meminfo: memFree=114343488/131524600 swapFree=131071996/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): 3595.21
CPU time (s): 3600.14
CPU user time (s): 3597.07
CPU system time (s): 3.07513
CPU usage (%): 100.137
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5885140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.07
system time used= 3.07513
maximum resident set size= 5886984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474814
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133736
involuntary context switches= 15491


# summary of solver processes directly reported to runsolver:
#   pid: 971319
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3597.07
#   total CPU system time (s): 3.07513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54342 second user time and 17.9783 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 21:12:53
IDJOB=4446011
IDBENCH=155423
IDSOLVER=3052
FILE ID=nodeC027/4446011-1721329959
RUNJOBID= nodeC027-1721329969-971067
SLURM_JOB_ID= 7542702
Free space on /tmp= 890032 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-133.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446011-1721329959/watcher-4446011-1721329959 -o /tmp/evaluation-result-4446011-1721329959/solver-4446011-1721329959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971067 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446011-1721329959.opb

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

MD5SUM BENCH= bf76f01107fc6e0f0d7316d8818a221b
RANDOM SEED=601601631

nodeC027.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.187
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	: 7000.36
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		: 3623.348
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.29
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		: 3600.192
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	: 7000.36
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		: 3620.953
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.187
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	: 7000.36
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		: 3632.301
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.29
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		: 3600.187
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	: 7000.36
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		: 3616.485
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126617660 kB
MemAvailable:   128154164 kB
Buffers:          487060 kB
Cached:          1881060 kB
SwapCached:            0 kB
Active:           908384 kB
Inactive:        3377752 kB
Active(anon):       1560 kB
Inactive(anon):  1954168 kB
Active(file):     906824 kB
Inactive(file):  1423584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             53528 kB
Writeback:            56 kB
AnonPages:       1915772 kB
Mapped:           125924 kB
Shmem:             37720 kB
KReclaimable:      91836 kB
Slab:             201448 kB
SReclaimable:      91836 kB
SUnreclaim:       109612 kB
KernelStack:        5028 kB
PageTables:        13584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7303224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67968 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1599488 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC027 at 2024-07-18 22:12:48