Trace number 4446251

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.16 3581.21

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-121.opb
MD5SUM385cc980e0c43194d9e7f2f21b5d5aa0
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 variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 757
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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	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.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4446251-1721333555.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
119.46/116.61	c ... done. Wall clock time 116.457s.
119.46/116.61	c declared #vars     55296
119.46/116.61	c #constraints  1284718
119.46/116.61	c constraints type 
119.46/116.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 269329
119.46/116.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4032
119.46/116.61	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 126168
119.46/116.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 885189
119.46/116.61	c 1284718 constraints processed.
124.66/120.35	c cleaning 2500 clauses out of 5001 with flag 0/5001
129.00/124.59	c cleaning 4240 clauses out of 8500 with flag 0/11000
134.82/130.11	c cleaning 5626 clauses out of 11260 with flag 0/18000
141.41/136.68	c cleaning 6813 clauses out of 13634 with flag 0/26000
150.07/145.34	c cleaning 7903 clauses out of 15822 with flag 0/35001
159.04/154.37	c cleaning 8955 clauses out of 17919 with flag 0/45001
168.98/164.20	c cleaning 9976 clauses out of 19963 with flag 0/56000
181.92/177.11	c cleaning 10988 clauses out of 21987 with flag 0/68000
196.35/191.58	c cleaning 11998 clauses out of 23999 with flag 0/81000
211.36/206.50	c cleaning 12994 clauses out of 26002 with flag 0/95001
229.32/224.42	c cleaning 13999 clauses out of 28008 with flag 0/110001
247.28/242.28	c cleaning 14997 clauses out of 30008 with flag 0/126000
268.12/262.85	c cleaning 16000 clauses out of 32012 with flag 0/143001
289.81/284.28	c cleaning 16996 clauses out of 34012 with flag 0/161001
312.82/307.08	c cleaning 17999 clauses out of 36016 with flag 0/180001
340.43/334.46	c cleaning 19003 clauses out of 38018 with flag 0/200002
369.29/363.13	c cleaning 20003 clauses out of 40013 with flag 0/221000
402.46/396.04	c cleaning 20995 clauses out of 42010 with flag 0/243000
436.40/429.85	c cleaning 21995 clauses out of 44015 with flag 0/266000
471.59/464.73	c cleaning 23003 clauses out of 46021 with flag 0/290001
509.90/502.91	c cleaning 24000 clauses out of 48017 with flag 0/315000
551.28/543.91	c cleaning 25000 clauses out of 50018 with flag 0/341001
596.22/588.40	c cleaning 25998 clauses out of 52019 with flag 0/368002
643.97/635.88	c cleaning 26998 clauses out of 54019 with flag 0/396000
692.30/684.03	c cleaning 28001 clauses out of 56022 with flag 0/425001
736.75/728.33	c cleaning 29001 clauses out of 58020 with flag 0/455000
777.62/768.83	c cleaning 30000 clauses out of 60021 with flag 0/486002
823.79/814.60	c cleaning 30996 clauses out of 62019 with flag 0/518000
876.70/867.17	c cleaning 32002 clauses out of 64024 with flag 0/551001
938.59/928.82	c cleaning 32994 clauses out of 66026 with flag 0/585005
1010.45/1000.35	c cleaning 34011 clauses out of 68031 with flag 0/620004
1086.58/1075.99	c cleaning 34998 clauses out of 70017 with flag 0/656001
1161.64/1150.53	c cleaning 35996 clauses out of 72018 with flag 0/693000
1231.88/1220.44	c cleaning 36997 clauses out of 74022 with flag 0/731000
1308.88/1297.10	c cleaning 38009 clauses out of 76026 with flag 0/770001
1386.09/1373.67	c cleaning 39001 clauses out of 78016 with flag 0/810000
1467.80/1454.99	c cleaning 40002 clauses out of 80019 with flag 0/851004
1564.77/1551.88	c cleaning 40998 clauses out of 82015 with flag 0/893002
1655.14/1641.68	c cleaning 41995 clauses out of 84015 with flag 0/936000
1737.70/1723.86	c cleaning 42998 clauses out of 86020 with flag 0/980000
1827.19/1813.54	c cleaning 44003 clauses out of 88022 with flag 0/1025000
1934.83/1921.25	c cleaning 44999 clauses out of 90020 with flag 0/1071001
2038.46/2024.27	c cleaning 46006 clauses out of 92021 with flag 0/1118001
2139.88/2125.65	c cleaning 46999 clauses out of 94015 with flag 0/1166001
2253.23/2238.58	c cleaning 48001 clauses out of 96016 with flag 0/1215001
2362.87/2347.48	c cleaning 48998 clauses out of 98014 with flag 0/1265000
2468.90/2453.17	c cleaning 49995 clauses out of 100017 with flag 0/1316001
2595.32/2578.88	c cleaning 51004 clauses out of 102023 with flag 0/1368002
2717.35/2700.80	c cleaning 51998 clauses out of 104017 with flag 0/1421000
2847.78/2831.41	c cleaning 53000 clauses out of 106019 with flag 0/1475000
2988.71/2971.81	c cleaning 54004 clauses out of 108019 with flag 0/1530000
3116.03/3098.75	c cleaning 54999 clauses out of 110015 with flag 0/1586000
3244.30/3226.59	c cleaning 55998 clauses out of 112016 with flag 0/1643000
3365.23/3346.94	c cleaning 56999 clauses out of 114018 with flag 0/1701000
3499.83/3481.45	c cleaning 57999 clauses out of 116020 with flag 0/1760001
3600.02/3581.12	c starts		: 2
3600.02/3581.12	c conflicts		: 1806554
3600.02/3581.12	c decisions		: 2362849
3600.02/3581.12	c propagations		: 2741805546
3600.02/3581.12	c inspects		: 17948047022
3600.02/3581.12	c shortcuts		: 0
3600.02/3581.12	c learnt literals	: 0
3600.02/3581.12	c learnt binary clauses	: 6
3600.02/3581.12	c learnt ternary clauses	: 24
3600.02/3581.12	c learnt constraints	: 1806553
3600.02/3581.12	c timeout
3600.02/3581.12	c ignored constraints	: 0
3600.02/3581.12	c root simplifications	: 0
3600.02/3581.12	c removed literals (reason simplification)	: 0
3600.02/3581.12	c reason swapping (by a shorter reason)	: 0
3600.02/3581.12	c Calls to reduceDB	: 55
3600.02/3581.12	c Number of update (reduction) of LBD	: 2619212
3600.02/3581.12	c Imported unit clauses	: 0
3600.02/3581.12	c No decision after first conflict	: false
3600.02/3581.12	c number of reductions to clauses (during analyze)	: 0
3600.02/3581.12	c number of learned constraints concerned by reduction	: 0
3600.02/3581.12	c number of learning phase by resolution	: 0
3600.02/3581.12	c number of learning phase by cutting planes	: 0
3600.02/3581.12	c number of rounding to 1 operations	: 0
3600.02/3581.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3581.12	c number of reductions of the coefficients by power 2 	: 0
3600.02/3581.12	c number of right shift for reduction by power 2 	: 0
3600.02/3581.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3581.12	c number of ending skipping 	: 0
3600.02/3581.12	c number of internal skipping 	: 0
3600.02/3581.12	c number of derivation steps 	: 27803052
3600.02/3581.12	c number of skipped derivation steps 	: 0
3600.02/3581.12	c number of remaining unassigned 	: 0
3600.02/3581.12	c number of remaining assigned 	: 3767
3600.02/3581.12	c number of falsified literals weakened from reason	: 0
3600.02/3581.12	c number of falsified literals weakened from conflict	: 0
3600.02/3581.12	c time for arithmetic operations	: 2552945
3600.02/3581.13	c minimum degree of deleted constraints	: 1
3600.02/3581.13	c maximum degree of deleted constraints	: 704
3600.02/3581.13	c number of deleted constraints	: 1701980
3600.02/3581.13	c speed (assignments/second)	: 791401.2131638234
3600.02/3581.13	c non guided choices	: 4397
3600.02/3581.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104522
3600.02/3581.18	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.02/3581.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
3600.02/3581.18	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 44
3600.02/3581.18	s UNKNOWN
3600.02/3581.18	c Total wall clock time (in seconds): 3581.026

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446251-1721333555/watcher-4446251-1721333555 -o /tmp/evaluation-result-4446251-1721333555/solver-4446251-1721333555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971067 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446251-1721333555.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=973422, runsolver pid=973419

