Trace number 4442051

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.17 3534.8

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga35_33_sat_pb.cnf.cr.opb
MD5SUM88b23deb5939b58af35c542a239b6791
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.011604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1733
Total number of constraints1256
Number of constraints which are clauses1188
Number of constraints which are cardinality constraints (but not clauses)68
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.15	c Free memory 		2115194816
0.13/0.15	c Max memory 		16282288128
0.13/0.15	c Total memory 		2122317824
0.13/0.16	c Number of processors 	2
0.32/0.27	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.27	 - never skip resolution steps
0.32/0.27	 - Auto-division on coefficients is disabled
0.32/0.27	 - No postprocessing
0.32/0.27	 - Conflict is considered as is when resolving
0.32/0.27	 - Use constraints as they come during conflict analysis
0.32/0.27	 - Weaken first using unassigned literals
0.32/0.27	 - Bump strategy: ALWAYS_ONE
0.32/0.27	 - Bumper: EFFECTIVE
0.32/0.27	--- Begin Solver configuration ---
0.32/0.27	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.27	Learn all clauses as in MiniSAT
0.32/0.27	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.27	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.27	No reason simplification
0.32/0.27	Dynamic restart strategy considering the size of the coefficients
0.32/0.27	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.27	timeout=2147483s
0.32/0.27	DB Simplification allowed=false
0.32/0.27	Listener: none
0.32/0.27	--- End Solver configuration ---
0.32/0.27	c Pseudo Boolean Optimization by upper bound
0.32/0.27	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.27	c  - never skip resolution steps
0.32/0.27	c  - Auto-division on coefficients is disabled
0.32/0.27	c  - No postprocessing
0.32/0.27	c  - Conflict is considered as is when resolving
0.32/0.27	c  - Use constraints as they come during conflict analysis
0.32/0.27	c  - Weaken first using unassigned literals
0.32/0.27	c  - Bump strategy: ALWAYS_ONE
0.32/0.27	c  - Bumper: EFFECTIVE
0.32/0.27	c --- Begin Solver configuration ---
0.32/0.27	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.27	c Learn all clauses as in MiniSAT
0.32/0.27	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.27	c No reason simplification
0.32/0.27	c Dynamic restart strategy considering the size of the coefficients
0.32/0.27	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.27	c timeout=2147483s
0.32/0.27	c DB Simplification allowed=false
0.32/0.27	c Listener: none
0.32/0.27	c --- End Solver configuration ---
0.32/0.27	c solving HOME/instance-4442051-1721297798.opb
0.32/0.27	c reading problem ... 
0.32/0.29	c  no objective function found
0.86/0.55	c ... done. Wall clock time 0.268s.
0.86/0.55	c declared #vars     1733
0.86/0.55	c #constraints  1256
0.86/0.55	c constraints type 
0.86/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 68
0.86/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1188
0.86/0.55	c 1256 constraints processed.
42.01/37.45	c cleaning 2487 clauses out of 5000 with flag 0/5000
62.49/57.20	c cleaning 4246 clauses out of 8513 with flag 0/11000
99.29/93.39	c cleaning 5614 clauses out of 11267 with flag 0/18000
128.89/122.02	c cleaning 6813 clauses out of 13653 with flag 0/26000
167.71/160.17	c cleaning 7903 clauses out of 15840 with flag 0/35000
215.28/206.81	c cleaning 8941 clauses out of 17940 with flag 0/45003
354.94/344.92	c cleaning 9984 clauses out of 19996 with flag 0/56000
529.06/518.00	c cleaning 10985 clauses out of 22012 with flag 0/68000
675.53/663.51	c cleaning 11994 clauses out of 24027 with flag 0/81000
847.04/832.99	c cleaning 13009 clauses out of 26033 with flag 0/95000
1069.33/1053.95	c cleaning 13980 clauses out of 28027 with flag 0/110003
1241.50/1223.80	c cleaning 14994 clauses out of 30044 with flag 0/126000
1463.03/1442.58	c cleaning 16010 clauses out of 32050 with flag 0/143000
1705.41/1682.58	c cleaning 16997 clauses out of 34040 with flag 0/161000
1981.79/1956.33	c cleaning 18012 clauses out of 36045 with flag 0/180002
2267.38/2238.75	c cleaning 19011 clauses out of 38031 with flag 0/200000
2571.64/2539.78	c cleaning 19996 clauses out of 40020 with flag 0/221000
2918.92/2881.89	c cleaning 21003 clauses out of 42025 with flag 0/243001
3402.70/3345.65	c cleaning 22004 clauses out of 44021 with flag 0/266000
3600.01/3534.72	c timeout
3600.01/3534.72	c starts		: 7
3600.01/3534.73	c conflicts		: 279136
3600.01/3534.73	c decisions		: 837989
3600.01/3534.73	c propagations		: 6266843
3600.01/3534.74	c inspects		: 280407206
3600.01/3534.74	c shortcuts		: 0
3600.01/3534.74	c learnt literals	: 0
3600.01/3534.74	c learnt binary clauses	: 0
3600.01/3534.74	c learnt ternary clauses	: 0
3600.01/3534.74	c learnt constraints	: 279135
3600.01/3534.74	c ignored constraints	: 0
3600.01/3534.74	c root simplifications	: 0
3600.01/3534.74	c removed literals (reason simplification)	: 0
3600.01/3534.74	c reason swapping (by a shorter reason)	: 0
3600.01/3534.74	c Calls to reduceDB	: 19
3600.01/3534.74	c Number of update (reduction) of LBD	: 247822
3600.01/3534.74	c Imported unit clauses	: 0
3600.01/3534.74	c No decision after first conflict	: false
3600.01/3534.74	c number of reductions to clauses (during analyze)	: 0
3600.01/3534.74	c number of learned constraints concerned by reduction	: 0
3600.01/3534.74	c number of learning phase by resolution	: 0
3600.01/3534.74	c number of learning phase by cutting planes	: 0
3600.01/3534.74	c number of rounding to 1 operations	: 0
3600.01/3534.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3534.74	c number of reductions of the coefficients by power 2 	: 0
3600.01/3534.74	c number of right shift for reduction by power 2 	: 0
3600.01/3534.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3534.74	c number of ending skipping 	: 0
3600.01/3534.74	c number of internal skipping 	: 0
3600.01/3534.74	c number of derivation steps 	: 2980410
3600.01/3534.74	c number of skipped derivation steps 	: 0
3600.01/3534.74	c number of remaining unassigned 	: 1700
3600.01/3534.74	c number of remaining assigned 	: 1120269499
3600.01/3534.74	c number of falsified literals weakened from reason	: 0
3600.01/3534.74	c number of falsified literals weakened from conflict	: 0
3600.01/3534.74	c time for arithmetic operations	: 6806460904
3600.01/3534.74	c minimum degree of deleted constraints	: 28
3600.01/3534.74	c maximum degree of deleted constraints	: 25060401567
3600.01/3534.74	c number of deleted constraints	: 243983
3600.01/3534.74	c speed (assignments/second)	: 1773.203889318973
3600.01/3534.74	c non guided choices	: 998
3600.01/3534.76	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3147
3600.01/3534.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 32005
3600.01/3534.77	s UNKNOWN
3600.01/3534.77	c Total wall clock time (in seconds): 3534.496

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: 64059 MiB (54107 MiB free)
  memory of node 1: 64510 MiB (50461 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442051-1721297798/watcher-4442051-1721297798 -o /tmp/evaluation-result-4442051-1721297798/solver-4442051-1721297798 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941959 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442051-1721297798.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100071 s]*
