Trace number 4442081

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.25 3540.42

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga25_24_sat_pb.cnf.cr.opb
MD5SUM7a99dcc5bda2d36c994bd28127248d95
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.005445
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints673
Number of constraints which are clauses624
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
Maximum length of a constraint25
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 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.17	c See www.sat4j.org for details.
0.10/0.18	c version CUSTOM.v20240707
0.10/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.20	c java.vm.version	22.0.1+8-16
0.10/0.20	c java.vm.vendor	Oracle Corporation
0.10/0.20	c sun.arch.data.model	64
0.10/0.20	c java.version		22.0.1
0.10/0.20	c os.name		Linux
0.10/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.20	c os.arch		amd64
0.10/0.21	c Free memory 		2113181440
0.10/0.21	c Max memory 		16282288128
0.10/0.21	c Total memory 		2122317824
0.25/0.23	c Number of processors 	2
0.39/0.41	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.41	 - never skip resolution steps
0.39/0.41	 - Auto-division on coefficients is disabled
0.39/0.41	 - No postprocessing
0.39/0.41	 - Conflict is considered as is when resolving
0.39/0.41	 - Use constraints as they come during conflict analysis
0.39/0.41	 - Weaken first using unassigned literals
0.39/0.41	 - Bump strategy: ALWAYS_ONE
0.39/0.41	 - Bumper: EFFECTIVE
0.39/0.41	--- Begin Solver configuration ---
0.39/0.41	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.41	Learn all clauses as in MiniSAT
0.39/0.41	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.41	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.41	No reason simplification
0.39/0.41	Dynamic restart strategy considering the size of the coefficients
0.39/0.41	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.41	timeout=2147483s
0.39/0.41	DB Simplification allowed=false
0.39/0.41	Listener: none
0.39/0.41	--- End Solver configuration ---
0.39/0.41	c Pseudo Boolean Optimization by upper bound
0.39/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.41	c  - never skip resolution steps
0.39/0.41	c  - Auto-division on coefficients is disabled
0.39/0.41	c  - No postprocessing
0.39/0.41	c  - Conflict is considered as is when resolving
0.39/0.41	c  - Use constraints as they come during conflict analysis
0.39/0.41	c  - Weaken first using unassigned literals
0.39/0.41	c  - Bump strategy: ALWAYS_ONE
0.39/0.41	c  - Bumper: EFFECTIVE
0.39/0.41	c --- Begin Solver configuration ---
0.39/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.41	c Learn all clauses as in MiniSAT
0.39/0.41	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.41	c No reason simplification
0.39/0.41	c Dynamic restart strategy considering the size of the coefficients
0.39/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.41	c timeout=2147483s
0.39/0.41	c DB Simplification allowed=false
0.39/0.41	c Listener: none
0.39/0.41	c --- End Solver configuration ---
0.39/0.41	c solving HOME/instance-4442081-1721298326.opb
0.39/0.41	c reading problem ... 
0.55/0.44	c  no objective function found
0.92/0.63	c ... done. Wall clock time 0.211s.
0.92/0.63	c declared #vars     900
0.92/0.63	c #constraints  673
0.92/0.63	c constraints type 
0.92/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.92/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 624
0.92/0.63	c 673 constraints processed.
18.37/11.82	c cleaning 2500 clauses out of 5000 with flag 0/5000
25.69/18.81	c cleaning 4251 clauses out of 8501 with flag 0/11001
35.86/28.82	c cleaning 5619 clauses out of 11249 with flag 0/18000
52.47/45.30	c cleaning 6815 clauses out of 13630 with flag 0/26000
73.30/65.64	c cleaning 7897 clauses out of 15815 with flag 0/35000
102.69/94.75	c cleaning 8955 clauses out of 17919 with flag 0/45001
134.04/125.71	c cleaning 9977 clauses out of 19963 with flag 0/56000
174.66/165.80	c cleaning 10987 clauses out of 21986 with flag 0/68000
224.83/215.07	c cleaning 12000 clauses out of 23999 with flag 0/81000
283.95/273.02	c cleaning 12996 clauses out of 25999 with flag 0/95000
349.58/337.39	c cleaning 14000 clauses out of 28003 with flag 0/110000
432.27/418.61	c cleaning 15002 clauses out of 30003 with flag 0/126000
518.85/504.54	c cleaning 15999 clauses out of 32001 with flag 0/143000
592.25/576.81	c cleaning 16997 clauses out of 34002 with flag 0/161000
664.65/647.44	c cleaning 17999 clauses out of 36005 with flag 0/180000
777.50/758.68	c cleaning 18994 clauses out of 38006 with flag 0/200000
890.06/869.71	c cleaning 20000 clauses out of 40012 with flag 0/221000
1012.67/990.88	c cleaning 20998 clauses out of 42012 with flag 0/243000
1159.17/1135.42	c cleaning 22000 clauses out of 44016 with flag 0/266002
1300.94/1275.33	c cleaning 23008 clauses out of 46015 with flag 0/290001
1447.36/1419.42	c cleaning 23996 clauses out of 48006 with flag 0/315000
1608.42/1578.06	c cleaning 24995 clauses out of 50011 with flag 0/341001
1780.77/1748.16	c cleaning 26000 clauses out of 52015 with flag 0/368000
1987.05/1951.60	c cleaning 27001 clauses out of 54015 with flag 0/396000
2156.27/2117.92	c cleaning 28006 clauses out of 56015 with flag 0/425001
2354.57/2312.98	c cleaning 28986 clauses out of 58008 with flag 0/455000
2578.05/2533.36	c cleaning 30010 clauses out of 60022 with flag 0/486000
2816.10/2766.89	c cleaning 30996 clauses out of 62012 with flag 0/518000
3060.41/3007.71	c cleaning 32008 clauses out of 64017 with flag 0/551001
3328.56/3272.56	c cleaning 32997 clauses out of 66008 with flag 0/585000
3568.48/3509.22	c cleaning 33991 clauses out of 68012 with flag 0/620001
3600.06/3540.32	c starts		: 38
3600.06/3540.34	c timeout
3600.06/3540.34	c conflicts		: 626175
3600.06/3540.34	c decisions		: 1056936
3600.06/3540.34	c propagations		: 15150271
3600.06/3540.34	c inspects		: 2906224506
3600.06/3540.34	c shortcuts		: 0
3600.06/3540.34	c learnt literals	: 0
3600.06/3540.34	c learnt binary clauses	: 0
3600.06/3540.34	c learnt ternary clauses	: 0
3600.06/3540.34	c learnt constraints	: 626175
3600.06/3540.34	c ignored constraints	: 0
3600.06/3540.34	c root simplifications	: 0
3600.06/3540.34	c removed literals (reason simplification)	: 0
3600.06/3540.34	c reason swapping (by a shorter reason)	: 0
3600.06/3540.34	c Calls to reduceDB	: 31
3600.06/3540.34	c Number of update (reduction) of LBD	: 752915
3600.06/3540.34	c Imported unit clauses	: 0
3600.06/3540.34	c No decision after first conflict	: false
3600.06/3540.34	c number of reductions to clauses (during analyze)	: 0
3600.06/3540.34	c number of learned constraints concerned by reduction	: 0
3600.06/3540.34	c number of learning phase by resolution	: 0
3600.06/3540.34	c number of learning phase by cutting planes	: 0
3600.06/3540.34	c number of rounding to 1 operations	: 0
3600.06/3540.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3540.34	c number of reductions of the coefficients by power 2 	: 0
3600.06/3540.34	c number of right shift for reduction by power 2 	: 0
3600.06/3540.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3540.34	c number of ending skipping 	: 0
3600.06/3540.34	c number of internal skipping 	: 0
3600.06/3540.34	c number of derivation steps 	: 3468540
3600.06/3540.34	c number of skipped derivation steps 	: 0
3600.06/3540.34	c number of remaining unassigned 	: 187199
3600.06/3540.34	c number of remaining assigned 	: 200651947
3600.06/3540.34	c number of falsified literals weakened from reason	: 0
3600.06/3540.34	c number of falsified literals weakened from conflict	: 0
3600.06/3540.34	c time for arithmetic operations	: 20033120313
3600.06/3540.34	c minimum degree of deleted constraints	: 1
3600.06/3540.34	c maximum degree of deleted constraints	: 24815665057662984286202157549545269259036823906547472172952932181325026832402177566779145915371609400758156969988597720223141034802500564391550154690812715454019481452990439020309425492286217008650306509356279465134670660273683467117180438183004696999665794889080903579132530897057986473934040050029493310919622148285262888563461600
3600.06/3540.34	c number of deleted constraints	: 585980
3600.06/3540.34	c speed (assignments/second)	: 4280.117219436978
3600.06/3540.34	c non guided choices	: 1165
3600.06/3540.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 100
3600.06/3540.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1268
3600.06/3540.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 38827
3600.06/3540.37	s UNKNOWN
3600.06/3540.37	c Total wall clock time (in seconds): 3539.961

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442081-1721298326/watcher-4442081-1721298326 -o /tmp/evaluation-result-4442081-1721298326/solver-4442081-1721298326 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941961 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442081-1721298326.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=945749, runsolver pid=945746