[startup+0.100721 s]*
/proc/loadavg: 4.34 4.25 4.20 7/330 973440
/proc/meminfo: memFree=114343372/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=18975048 memory=66900 CPUtime=0.13 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 7059 0 0 0 12 1 0 0 20 0 18 0 185522244 19430449152 16725 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4743762 16725 5722 1 0 549317 0
[pid=973422/tid=973424] ppid=973419 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 1077936192 5632 0 0 0 7 1 0 0 20 0 18 0 185522244 19430449152 16725 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185522247 19430449152 16725 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185522247 19430449152 16725 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66900 KiB

[startup+0.206273 s]*
/proc/loadavg: 4.34 4.25 4.20 7/330 973440
/proc/meminfo: memFree=114246476/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=18975048 memory=161644 CPUtime=0.32 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 7640 0 0 0 29 3 0 0 20 0 18 0 185522244 19430449152 40411 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4743762 40411 5838 1 0 549692 0
[pid=973422/tid=973424] ppid=973419 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 5987 0 0 0 15 3 0 0 20 0 18 0 185522244 19430449152 40411 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185522247 19430449152 40411 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185522247 19430449152 40411 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 161644 KiB

[startup+0.306142 s]*
/proc/loadavg: 4.34 4.25 4.20 6/331 973441
/proc/meminfo: memFree=114183468/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=242624 CPUtime=0.51 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 8004 0 0 0 46 5 0 0 20 0 19 0 185522244 19498610688 60656 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 60656 5854 1 0 550149 0
[pid=973422/tid=973424] ppid=973419 vsize=19041612 memory=-8528804397224075964 CPUtime=0.27 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 6025 0 0 0 23 4 0 0 20 0 19 0 185522244 19498610688 60656 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 60656 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 60656 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 242624 KiB

