Trace number 4442201

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.42 3489.23

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga40_38_sat_pb.cnf.cr.opb
MD5SUM917f13bbfed85e9ecc88eb82d1d4e0d7
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.01715
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2280
Total number of constraints1636
Number of constraints which are clauses1558
Number of constraints which are cardinality constraints (but not clauses)78
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 41
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.13/0.12	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.16	c Free memory 		2115194816
0.13/0.16	c Max memory 		16282288128
0.13/0.16	c Total memory 		2122317824
0.13/0.16	c Number of processors 	2
0.40/0.34	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.40/0.34	 - never skip resolution steps
0.40/0.34	 - Auto-division on coefficients is disabled
0.40/0.34	 - No postprocessing
0.40/0.34	 - Conflict is considered as is when resolving
0.40/0.34	 - Use constraints as they come during conflict analysis
0.40/0.34	 - Weaken first using unassigned literals
0.40/0.34	 - Bump strategy: ALWAYS_ONE
0.40/0.34	 - Bumper: EFFECTIVE
0.40/0.34	--- Begin Solver configuration ---
0.40/0.34	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.40/0.34	Learn all clauses as in MiniSAT
0.40/0.34	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.34	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.40/0.34	No reason simplification
0.40/0.34	Dynamic restart strategy considering the size of the coefficients
0.40/0.34	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.40/0.34	timeout=2147483s
0.40/0.34	DB Simplification allowed=false
0.40/0.34	Listener: none
0.40/0.34	--- End Solver configuration ---
0.40/0.34	c Pseudo Boolean Optimization by upper bound
0.40/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.40/0.34	c  - never skip resolution steps
0.40/0.34	c  - Auto-division on coefficients is disabled
0.40/0.34	c  - No postprocessing
0.40/0.34	c  - Conflict is considered as is when resolving
0.40/0.34	c  - Use constraints as they come during conflict analysis
0.40/0.34	c  - Weaken first using unassigned literals
0.40/0.34	c  - Bump strategy: ALWAYS_ONE
0.40/0.34	c  - Bumper: EFFECTIVE
0.40/0.34	c --- Begin Solver configuration ---
0.40/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.40/0.34	c Learn all clauses as in MiniSAT
0.40/0.34	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.40/0.34	c No reason simplification
0.40/0.34	c Dynamic restart strategy considering the size of the coefficients
0.40/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.40/0.34	c timeout=2147483s
0.40/0.34	c DB Simplification allowed=false
0.40/0.34	c Listener: none
0.40/0.34	c --- End Solver configuration ---
0.40/0.34	c solving HOME/instance-4442201-1721301334.opb
0.40/0.34	c reading problem ... 
0.40/0.35	c  no objective function found
0.73/0.61	c ... done. Wall clock time 0.256s.
0.73/0.61	c declared #vars     2280
0.73/0.61	c #constraints  1636
0.73/0.61	c constraints type 
0.73/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 78
0.73/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1558
0.73/0.61	c 1636 constraints processed.
231.45/226.77	c cleaning 2499 clauses out of 5000 with flag 0/5000
426.89/420.00	c cleaning 4233 clauses out of 8501 with flag 0/11000
598.33/589.75	c cleaning 5606 clauses out of 11268 with flag 0/18000
841.45/831.19	c cleaning 6805 clauses out of 13662 with flag 0/26000
1006.20/994.58	c cleaning 7908 clauses out of 15858 with flag 0/35001
1142.73/1129.01	c cleaning 8943 clauses out of 17951 with flag 0/45002
1256.37/1241.95	c cleaning 9978 clauses out of 20006 with flag 0/56000
1328.03/1312.53	c cleaning 11003 clauses out of 22028 with flag 0/68000
1400.89/1382.95	c cleaning 11991 clauses out of 24028 with flag 0/81003
1495.65/1476.70	c cleaning 12983 clauses out of 26034 with flag 0/95000
1622.71/1602.14	c cleaning 14016 clauses out of 28053 with flag 0/110002
1778.84/1752.45	c cleaning 15003 clauses out of 30035 with flag 0/126000
2078.97/2040.13	c cleaning 15982 clauses out of 32033 with flag 0/143001
2451.65/2398.57	c cleaning 17009 clauses out of 34050 with flag 0/161000
2841.97/2770.26	c cleaning 18000 clauses out of 36041 with flag 0/180000
3281.99/3189.30	c cleaning 18992 clauses out of 38041 with flag 0/200000
3600.22/3489.15	c timeout
3600.22/3489.15	c starts		: 3
3600.22/3489.16	c conflicts		: 218320
3600.22/3489.16	c decisions		: 789930
3600.22/3489.16	c propagations		: 6801364
3600.22/3489.16	c inspects		: 320616869
3600.22/3489.16	c shortcuts		: 0
3600.22/3489.16	c learnt literals	: 0
3600.22/3489.16	c learnt binary clauses	: 0
3600.22/3489.16	c learnt ternary clauses	: 0
3600.22/3489.16	c learnt constraints	: 218319
3600.22/3489.16	c ignored constraints	: 0
3600.22/3489.16	c root simplifications	: 0
3600.22/3489.16	c removed literals (reason simplification)	: 0
3600.22/3489.16	c reason swapping (by a shorter reason)	: 0
3600.22/3489.17	c Calls to reduceDB	: 16
3600.22/3489.17	c Number of update (reduction) of LBD	: 223193
3600.22/3489.17	c Imported unit clauses	: 0
3600.22/3489.17	c No decision after first conflict	: false
3600.22/3489.17	c number of reductions to clauses (during analyze)	: 0
3600.22/3489.17	c number of learned constraints concerned by reduction	: 0
3600.22/3489.17	c number of learning phase by resolution	: 0
3600.22/3489.17	c number of learning phase by cutting planes	: 0
3600.22/3489.17	c number of rounding to 1 operations	: 0
3600.22/3489.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.22/3489.17	c number of reductions of the coefficients by power 2 	: 0
3600.22/3489.17	c number of right shift for reduction by power 2 	: 0
3600.22/3489.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.22/3489.17	c number of ending skipping 	: 0
3600.22/3489.17	c number of internal skipping 	: 0
3600.22/3489.17	c number of derivation steps 	: 2395146
3600.22/3489.17	c number of skipped derivation steps 	: 0
3600.22/3489.17	c number of remaining unassigned 	: 25678
3600.22/3489.17	c number of remaining assigned 	: 905293125
3600.22/3489.17	c number of falsified literals weakened from reason	: 0
3600.22/3489.17	c number of falsified literals weakened from conflict	: 0
3600.22/3489.17	c time for arithmetic operations	: 9053251055
3600.22/3489.17	c minimum degree of deleted constraints	: 25
3600.22/3489.18	c maximum degree of deleted constraints	: 947226660786000
3600.22/3489.18	c number of deleted constraints	: 180951
3600.22/3489.18	c speed (assignments/second)	: 1949.6204448944234
3600.22/3489.18	c non guided choices	: 1279
3600.38/3489.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4
3600.38/3489.21	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 811
3600.38/3489.21	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 36553
3600.38/3489.21	s UNKNOWN
3600.38/3489.21	c Total wall clock time (in seconds): 3488.864

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

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