[startup+0.101584 s]*
/proc/loadavg: 4.33 4.29 4.27 6/317 945767
/proc/meminfo: memFree=108150684/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=18975048 memory=55964 CPUtime=0.1 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 6410 0 0 0 7 3 0 0 20 0 18 0 181988725 19430449152 13991 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4743762 13991 5707 1 0 550778 0
[pid=945749/tid=945751] ppid=945746 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 5331 0 0 0 5 2 0 0 20 0 18 0 181988725 19430449152 13991 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181988731 19430449152 13991 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181988732 19430449152 13991 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55964 KiB

[startup+0.218021 s]*
/proc/loadavg: 4.33 4.29 4.27 7/317 945767
/proc/meminfo: memFree=108145752/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=18975048 memory=60784 CPUtime=0.25 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 7112 0 0 0 21 4 0 0 20 0 18 0 181988725 19430449152 15196 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4743762 15196 5732 1 0 551346 0
[pid=945749/tid=945751] ppid=945746 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 1077936192 5667 0 0 0 14 3 0 0 20 0 18 0 181988725 19430449152 15196 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181988731 19430449152 15196 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181988732 19430449152 15196 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60784 KiB

[startup+0.314456 s]*
/proc/loadavg: 4.33 4.29 4.27 9/317 945767
/proc/meminfo: memFree=108140452/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=18975048 memory=65832 CPUtime=0.39 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 7378 0 0 0 34 5 0 0 20 0 18 0 181988725 19430449152 16458 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4743762 16458 5743 1 0 551542 0
[pid=945749/tid=945751] ppid=945746 vsize=18975048 memory=-8744129447333241532 CPUtime=0.24 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 1077936192 5820 0 0 0 21 3 0 0 20 0 18 0 181988725 19430449152 16458 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181988731 19430449152 16458 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181988732 19430449152 16458 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65832 KiB