/proc/loadavg: 4.27 4.25 4.26 7/315 945220
/proc/meminfo: memFree=107043220/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=18975048 memory=56580 CPUtime=0.13 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 6608 0 0 0 10 3 0 0 20 0 18 0 181935955 19430449152 14145 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4743762 14145 5682 1 0 550956 0
[pid=945202/tid=945204] ppid=945199 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) S 945199 945202 941949 0 -1 1077936192 5497 0 0 0 6 2 0 0 20 0 18 0 181935956 19430449152 14145 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181935961 19430449152 14145 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181935962 19430449152 14145 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56580 KiB

[startup+0.218257 s]*
/proc/loadavg: 4.27 4.25 4.26 7/315 945220
/proc/meminfo: memFree=107035952/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=18975048 memory=63660 CPUtime=0.32 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 7355 0 0 0 29 3 0 0 20 0 18 0 181935955 19430449152 15915 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4743762 15915 5698 1 0 551551 0
[pid=945202/tid=945204] ppid=945199 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) S 945199 945202 941949 0 -1 1077936192 5898 0 0 0 16 2 0 0 20 0 18 0 181935956 19430449152 15915 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=18975048 memory=3711 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181935961 19430449152 15915 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181935962 19430449152 15915 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63660 KiB

[startup+0.314335 s]*
/proc/loadavg: 4.27 4.25 4.26 7/315 945220
/proc/meminfo: memFree=107030344/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=18975048 memory=69184 CPUtime=0.49 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 7609 0 0 0 45 4 0 0 20 0 18 0 181935955 19430449152 17296 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4743762 17296 5751 1 0 551726 0
[pid=945202/tid=945204] ppid=945199 vsize=18975048 memory=-8526555887405671100 CPUtime=0.27 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 6056 0 0 0 24 3 0 0 20 0 18 0 181935956 19430449152 17296 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181935961 19430449152 17296 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181935962 19430449152 17296 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69184 KiB