solver pid=947356, runsolver pid=947353

[startup+0.100608 s]*
/proc/loadavg: 4.53 4.37 4.34 5/316 947374
/proc/meminfo: memFree=112545472/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=18975048 memory=58116 CPUtime=0.13 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 6526 0 0 0 10 3 0 0 20 0 18 0 182289471 19430449152 14529 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4743762 14529 5624 1 0 550932 0
[pid=947356/tid=947358] ppid=947353 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 1077936192 5501 0 0 0 6 2 0 0 20 0 18 0 182289471 19430449152 14529 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182289477 19430449152 14529 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182289477 19430449152 14529 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58116 KiB

[startup+0.215767 s]*
/proc/loadavg: 4.53 4.37 4.34 7/316 947375
/proc/meminfo: memFree=112536416/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=18975048 memory=66924 CPUtime=0.26 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 7183 0 0 0 23 3 0 0 20 0 18 0 182289471 19430449152 16731 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4743762 16731 5628 1 0 551472 0
[pid=947356/tid=947358] ppid=947353 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 1077936192 5722 0 0 0 15 3 0 0 20 0 18 0 182289471 19430449152 16731 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=18975048 memory=3711 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182289477 19430449152 16731 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182289477 19430449152 16731 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66924 KiB

[startup+0.319524 s]*
/proc/loadavg: 4.53 4.37 4.34 6/316 947375
/proc/meminfo: memFree=112535212/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=18975048 memory=68080 CPUtime=0.4 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 7474 0 0 0 36 4 0 0 20 0 18 0 182289471 19430449152 17020 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4743762 17020 5656 1 0 551673 0
[pid=947356/tid=947358] ppid=947353 vsize=18975048 memory=-8960025143926891196 CPUtime=0.26 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 5884 0 0 0 23 3 0 0 20 0 18 0 182289471 19430449152 17020 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182289477 19430449152 17020 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182289477 19430449152 17020 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68080 KiB