[startup+0.700383 s]
/proc/loadavg: 4.33 4.29 4.27 7/317 945767
/proc/meminfo: memFree=108134892/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19041612 memory=80900 CPUtime=1.06 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 7957 0 0 0 100 6 0 0 20 0 19 0 181988725 19498610688 20225 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4760403 20225 5863 1 0 552178 0
[pid=945749/tid=945751] ppid=945746 vsize=19041612 memory=5616 CPUtime=0.56 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 6100 0 0 0 52 4 0 0 20 0 19 0 181988725 19498610688 20225 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181988731 19498610688 20225 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181988732 19498610688 20225 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80900 KiB

[startup+1.50058 s]
/proc/loadavg: 4.33 4.29 4.27 6/318 945768
/proc/meminfo: memFree=108110156/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19041612 memory=152876 CPUtime=2.64 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 15440 0 0 0 255 9 0 0 20 0 19 0 181988725 19498610688 38219 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4760403 38219 5863 1 0 555666 0
[pid=945749/tid=945751] ppid=945746 vsize=19041612 memory=11884 CPUtime=1.31 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 6400 0 0 0 125 6 0 0 20 0 19 0 181988725 19498610688 38219 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181988731 19498610688 38219 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181988732 19498610688 38219 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 181988789 19498610688 38219 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 152876 KiB

[startup+3.10658 s]
/proc/loadavg: 4.46 4.31 4.28 5/319 945769
/proc/meminfo: memFree=107991920/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=214616 CPUtime=5.78 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 21047 0 0 0 567 11 0 0 20 0 20 0 181988725 19566772224 53654 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 53654 5895 1 0 558199 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=0 CPUtime=2.86 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 6877 0 0 0 279 7 0 0 20 0 20 0 181988725 19566772224 53654 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 53654 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 181988732 19566772224 53654 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 53654 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 214616 KiB