[startup+0.701329 s]
/proc/loadavg: 4.27 4.25 4.26 7/315 945220
/proc/meminfo: memFree=106999156/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19041612 memory=121816 CPUtime=1.21 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 14761 0 0 0 115 6 0 0 20 0 19 0 181935955 19498610688 30454 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4760403 30454 5821 1 0 556478 0
[pid=945202/tid=945204] ppid=945199 vsize=19041612 memory=5616 CPUtime=0.61 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 6176 0 0 0 57 4 0 0 20 0 19 0 181935956 19498610688 30454 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19041612 memory=11884 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181935961 19498610688 30454 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181935962 19498610688 30454 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 121816 KiB

[startup+1.50034 s]
/proc/loadavg: 4.27 4.25 4.26 6/316 945221
/proc/meminfo: memFree=106962976/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19041612 memory=176980 CPUtime=2.79 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 21091 0 0 0 271 8 0 0 20 0 19 0 181935955 19498610688 44245 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4760403 44245 5837 1 0 558012 0
[pid=945202/tid=945204] ppid=945199 vsize=19041612 memory=11884 CPUtime=1.37 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 6291 0 0 0 133 4 0 0 20 0 19 0 181935956 19498610688 44245 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181935961 19498610688 44245 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181935962 19498610688 44245 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181936011 19498610688 44245 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 176980 KiB

[startup+3.10633 s]
/proc/loadavg: 4.27 4.25 4.26 5/317 945222
/proc/meminfo: memFree=106900520/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=221316 CPUtime=5.78 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 24145 0 0 0 568 10 0 0 20 0 20 0 181935955 19566772224 55329 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 55329 5837 1 0 558329 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=0 CPUtime=2.91 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 6888 0 0 0 286 5 0 0 20 0 20 0 181935956 19566772224 55329 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 55329 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 55329 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 55329 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 221316 KiB

[startup+6.30334 s]
/proc/loadavg: 4.32 4.26 4.26 5/317 945224
/proc/meminfo: memFree=106351964/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=811956 CPUtime=10.26 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 26057 0 0 0 1005 21 0 0 20 0 20 0 181935955 19566772224 202989 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 202989 5837 1 0 558356 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=0 CPUtime=6.07 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 7600 0 0 0 591 16 0 0 20 0 20 0 181935956 19566772224 202989 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 202989 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 202989 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=43588 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 202989 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 10.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 811956 KiB