[startup+0.700262 s]
/proc/loadavg: 4.34 4.25 4.20 5/331 973441
/proc/meminfo: memFree=113479924/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=1312816 CPUtime=1.21 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 13609 0 0 0 94 27 0 0 20 0 19 0 185522244 19498610688 328204 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 328204 5854 1 0 552984 0
[pid=973422/tid=973424] ppid=973419 vsize=19041612 memory=5544 CPUtime=0.64 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 6545 0 0 0 40 24 0 0 20 0 19 0 185522244 19498610688 328204 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 328204 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 328204 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1312816 KiB

[startup+1.50031 s]
/proc/loadavg: 4.34 4.25 4.20 7/331 973441
/proc/meminfo: memFree=113076708/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=1327088 CPUtime=2.59 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 20971 0 0 0 230 29 0 0 20 0 19 0 185522244 19498610688 331772 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 331772 5854 1 0 556781 0
[pid=973422/tid=973424] ppid=973419 vsize=19041612 memory=12504 CPUtime=1.42 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 6546 0 0 0 118 24 0 0 20 0 19 0 185522244 19498610688 331772 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 331772 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 331772 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1327088 KiB

[startup+3.10575 s]
/proc/loadavg: 4.34 4.25 4.20 5/331 973443
/proc/meminfo: memFree=112191740/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=2553600 CPUtime=4.4 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 22543 0 0 0 387 53 0 0 20 0 19 0 185522244 19498610688 638400 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 638400 5854 1 0 868011 0
[pid=973422/tid=973424] ppid=973419 vsize=19041612 memory=0 CPUtime=2.97 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 7142 0 0 0 249 48 0 0 20 0 19 0 185522244 19498610688 638400 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 638400 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19041612 memory=2018956 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 638400 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 4.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2553600 KiB

[startup+6.30028 s]
/proc/loadavg: 4.31 4.25 4.20 5/332 973444
/proc/meminfo: memFree=111839980/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=2544112 CPUtime=7.67 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 23000 0 0 0 713 54 0 0 20 0 19 0 185522244 19498610688 636028 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 636028 5854 1 0 868042 0
[pid=973422/tid=973424] ppid=973419 vsize=19041612 memory=0 CPUtime=6.09 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 7520 0 0 0 561 48 0 0 20 0 19 0 185522244 19498610688 636028 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19041612 memory=1327088 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 636028 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 636028 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 7.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2544112 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.24 4.20 7/332 973444
/proc/meminfo: memFree=111296576/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=3065716 CPUtime=14.2 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 24364 0 0 0 1355 65 0 0 20 0 19 0 185522244 19498610688 766429 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 766429 5854 1 0 997556 0
[pid=973422/tid=973424] ppid=973419 vsize=19041612 memory=3063668 CPUtime=12.22 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 8469 0 0 0 1164 58 0 0 20 0 19 0 185522244 19498610688 766429 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19041612 memory=2552428 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 766429 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19041612 memory=14418115840706192 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 766429 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 14.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3065716 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.23 4.19 3/332 973448
/proc/meminfo: memFree=109825220/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=4051728 CPUtime=27.17 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 29784 0 0 0 2631 86 0 0 20 0 19 0 185522244 19498610688 1012932 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 1012932 5854 1 0 1241961 0
[pid=973422/tid=973424] ppid=973419 vsize=19041612 memory=4043292 CPUtime=24.51 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 9912 0 0 0 2374 77 0 0 20 0 19 0 185522244 19498610688 1012932 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 1012932 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 1012932 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 27.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4051728 KiB