[startup+6.30059 s]
/proc/loadavg: 4.46 4.31 4.28 5/319 945769
/proc/meminfo: memFree=107682060/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=524024 CPUtime=9.65 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 22131 0 0 0 947 18 0 0 20 0 20 0 181988725 19566772224 131006 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 131006 5895 1 0 558204 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=0 CPUtime=5.93 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 7783 0 0 0 581 12 0 0 20 0 20 0 181988725 19566772224 131006 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 131006 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 181988732 19566772224 131006 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=43588 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 131006 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 9.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 524024 KiB

[startup+12.7003 s]
/proc/loadavg: 4.39 4.30 4.28 5/319 945772
/proc/meminfo: memFree=107053316/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=1151700 CPUtime=19.44 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 36810 0 0 0 1911 33 0 0 20 0 20 0 181988725 19566772224 287925 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 287925 5927 1 0 560513 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=88336 CPUtime=12.01 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 9992 0 0 0 1178 23 0 0 20 0 20 0 181988725 19566772224 287925 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=1151484 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 287925 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=222808 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 181988732 19566772224 287925 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 287925 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 19.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1151700 KiB

[startup+25.5005 s]
/proc/loadavg: 4.33 4.29 4.27 5/319 945773
/proc/meminfo: memFree=104960316/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=3240544 CPUtime=32.5 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 39069 0 0 0 3176 74 0 0 20 0 20 0 181988725 19566772224 810136 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 810136 5927 1 0 1089002 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=1151484 CPUtime=24.26 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 11257 0 0 0 2367 59 0 0 20 0 20 0 181988725 19566772224 810136 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=2261340 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 810136 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 181988732 19566772224 810136 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 810136 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 32.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3240544 KiB

[startup+51.1134 s]
/proc/loadavg: 4.28 4.29 4.27 5/319 945778
/proc/meminfo: memFree=104957768/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=3240776 CPUtime=58.31 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 43480 0 0 0 5755 76 0 0 20 0 20 0 181988725 19566772224 810194 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 810194 5927 1 0 1089020 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=3240772 CPUtime=49.33 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 14146 0 0 0 4874 59 0 0 20 0 20 0 181988725 19566772224 810194 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=3240772 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 810194 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=11596 CPUtime=0 cores=1,3

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