[startup+12.7004 s]
/proc/loadavg: 4.30 4.26 4.26 8/317 945224
/proc/meminfo: memFree=105725908/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=1371052 CPUtime=16.89 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 30501 0 0 0 1655 34 0 0 20 0 20 0 181935955 19566772224 342763 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 342763 5852 1 0 558356 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=126240 CPUtime=12.24 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 8511 0 0 0 1197 27 0 0 20 0 20 0 181935956 19566772224 342763 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=1371052 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 342763 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=241796 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 342763 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 342763 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 16.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1371052 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.25 4.26 5/317 945225
/proc/meminfo: memFree=105717444/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=1377332 CPUtime=29.93 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 35649 0 0 0 2956 37 0 0 20 0 20 0 181935955 19566772224 344333 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 344333 5852 1 0 558356 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=1371052 CPUtime=24.6 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 9465 0 0 0 2432 28 0 0 20 0 20 0 181935956 19566772224 344333 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=1377244 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 344333 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 344333 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 344333 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 29.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1377332 KiB

[startup+51.1133 s]
/proc/loadavg: 4.29 4.26 4.26 5/317 945230
/proc/meminfo: memFree=103538488/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=3551680 CPUtime=55.93 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 44975 0 0 0 5512 81 0 0 20 0 20 0 181935955 19566772224 887920 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 887920 5852 1 0 1101501 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=2089740 CPUtime=48.94 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 13550 0 0 0 4827 67 0 0 20 0 20 0 181935956 19566772224 887920 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=2089992 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 887920 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 887920 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0

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

/proc/meminfo: memFree=111176348/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=3124940 CPUtime=3272.93 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 389922 0 0 0 326973 320 0 0 20 0 20 0 181935955 19566772224 781235 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 781235 5872 1 0 792837 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=3124940 CPUtime=3164.24 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 145510 0 0 0 316332 92 0 0 20 0 20 0 181935956 19566772224 781235 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=3124940 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 781235 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=3124940 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 3153 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 781235 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=-8526555887405671100 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 781235 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 3272.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3124940 KiB

[startup+3282.3 s]
/proc/loadavg: 4.44 4.32 4.33 5/320 947195
/proc/meminfo: memFree=110872300/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=3125136 CPUtime=3339.84 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 404128 0 0 0 333656 328 0 0 20 0 20 0 181935955 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 781284 5887 1 0 792847 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=11596 CPUtime=3222.72 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 148604 0 0 0 322180 92 0 0 20 0 20 0 181935956 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=3125136 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=3125136 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 3210 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=3125136 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 3339.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125136 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.31 4.33 5/320 947206
/proc/meminfo: memFree=110633612/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=3125136 CPUtime=3399.43 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 404774 0 0 0 339611 332 0 0 20 0 20 0 181935955 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 781284 5887 1 0 792847 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=11596 CPUtime=3281.98 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 149008 0 0 0 328105 93 0 0 20 0 20 0 181935956 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=3125136 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 3297 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=3125136 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 781284 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 3399.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3125136 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.29 4.32 5/320 947216
/proc/meminfo: memFree=110452520/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=2900096 CPUtime=3461.3 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 419216 0 0 0 345794 336 0 0 20 0 20 0 181935955 19566772224 725024 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 725024 5887 1 0 736485 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=3125160 CPUtime=3340.38 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 151157 0 0 0 333945 93 0 0 20 0 20 0 181935956 19566772224 725024 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=3125136 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 725024 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=3125160 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 3325 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 725024 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=2900096 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 725024 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 3461.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2900096 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.28 4.31 5/320 947228
/proc/meminfo: memFree=110416584/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=2900184 CPUtime=3524.28 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 428777 0 0 0 352088 340 0 0 20 0 20 0 181935955 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 725046 5887 1 0 736485 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=3125136 CPUtime=3399.08 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 153813 0 0 0 339815 93 0 0 20 0 20 0 181935956 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=-8526555887405671100 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 3429 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 3524.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2900184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.52 4.35 4.34 7/320 947305
/proc/meminfo: memFree=109703532/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=2900184 CPUtime=3587.45 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 433982 0 0 0 358398 347 0 0 20 0 20 0 181935955 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 725046 5887 1 0 736485 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=5616 CPUtime=3457.69 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 154482 0 0 0 345676 93 0 0 20 0 20 0 181935956 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=3125160 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=2900184 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 3429 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=-8526555887405671100 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 3587.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2900184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3534.7 s]
/proc/loadavg: 4.67 4.39 4.35 5/318 947308
/proc/meminfo: memFree=109695876/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=2900184 CPUtime=3600.01 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 434121 0 0 0 359654 347 0 0 20 0 20 0 181935955 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 725046 5887 1 0 736485 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=43588 CPUtime=3469.82 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 154573 0 0 0 346889 93 0 0 20 0 20 0 181935956 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 3429 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2900184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.67 s, system=3.5004 s

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