[startup+0.700509 s]
/proc/loadavg: 4.53 4.37 4.34 7/316 947375
/proc/meminfo: memFree=112505568/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19041612 memory=131692 CPUtime=1.08 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 10165 0 0 0 103 5 0 0 20 0 19 0 182289471 19498610688 32923 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4760403 32923 5837 1 0 553615 0
[pid=947356/tid=947358] ppid=947353 vsize=19041612 memory=5616 CPUtime=0.59 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 6060 0 0 0 55 4 0 0 20 0 19 0 182289471 19498610688 32923 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19041612 memory=11884 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182289477 19498610688 32923 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182289477 19498610688 32923 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 131692 KiB

[startup+1.50051 s]
/proc/loadavg: 4.53 4.37 4.34 7/317 947376
/proc/meminfo: memFree=112442868/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=181584 CPUtime=2.64 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 18861 0 0 0 257 7 0 0 20 0 20 0 182289471 19566772224 45396 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 45396 5853 1 0 556287 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=11884 CPUtime=1.32 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 6373 0 0 0 127 5 0 0 20 0 20 0 182289471 19566772224 45396 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 45396 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 45396 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 45396 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181584 KiB

[startup+3.10651 s]
/proc/loadavg: 4.53 4.37 4.34 6/318 947377
/proc/meminfo: memFree=112414880/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=188932 CPUtime=5.2 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 25433 0 0 0 512 8 0 0 20 0 20 0 182289471 19566772224 47233 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 47233 5869 1 0 557513 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=0 CPUtime=2.88 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 6730 0 0 0 283 5 0 0 20 0 20 0 182289471 19566772224 47233 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 47233 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 47233 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 47233 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188932 KiB

[startup+6.30451 s]
/proc/loadavg: 4.49 4.36 4.34 6/318 947379
/proc/meminfo: memFree=112124424/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=480780 CPUtime=9.59 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 26901 0 0 0 945 14 0 0 20 0 20 0 182289471 19566772224 120195 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 120195 5869 1 0 557710 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=0 CPUtime=5.91 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 7151 0 0 0 581 10 0 0 20 0 20 0 182289471 19566772224 120195 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 120195 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 120195 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=43588 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 120195 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 480780 KiB

[startup+12.7004 s]
/proc/loadavg: 4.61 4.39 4.35 8/318 947381
/proc/meminfo: memFree=111551484/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=1048476 CPUtime=16.54 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 31329 0 0 0 1627 27 0 0 20 0 20 0 182289471 19566772224 262119 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 262119 5869 1 0 557726 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=136192 CPUtime=12.14 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 8164 0 0 0 1194 20 0 0 20 0 20 0 182289471 19566772224 262119 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=1048428 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 262119 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=188932 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 262119 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 262119 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 16.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1048476 KiB

[startup+25.5005 s]
/proc/loadavg: 4.47 4.37 4.34 5/318 947383
/proc/meminfo: memFree=110412892/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2172460 CPUtime=29.27 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 34221 0 0 0 2877 50 0 0 20 0 20 0 182289471 19566772224 543115 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 543115 5869 1 0 952509 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=1048428 CPUtime=24.68 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 9910 0 0 0 2426 42 0 0 20 0 20 0 182289471 19566772224 543115 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=1185324 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 543115 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 543115 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 543115 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 29.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172460 KiB