[startup+51.1058 s]
/proc/loadavg: 4.35 4.26 4.20 5/333 973452
/proc/meminfo: memFree=109257776/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=4561216 CPUtime=53.11 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 36151 0 0 0 5211 100 0 0 20 0 19 0 185522244 19498610688 1140304 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 1140304 5854 1 0 1356851 0
[pid=973422/tid=973424] ppid=973419 vsize=19041612 memory=0 CPUtime=48.98 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 12722 0 0 0 4810 88 0 0 20 0 19 0 185522244 19498610688 1140304 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19041612 memory=3065716 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 1140304 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19041612 memory=2553600 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185522247 19498610688 1140304 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 53.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4561216 KiB

[startup+102.3 s]
/proc/loadavg: 4.25 4.25 4.20 5/333 973461
/proc/meminfo: memFree=108662096/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19041612 memory=5114496 CPUtime=104.93 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 45923 0 0 0 10376 117 0 0 20 0 19 0 185522244 19498610688 1278624 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4760403 1278624 5854 1 0 1467581 0

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

/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 3665 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973465] ppid=973419 vsize=19108176 memory=-8528804397224075964 CPUtime=0 cores=1,3
/proc/973422/task/973465/stat : 973465 (Timer-0) S 973419 973422 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185533907 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 3179.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5808204 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.18 4.18 5/330 975264
/proc/meminfo: memFree=107344752/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19108176 memory=5808204 CPUtime=3240.11 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 394243 0 0 0 323707 304 0 0 20 0 20 0 185522244 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4777044 1452051 5893 1 0 1469583 0
[pid=973422/tid=973424] ppid=973419 vsize=19108176 memory=5808204 CPUtime=3173.52 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 206718 0 0 0 317212 140 0 0 20 0 20 0 185522244 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19108176 memory=5808204 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 3749 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973465] ppid=973419 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/973422/task/973465/stat : 973465 (Timer-0) S 973419 973422 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185533907 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 3240.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5808204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/330 975275
/proc/meminfo: memFree=107277072/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19108176 memory=5808204 CPUtime=3300.26 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 400222 0 0 0 329720 306 0 0 20 0 20 0 185522244 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4777044 1452051 5893 1 0 1469583 0
[pid=973422/tid=973424] ppid=973419 vsize=19108176 memory=43800 CPUtime=3232.56 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 209978 0 0 0 323115 141 0 0 20 0 20 0 185522244 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 3822 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973465] ppid=973419 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/973422/task/973465/stat : 973465 (Timer-0) S 973419 973422 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185533907 19566772224 1452051 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 3300.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5808204 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.17 7/330 975285
/proc/meminfo: memFree=107270612/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19108176 memory=5808208 CPUtime=3360.64 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 406228 0 0 0 335755 309 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4777044 1452052 5893 1 0 1469583 0
[pid=973422/tid=973424] ppid=973419 vsize=19108176 memory=11476 CPUtime=3291.84 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 212703 0 0 0 329043 141 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19108176 memory=43800 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 3906 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973465] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973465/stat : 973465 (Timer-0) S 973419 973422 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185533907 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 3360.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5808208 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.18 4.18 5/330 975295
/proc/meminfo: memFree=107269536/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19108176 memory=5808208 CPUtime=3420.61 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 412673 0 0 0 341749 312 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4777044 1452052 5893 1 0 1469583 0
[pid=973422/tid=973424] ppid=973419 vsize=19108176 memory=5808208 CPUtime=3351.42 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 216819 0 0 0 335000 142 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 3956 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973465] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973465/stat : 973465 (Timer-0) S 973419 973422 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185533907 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 3420.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5808208 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.17 4.18 5/331 975306
/proc/meminfo: memFree=107268920/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19108176 memory=5808208 CPUtime=3480.67 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 418775 0 0 0 347752 315 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4777044 1452052 5893 1 0 1469583 0
[pid=973422/tid=973424] ppid=973419 vsize=19108176 memory=5808208 CPUtime=3410.81 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 220144 0 0 0 340938 143 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 56 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 4042 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973465] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973465/stat : 973465 (Timer-0) S 973419 973422 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185533907 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 3480.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5808208 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.19 4.18 7/332 975388
/proc/meminfo: memFree=109588628/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19108176 memory=5808208 CPUtime=3540.88 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 425064 0 0 0 353770 318 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4777044 1452052 5893 1 0 1469583 0
[pid=973422/tid=973424] ppid=973419 vsize=19108176 memory=5808208 CPUtime=3470.11 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 223978 0 0 0 346867 144 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 4093 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973465] ppid=973419 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/973422/task/973465/stat : 973465 (Timer-0) S 973419 973422 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185533907 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 3540.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5808208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.11 s]
/proc/loadavg: 4.52 4.29 4.22 5/333 975467
/proc/meminfo: memFree=111860556/131524600 swapFree=131071996/131071996
[pid=973422] ppid=973419 vsize=19108176 memory=5808208 CPUtime=3600.02 cores=1,3
/proc/973422/stat : 973422 (java) S 973419 973422 971055 0 -1 1077936128 431524 0 0 0 359681 321 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
/proc/973422/statm: 4777044 1452052 5893 1 0 1469583 0
[pid=973422/tid=973424] ppid=973419 vsize=19108176 memory=11476 CPUtime=3528.18 cores=1,3
/proc/973422/task/973424/stat : 973424 (java) R 973419 973422 971055 0 -1 4194368 227699 0 0 0 352674 144 0 0 20 0 20 0 185522244 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 56 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973433] ppid=973419 vsize=19108176 memory=5808208 CPUtime=0 cores=1,3
/proc/973422/task/973433/stat : 973433 (Finalizer) S 973419 973422 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973440] ppid=973419 vsize=19108176 memory=43800 CPUtime=0 cores=1,3
/proc/973422/task/973440/stat : 973440 (Common-Cleaner) S 973419 973422 971055 0 -1 1077936192 4177 0 0 0 0 0 0 0 20 0 20 0 185522247 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
[pid=973422/tid=973465] ppid=973419 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/973422/task/973465/stat : 973465 (Timer-0) S 973419 973422 971055 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185533907 19566772224 1452052 134679101440 94776323043328 94776323047024 140721538173088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94776323054840 94776323055632 94776337686528 140721538180084 140721538180192 140721538180192 140721538187208 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5808208 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.91 s, system=3.24731 s

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