[startup+3534.7 s]
/proc/loadavg: 4.67 4.39 4.35 5/318 947308
/proc/meminfo: memFree=109695876/131655788 swapFree=131071996/131071996
[pid=945202] ppid=945199 vsize=19108176 memory=2900184 CPUtime=3600.01 cores=0,2
/proc/945202/stat : 945202 (java) S 945199 945202 941949 0 -1 1077936128 434121 0 0 0 359654 347 0 0 20 0 20 0 181935955 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
/proc/945202/statm: 4777044 725046 5887 1 0 736485 0
[pid=945202/tid=945204] ppid=945199 vsize=19108176 memory=43588 CPUtime=3469.82 cores=0,2
/proc/945202/task/945204/stat : 945204 (java) R 945199 945202 941949 0 -1 4194368 154573 0 0 0 346889 93 0 0 20 0 20 0 181935956 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945213] ppid=945199 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/945202/task/945213/stat : 945213 (Finalizer) S 945199 945202 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181935961 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945220] ppid=945199 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/945202/task/945220/stat : 945220 (Common-Cleaner) S 945199 945202 941949 0 -1 1077936192 3429 0 0 0 0 0 0 0 20 0 20 0 181935962 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
[pid=945202/tid=945221] ppid=945199 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/945202/task/945221/stat : 945221 (Timer-0) S 945199 945202 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181936011 19566772224 725046 134679101440 94264899182592 94264899186288 140723964820208 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264899194104 94264899194896 94264914558976 140723964826612 140723964826720 140723964826720 140723964833736 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2900184 KiB

Child status: 143

Real time (s): 3534.8
CPU time (s): 3600.17
CPU user time (s): 3596.67
CPU system time (s): 3.5004
CPU usage (%): 101.849
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4366672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.67
system time used= 3.5004
maximum resident set size= 4366672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436470
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122017
involuntary context switches= 31017


# summary of solver processes directly reported to runsolver:
#   pid: 945202
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.67
#   total CPU system time (s): 3.5004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7825 second user time and 34.2497 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 12:16:51
IDJOB=4442051
IDBENCH=147764
IDSOLVER=3052
FILE ID=nodeC003/4442051-1721297798
RUNJOBID= nodeC003-1721293749-941959
SLURM_JOB_ID= 7542592
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga35_33_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442051-1721297798/watcher-4442051-1721297798 -o /tmp/evaluation-result-4442051-1721297798/solver-4442051-1721297798 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941959 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442051-1721297798.opb

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

MD5SUM BENCH= 88b23deb5939b58af35c542a239b6791
RANDOM SEED=1963159642

nodeC003.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	: 0xb00001f
cpu MHz		: 2194.906
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3520.093
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.221
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.217
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 3646.356
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3491.880
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.436
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.268
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        107078516 kB
MemAvailable:   112628860 kB
Buffers:          498500 kB
Cached:          5828328 kB
SwapCached:            0 kB
Active:           912716 kB
Inactive:       22947604 kB
Active(anon):       1476 kB
Inactive(anon): 17569432 kB
Active(file):     911240 kB
Inactive(file):  5378172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:      17533228 kB
Mapped:           126200 kB
Shmem:             37704 kB
KReclaimable:     201928 kB
Slab:             317284 kB
SReclaimable:     201928 kB
SUnreclaim:       115356 kB
KernelStack:        4764 kB
PageTables:        44320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18263084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57376 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17199104 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-18 13:15:45