/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 1075593 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=4302372 CPUtime=0.01 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 4274 0 0 0 0 1 0 0 20 0 20 0 181988732 19566772224 1075593 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=4302372 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 1075593 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 3216.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4302372 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.33 4.34 6/318 947415
/proc/meminfo: memFree=108385544/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3277.81 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 317691 0 0 0 327432 349 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 1075595 5943 1 0 1090178 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=4302372 CPUtime=3146.68 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 163279 0 0 0 314570 98 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=4302380 CPUtime=0.01 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 4371 0 0 0 0 1 0 0 20 0 20 0 181988732 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=4302380 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 3277.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4302380 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.30 4.32 5/320 947430
/proc/meminfo: memFree=108256804/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3338.42 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 322455 0 0 0 333490 352 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 1075595 5943 1 0 1090178 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3205.71 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 166317 0 0 0 320473 98 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=4302380 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=4302380 CPUtime=0.01 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 4471 0 0 0 0 1 0 0 20 0 20 0 181988732 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 3338.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4302380 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.27 4.31 6/320 947441
/proc/meminfo: memFree=108087840/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3399.28 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 326729 0 0 0 339573 355 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 1075595 5943 1 0 1090178 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3264.32 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 168802 0 0 0 326333 99 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=4302380 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=2220 CPUtime=0.01 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 4570 0 0 0 0 1 0 0 20 0 20 0 181988732 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=4302380 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 3399.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4302380 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.25 4.30 5/320 947451
/proc/meminfo: memFree=107944344/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3460.05 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 330669 0 0 0 345646 359 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 1075595 5943 1 0 1090178 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3323.11 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 171246 0 0 0 332212 99 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=4302380 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=11596 CPUtime=0.01 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 4570 0 0 0 0 1 0 0 20 0 20 0 181988732 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 3460.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4302380 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.29 4.31 5/320 947528
/proc/meminfo: memFree=106363888/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3521.04 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 332128 0 0 0 351740 364 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 1075595 5943 1 0 1090178 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3381.7 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 172381 0 0 0 338070 100 0 0 20 0 20 0 181988725 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=4302380 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=43588 CPUtime=0.01 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 4670 0 0 0 0 1 0 0 20 0 20 0 181988732 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 1075595 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 3521.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4302380 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.25 4.29 5/320 947538
/proc/meminfo: memFree=106180448/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=4302428 CPUtime=3581.83 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 336348 0 0 0 357814 369 0 0 20 0 20 0 181988725 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 1075607 5943 1 0 1090199 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=4302380 CPUtime=3440.09 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 174833 0 0 0 343909 100 0 0 20 0 20 0 181988725 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=43588 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=4302428 CPUtime=0.01 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 4769 0 0 0 0 1 0 0 20 0 20 0 181988732 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 3581.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4302428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.3 s]
/proc/loadavg: 4.17 4.25 4.29 5/320 947542
/proc/meminfo: memFree=106026264/131655788 swapFree=131071996/131071996
[pid=945749] ppid=945746 vsize=19108176 memory=4302428 CPUtime=3600.06 cores=1,3
/proc/945749/stat : 945749 (java) S 945746 945749 941949 0 -1 1077936128 336895 0 0 0 359636 370 0 0 20 0 20 0 181988725 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
/proc/945749/statm: 4777044 1075607 5943 1 0 1090199 0
[pid=945749/tid=945751] ppid=945746 vsize=19108176 memory=43588 CPUtime=3457.65 cores=1,3
/proc/945749/task/945751/stat : 945751 (java) R 945746 945749 941949 0 -1 4194368 175332 0 0 0 345665 100 0 0 20 0 20 0 181988725 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945760] ppid=945746 vsize=19108176 memory=43588 CPUtime=0 cores=1,3
/proc/945749/task/945760/stat : 945760 (Finalizer) S 945746 945749 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181988731 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945767] ppid=945746 vsize=19108176 memory=16216 CPUtime=0.01 cores=1,3
/proc/945749/task/945767/stat : 945767 (Common-Cleaner) S 945746 945749 941949 0 -1 1077936192 4769 0 0 0 0 1 0 0 20 0 20 0 181988732 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
[pid=945749/tid=945768] ppid=945746 vsize=19108176 memory=4302428 CPUtime=0 cores=1,3
/proc/945749/task/945768/stat : 945768 (Timer-0) S 945746 945749 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181988789 19566772224 1075607 134679101440 94040800149504 94040800153200 140726654489776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94040800161016 94040800161808 94040822788096 140726654497780 140726654497888 140726654497888 140726654504904 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4302428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.53 s, system=3.72607 s

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

[startup+3540.4 s]*
/proc/loadavg: 4.17 4.25 4.29 6/302 947545
/proc/meminfo: memFree=106427016/131655788 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): 3540.42
CPU time (s): 3600.25
CPU user time (s): 3596.53
CPU system time (s): 3.72607
CPU usage (%): 101.69
Max. virtual memory (cumulated for all children) (KiB): 19112020
Max. memory (cumulated for all children) (KiB): 4302428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.53
system time used= 3.72607
maximum resident set size= 4304044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340192
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= 132000
involuntary context switches= 6337


# summary of solver processes directly reported to runsolver:
#   pid: 945749
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.53
#   total CPU system time (s): 3.72607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.9734 second user time and 35.8257 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 12:25:38
IDJOB=4442081
IDBENCH=147769
IDSOLVER=3052
FILE ID=nodeC003/4442081-1721298326
RUNJOBID= nodeC003-1721293749-941961
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-fpga25_24_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-4442081-1721298326/watcher-4442081-1721298326 -o /tmp/evaluation-result-4442081-1721298326/solver-4442081-1721298326 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941961 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442081-1721298326.opb

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

MD5SUM BENCH= 7a99dcc5bda2d36c994bd28127248d95
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		: 3624.898
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		: 3491.886
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.360
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.221
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		: 3542.472
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		: 3606.008
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.226
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.228
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:        108185864 kB
MemAvailable:   113738568 kB
Buffers:          499004 kB
Cached:          5830172 kB
SwapCached:            0 kB
Active:           912708 kB
Inactive:       21842224 kB
Active(anon):       1452 kB
Inactive(anon): 16461712 kB
Active(file):     911256 kB
Inactive(file):  5380512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               928 kB
Writeback:            16 kB
AnonPages:      16425460 kB
Mapped:           125504 kB
Shmem:             37704 kB
KReclaimable:     201936 kB
Slab:             317412 kB
SReclaimable:     201936 kB
SUnreclaim:       115476 kB
KernelStack:        4832 kB
PageTables:        42260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17367136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57408 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16097280 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:24:39