[startup+3581.2 s]*
/proc/loadavg: 4.52 4.29 4.22 5/315 975470
/proc/meminfo: memFree=117594036/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): 3581.21
CPU time (s): 3600.16
CPU user time (s): 3596.91
CPU system time (s): 3.24731
CPU usage (%): 100.529
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5808208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.91
system time used= 3.24731
maximum resident set size= 5810196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435469
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133964
involuntary context switches= 13372


# summary of solver processes directly reported to runsolver:
#   pid: 973422
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3596.91
#   total CPU system time (s): 3.24731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.55846 second user time and 16.0695 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 22:12:48
IDJOB=4446251
IDBENCH=155547
IDSOLVER=3052
FILE ID=nodeC027/4446251-1721333555
RUNJOBID= nodeC027-1721329969-971067
SLURM_JOB_ID= 7542702
Free space on /tmp= 889960 MiB

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

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

MD5SUM BENCH= 385cc980e0c43194d9e7f2f21b5d5aa0
RANDOM SEED=46711760

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.272
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		: 3657.945
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		: 3669.693
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		: 3651.211
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		: 3669.406
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		: 3608.681
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.244
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		: 3657.018
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:        114388624 kB
MemAvailable:   116020376 kB
Buffers:          490260 kB
Cached:          1973052 kB
SwapCached:            0 kB
Active:           959248 kB
Inactive:       15531684 kB
Active(anon):       1552 kB
Inactive(anon): 14063828 kB
Active(file):     957696 kB
Inactive(file):  1467856 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             57924 kB
Writeback:             0 kB
AnonPages:      14025744 kB
Mapped:           126220 kB
Shmem:             37720 kB
KReclaimable:      92044 kB
Slab:             202260 kB
SReclaimable:      92044 kB
SUnreclaim:       110216 kB
KernelStack:        4960 kB
PageTables:        37380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16200464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68096 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13668352 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= 889716 MiB
End job on nodeC027 at 2024-07-18 23:12:30