[startup+51.113 s]
/proc/loadavg: 4.53 4.39 4.35 5/318 947387
/proc/meminfo: memFree=109329836/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2598576 CPUtime=54.85 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 40703 0 0 0 5426 59 0 0 20 0 20 0 182289471 19566772224 649644 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 649644 5869 1 0 952525 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=2541160 CPUtime=49.94 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 12328 0 0 0 4945 49 0 0 20 0 20 0 182289471 19566772224 649644 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=2598512 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 649644 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 649644 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0

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

[startup+3162.3 s]
/proc/loadavg: 3.50 4.05 4.28 4/291 949360
/proc/meminfo: memFree=108979088/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2915680 CPUtime=3255.19 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 350502 0 0 0 325188 331 0 0 20 0 20 0 182289471 19566772224 728920 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 728920 5962 1 0 739452 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=5616 CPUtime=3103.28 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 111901 0 0 0 310244 84 0 0 20 0 20 0 182289471 19566772224 728920 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 29 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728920 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 2343 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728920 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=-8960025143926891196 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 728920 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 3255.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2915680 KiB

[startup+3222.3 s]
/proc/loadavg: 3.26 3.87 4.20 4/291 949371
/proc/meminfo: memFree=108978588/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2915732 CPUtime=3316.16 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 351581 0 0 0 331281 335 0 0 20 0 20 0 182289471 19566772224 728933 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 728933 5962 1 0 739523 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=11596 CPUtime=3162.38 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 112533 0 0 0 316154 84 0 0 20 0 20 0 182289471 19566772224 728933 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=2915680 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728933 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=2915732 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 2344 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728933 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=2915732 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 728933 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 3316.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2915732 KiB

[startup+3282.3 s]
/proc/loadavg: 3.16 3.73 4.13 4/293 949385
/proc/meminfo: memFree=108978092/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2915908 CPUtime=3377.59 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 364812 0 0 0 337419 340 0 0 20 0 20 0 182289471 19566772224 728977 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 728977 5962 1 0 739525 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=43588 CPUtime=3221.3 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 116754 0 0 0 322045 85 0 0 20 0 20 0 182289471 19566772224 728977 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=2915908 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728977 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=16216 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 2393 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728977 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 728977 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 3377.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2915908 KiB

[startup+3342.3 s]
/proc/loadavg: 3.10 3.61 4.06 5/293 949395
/proc/meminfo: memFree=108977728/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2915912 CPUtime=3441.67 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 365522 0 0 0 343822 345 0 0 20 0 20 0 182289471 19566772224 728978 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 728978 5962 1 0 739525 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=2915776 CPUtime=3279.95 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 117226 0 0 0 327910 85 0 0 20 0 20 0 182289471 19566772224 728978 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=2915908 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728978 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=2915912 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 2409 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728978 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=2915912 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 728978 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 3441.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2915912 KiB

[startup+3402.3 s]
/proc/loadavg: 3.17 3.54 4.00 4/294 949407
/proc/meminfo: memFree=108977340/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2915916 CPUtime=3505.65 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 367298 0 0 0 350216 349 0 0 20 0 20 0 182289471 19566772224 728979 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 728979 5962 1 0 739525 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=2915912 CPUtime=3338.59 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 118264 0 0 0 333774 85 0 0 20 0 20 0 182289471 19566772224 728979 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728979 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=43588 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 2411 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728979 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=2915916 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 728979 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 3505.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2915916 KiB

[startup+3462.3 s]
/proc/loadavg: 3.19 3.47 3.95 4/294 949419
/proc/meminfo: memFree=108976928/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2915936 CPUtime=3571.09 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 379053 0 0 0 356751 358 0 0 20 0 20 0 182289471 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 728984 5962 1 0 739530 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=2915912 CPUtime=3397.31 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 121020 0 0 0 339646 85 0 0 20 0 20 0 182289471 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=5616 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=2915916 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 2438 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=16216 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 3571.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2915936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3489 s]*
/proc/loadavg: 3.27 3.47 3.94 4/294 949423
/proc/meminfo: memFree=108976816/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19108176 memory=2915936 CPUtime=3600.02 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 379254 0 0 0 359641 361 0 0 20 0 20 0 182289471 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4777044 728984 5962 1 0 739530 0
[pid=947356/tid=947358] ppid=947353 vsize=19108176 memory=-8960021845392007868 CPUtime=3423.45 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) R 947353 947356 941949 0 -1 4194368 121163 0 0 0 342260 85 0 0 20 0 20 0 182289471 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19108176 memory=7970700128749393561 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19108176 memory=4 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 2454 0 0 0 0 0 0 0 20 0 20 0 182289477 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947376] ppid=947353 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947376/stat : 947376 (Timer-0) S 947353 947356 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182289533 19566772224 728984 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2915936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.79 s, system=3.63148 s

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

[startup+3489.21 s]
/proc/loadavg: 3.27 3.47 3.94 4/294 949423
/proc/meminfo: memFree=108976816/131655788 swapFree=131071996/131071996
[pid=947356] ppid=947353 vsize=19307868 memory=2916732 CPUtime=3600.38 cores=0,2
/proc/947356/stat : 947356 (java) S 947353 947356 941949 0 -1 1077936128 381359 0 0 0 359677 361 0 0 20 0 21 0 182289471 19771256832 729183 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
/proc/947356/statm: 4826967 729183 5961 1 0 740482 0
[pid=947356/tid=947358] ppid=947353 vsize=19307868 memory=0 CPUtime=3423.47 cores=0,2
/proc/947356/task/947358/stat : 947358 (java) S 947353 947356 941949 0 -1 1077936192 121356 0 0 0 342262 85 0 0 20 0 21 0 182289471 19771256832 729183 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947367] ppid=947353 vsize=19307868 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947367/stat : 947367 (Finalizer) S 947353 947356 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182289477 19771256832 729183 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
[pid=947356/tid=947374] ppid=947353 vsize=19307868 memory=0 CPUtime=0 cores=0,2
/proc/947356/task/947374/stat : 947374 (Common-Cleaner) S 947353 947356 941949 0 -1 1077936192 2454 0 0 0 0 0 0 0 20 0 21 0 182289477 19771256832 729183 134679101440 94593793073152 94593793076848 140735016387536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94593793084664 94593793085456 94593809465344 140735016391668 140735016391776 140735016391776 140735016398792 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2916732 KiB

Child status: 143

Real time (s): 3489.23
CPU time (s): 3600.42
CPU user time (s): 3596.79
CPU system time (s): 3.63148
CPU usage (%): 103.187
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4289108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.79
system time used= 3.63148
maximum resident set size= 4289108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123841
involuntary context switches= 32699


# summary of solver processes directly reported to runsolver:
#   pid: 947356
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3596.79
#   total CPU system time (s): 3.63148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5392 second user time and 31.7054 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 13:15:46
IDJOB=4442201
IDBENCH=147783
IDSOLVER=3052
FILE ID=nodeC003/4442201-1721301334
RUNJOBID= nodeC003-1721293749-941959
SLURM_JOB_ID= 7542592
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga40_38_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-4442201-1721301334/watcher-4442201-1721301334 -o /tmp/evaluation-result-4442201-1721301334/solver-4442201-1721301334 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941959 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442201-1721301334.opb

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

MD5SUM BENCH= 917f13bbfed85e9ecc88eb82d1d4e0d7
RANDOM SEED=2123839877

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		: 3633.156
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		: 3641.781
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.313
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		: 3645.896
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		: 3638.235
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.454
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.285
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:        112582916 kB
MemAvailable:   118150188 kB
Buffers:          501912 kB
Cached:          5841772 kB
SwapCached:            0 kB
Active:           913272 kB
Inactive:       17453080 kB
Active(anon):       1476 kB
Inactive(anon): 12058608 kB
Active(file):     911796 kB
Inactive(file):  5394472 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:      12022408 kB
Mapped:           126068 kB
Shmem:             37704 kB
KReclaimable:     202068 kB
Slab:             317488 kB
SReclaimable:     202068 kB
SUnreclaim:       115420 kB
KernelStack:        4864 kB
PageTables:        33312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13804292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57472 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11806720 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= 723780 MiB
End job on nodeC003 at 2024-07-18 14:13:55