Trace number 4459072

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.29 3554.56

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
MD5SUMfe39f0a7e8bd71485db4c3a1af739794
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark630
Best CPU time to get the best result obtained on this benchmark178.235
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables750960
Total number of constraints47040
Number of constraints which are clauses23835
Number of constraints which are cardinality constraints (but not clauses)20790
Number of constraints which are nor clauses,nor cardinality constraints2415
Minimum length of a constraint34
Maximum length of a constraint39
Number of terms in the objective function 1260
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4459072-1721896222.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  objective function found
82.13/80.58	c ... done. Wall clock time 80.428s.
82.13/80.58	c declared #vars     750960
82.13/80.58	c #constraints  47040
82.13/80.58	c constraints type 
82.13/80.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23205
82.13/80.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 23835
82.13/80.58	c 47040 constraints processed.
82.24/80.60	c objective function length is 1260 literals
101.23/96.79	c cleaning 1038 clauses out of 5002 with flag 0/5002
122.26/117.14	c cleaning 1956 clauses out of 9967 with flag 0/11005
142.40/136.49	c cleaning 4071 clauses out of 15006 with flag 0/18000
172.08/165.66	c cleaning 3540 clauses out of 18937 with flag 0/26002
200.03/193.25	c cleaning 3597 clauses out of 24395 with flag 0/35000
231.63/224.25	c cleaning 3061 clauses out of 30798 with flag 0/45000
268.16/260.20	c cleaning 3763 clauses out of 38737 with flag 0/56000
319.16/309.95	c cleaning 5525 clauses out of 46974 with flag 0/68000
361.74/351.62	c cleaning 3849 clauses out of 54450 with flag 0/81001
471.95/460.38	c cleaning 6956 clauses out of 64613 with flag 0/95013
536.18/522.42	c cleaning 6820 clauses out of 72645 with flag 0/110001
593.76/578.48	c cleaning 5992 clauses out of 81824 with flag 0/126000
686.47/666.98	c cleaning 7765 clauses out of 92836 with flag 0/143004
931.68/910.05	c cleaning 9895 clauses out of 103067 with flag 0/161000
1370.03/1345.89	c cleaning 13770 clauses out of 112172 with flag 0/180000
2051.77/2024.79	c cleaning 15851 clauses out of 118408 with flag 0/200006
2597.02/2564.61	c cleaning 18478 clauses out of 123551 with flag 0/221000
3245.69/3209.61	c cleaning 21535 clauses out of 127073 with flag 0/243000
3440.60/3402.28	c cleaning 12917 clauses out of 128538 with flag 0/266000
3600.09/3554.42	c starts		: 192
3600.09/3554.42	c conflicts		: 284226
3600.09/3554.42	c decisions		: 24548292
3600.09/3554.42	c propagations		: 57598037
3600.09/3554.42	c inspects		: 529191959
3600.09/3554.42	c shortcuts		: 0
3600.09/3554.42	c learnt literals	: 0
3600.09/3554.42	c learnt binary clauses	: 3
3600.09/3554.42	c learnt ternary clauses	: 0
3600.09/3554.42	c learnt constraints	: 284225
3600.09/3554.42	c ignored constraints	: 0
3600.09/3554.42	c root simplifications	: 0
3600.09/3554.42	c removed literals (reason simplification)	: 0
3600.09/3554.42	c reason swapping (by a shorter reason)	: 0
3600.09/3554.42	c Calls to reduceDB	: 19
3600.09/3554.42	c Number of update (reduction) of LBD	: 223070
3600.09/3554.42	c Imported unit clauses	: 0
3600.09/3554.43	c No decision after first conflict	: false
3600.09/3554.43	c number of reductions to clauses (during analyze)	: 0
3600.09/3554.43	c number of learned constraints concerned by reduction	: 0
3600.09/3554.43	c number of learning phase by resolution	: 0
3600.09/3554.43	c number of learning phase by cutting planes	: 0
3600.09/3554.43	c number of rounding to 1 operations	: 0
3600.09/3554.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3554.43	c number of reductions of the coefficients by power 2 	: 0
3600.09/3554.43	c number of right shift for reduction by power 2 	: 0
3600.09/3554.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3554.43	c number of ending skipping 	: 0
3600.09/3554.43	c number of internal skipping 	: 0
3600.09/3554.43	c number of derivation steps 	: 1741971
3600.09/3554.43	c number of skipped derivation steps 	: 0
3600.09/3554.43	c number of remaining unassigned 	: 38505
3600.09/3554.43	c number of remaining assigned 	: 653787185
3600.09/3554.43	c number of falsified literals weakened from reason	: 0
3600.09/3554.43	c number of falsified literals weakened from conflict	: 0
3600.09/3554.43	c time for arithmetic operations	: 3238897885
3600.09/3554.43	c timeout
3600.09/3554.43	c minimum degree of deleted constraints	: 1
3600.09/3554.43	c maximum degree of deleted constraints	: 27419520726000
3600.09/3554.43	c number of deleted constraints	: 150379
3600.09/3554.43	c speed (assignments/second)	: 16580.71947805801
3600.09/3554.43	c non guided choices	: 20336845
3600.09/3554.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7
3600.09/3554.51	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 120310
3600.09/3554.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.09/3554.51	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13526
3600.09/3554.51	s UNKNOWN
3600.23/3554.51	c Total wall clock time (in seconds): 3554.355

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459072-1721896222/watcher-4459072-1721896222 -o /tmp/evaluation-result-4459072-1721896222/solver-4459072-1721896222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721889099-215886 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459072-1721896222.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=220031, runsolver pid=220028

[startup+0.102716 s]*
/proc/loadavg: 4.12 4.20 4.18 6/333 220049
/proc/meminfo: memFree=110849636/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=18975048 memory=62760 CPUtime=0.14 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 7244 0 0 0 12 2 0 0 20 0 18 0 26152494 19430449152 15690 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4743762 15690 5532 1 0 549373 0
[pid=220031/tid=220033] ppid=220028 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 1078198336 5761 0 0 0 7 2 0 0 20 0 18 0 26152494 19430449152 15690 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26152497 19430449152 15690 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=18975048 memory=14692998044028133 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26152497 19430449152 15690 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62760 KiB

[startup+0.205827 s]*
/proc/loadavg: 4.12 4.20 4.18 7/333 220049
/proc/meminfo: memFree=110755348/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=18975048 memory=173788 CPUtime=0.32 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 7763 0 0 0 28 4 0 0 20 0 18 0 26152494 19430449152 43447 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4743762 43447 5728 1 0 549638 0
[pid=220031/tid=220033] ppid=220028 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 6088 0 0 0 15 4 0 0 20 0 18 0 26152494 19430449152 43959 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=18975048 memory=1412932 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26152497 19430449152 43959 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26152497 19430449152 43959 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 173788 KiB

[startup+0.306507 s]*
/proc/loadavg: 4.12 4.20 4.18 5/333 220049
/proc/meminfo: memFree=110432444/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=18975048 memory=500488 CPUtime=0.48 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 9066 0 0 0 38 10 0 0 20 0 18 0 26152494 19430449152 125122 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4743762 125122 5854 1 0 550335 0
[pid=220031/tid=220033] ppid=220028 vsize=18975048 memory=-8600584927301051068 CPUtime=0.27 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 6249 0 0 0 18 9 0 0 20 0 18 0 26152494 19430449152 125122 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26152497 19430449152 125122 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26152497 19430449152 125122 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 500488 KiB

[startup+0.700247 s]
/proc/loadavg: 4.12 4.20 4.18 5/334 220050
/proc/meminfo: memFree=110101628/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19041612 memory=827124 CPUtime=1.02 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 9983 0 0 0 85 17 0 0 20 0 19 0 26152494 19498610688 206781 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4760403 206781 5870 1 0 551122 0
[pid=220031/tid=220033] ppid=220028 vsize=19041612 memory=5552 CPUtime=0.64 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 6384 0 0 0 49 15 0 0 20 0 19 0 26152494 19498610688 206781 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19041612 memory=12348 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 206781 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 206781 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 827124 KiB

[startup+1.50027 s]
/proc/loadavg: 4.12 4.20 4.18 5/334 220050
/proc/meminfo: memFree=110082836/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19041612 memory=831808 CPUtime=1.96 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 11083 0 0 0 179 17 0 0 20 0 19 0 26152494 19498610688 207952 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4760403 207952 5886 1 0 666313 0
[pid=220031/tid=220033] ppid=220028 vsize=19041612 memory=12348 CPUtime=1.42 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 6452 0 0 0 127 15 0 0 20 0 19 0 26152494 19498610688 207952 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 207952 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 207952 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 831808 KiB

[startup+3.10586 s]
/proc/loadavg: 4.11 4.19 4.18 5/332 220050
/proc/meminfo: memFree=109723444/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19041612 memory=1186872 CPUtime=3.76 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 13702 0 0 0 351 25 0 0 20 0 19 0 26152494 19498610688 296718 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4760403 296718 5886 1 0 797248 0
[pid=220031/tid=220033] ppid=220028 vsize=19041612 memory=0 CPUtime=2.93 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 6675 0 0 0 271 22 0 0 20 0 19 0 26152494 19498610688 296718 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19041612 memory=12348 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 296718 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19041612 memory=992852 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 296718 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1186872 KiB

[startup+6.30084 s]
/proc/loadavg: 4.11 4.19 4.18 6/332 220051
/proc/meminfo: memFree=109313828/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19041612 memory=1596212 CPUtime=7.77 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 22872 0 0 0 742 35 0 0 20 0 19 0 26152494 19498610688 399053 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4760403 399053 5901 1 0 1060573 0
[pid=220031/tid=220033] ppid=220028 vsize=19041612 memory=0 CPUtime=5.95 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 7135 0 0 0 566 29 0 0 20 0 19 0 26152494 19498610688 399053 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19041612 memory=983624 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 399053 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19041612 memory=228489167166 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 399053 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 7.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1596212 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.19 4.18 5/331 220118
/proc/meminfo: memFree=111849004/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19041612 memory=1773756 CPUtime=14.29 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 23594 0 0 0 1389 40 0 0 20 0 19 0 26152494 19498610688 443439 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4760403 443439 5901 1 0 1181730 0
[pid=220031/tid=220033] ppid=220028 vsize=19041612 memory=1773756 CPUtime=12.01 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 7467 0 0 0 1169 32 0 0 20 0 19 0 26152494 19498610688 443439 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19041612 memory=1769660 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 443439 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19041612 memory=1591768 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 443439 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1773756 KiB

[startup+25.5008 s]
/proc/loadavg: 4.16 4.20 4.18 5/331 220120
/proc/meminfo: memFree=111837344/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19041612 memory=1780816 CPUtime=27.16 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 26594 0 0 0 2674 42 0 0 20 0 19 0 26152494 19498610688 445204 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4760403 445204 5901 1 0 1181730 0
[pid=220031/tid=220033] ppid=220028 vsize=19041612 memory=11576 CPUtime=24.18 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 8418 0 0 0 2386 32 0 0 20 0 19 0 26152494 19498610688 445204 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19041612 memory=1778652 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 445204 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19041612 memory=1591768 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 445204 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 27.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1780816 KiB

[startup+51.1068 s]
/proc/loadavg: 4.17 4.20 4.18 5/331 220125
/proc/meminfo: memFree=111814140/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19041612 memory=1795968 CPUtime=52.67 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 31212 0 0 0 5220 47 0 0 20 0 19 0 26152494 19498610688 448992 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4760403 448992 5901 1 0 1181730 0
[pid=220031/tid=220033] ppid=220028 vsize=19041612 memory=1793916 CPUtime=48.38 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 10149 0 0 0 4805 33 0 0 20 0 19 0 26152494 19498610688 448992 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19041612 memory=11576 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 448992 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19041612 memory=1773756 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 26152497 19498610688 448992 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 52.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1795968 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.20 4.18 6/331 220269
/proc/meminfo: memFree=116722652/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19108176 memory=3414680 CPUtime=107.04 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 45668 0 0 0 10617 87 0 0 20 0 20 0 26152494 19566772224 853670 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4777044 853670 5955 1 0 1725371 0

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

[startup+3222.3 s]
/proc/loadavg: 4.14 4.31 4.30 6/335 221429
/proc/meminfo: memFree=74522204/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19108176 memory=15344928 CPUtime=3258.78 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 535317 0 0 0 325407 471 0 0 20 0 20 0 26152494 19566772224 3836232 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4777044 3836232 5960 1 0 4001633 0
[pid=220031/tid=220033] ppid=220028 vsize=19108176 memory=62280 CPUtime=3132.38 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 242061 0 0 0 313003 235 0 0 20 0 20 0 26152494 19566772224 3836232 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19108176 memory=14782408 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3836232 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19108176 memory=14804936 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 4424 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3836232 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220266] ppid=220028 vsize=19108176 memory=14806984 CPUtime=0 cores=4,6
/proc/220031/task/220266/stat : 220266 (Timer-0) S 220028 220031 215875 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26160557 19566772224 3836232 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3258.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15344928 KiB

[startup+3282.31 s]
/proc/loadavg: 4.53 4.39 4.33 5/335 221439
/proc/meminfo: memFree=74077868/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19108176 memory=15798340 CPUtime=3319.63 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 547156 0 0 0 331476 487 0 0 20 0 20 0 26152494 19566772224 3949585 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4777044 3949585 5960 1 0 4087278 0
[pid=220031/tid=220033] ppid=220028 vsize=19108176 memory=11576 CPUtime=3187.47 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) S 220028 220031 215875 0 -1 1077936192 247189 0 0 0 318504 243 0 0 20 0 20 0 26152494 19566772224 3949585 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19108176 memory=15720476 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3949585 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19108176 memory=15634252 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 4485 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3949585 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220266] ppid=220028 vsize=19108176 memory=-8600584927301051068 CPUtime=0 cores=4,6
/proc/220031/task/220266/stat : 220266 (Timer-0) S 220028 220031 215875 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26160557 19566772224 3949585 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3319.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15798340 KiB

[startup+3342.3 s]
/proc/loadavg: 4.61 4.43 4.35 5/335 221834
/proc/meminfo: memFree=76469568/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19108176 memory=15849556 CPUtime=3380.69 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 558058 0 0 0 337574 495 0 0 20 0 20 0 26152494 19566772224 3962389 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4777044 3962389 5960 1 0 4087278 0
[pid=220031/tid=220033] ppid=220028 vsize=19108176 memory=11576 CPUtime=3241.97 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 252595 0 0 0 323953 244 0 0 20 0 20 0 26152494 19566772224 3962389 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19108176 memory=139914398887585 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3962389 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19108176 memory=15849556 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 4548 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3962389 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220266] ppid=220028 vsize=19108176 memory=15847508 CPUtime=0 cores=4,6
/proc/220031/task/220266/stat : 220266 (Timer-0) S 220028 220031 215875 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26160557 19566772224 3962389 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3380.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15849556 KiB

[startup+3402.3 s]
/proc/loadavg: 4.62 4.46 4.36 5/335 221845
/proc/meminfo: memFree=75351044/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19108176 memory=15888480 CPUtime=3440.7 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 566273 0 0 0 343572 498 0 0 20 0 20 0 26152494 19566772224 3972120 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4777044 3972120 5960 1 0 4087280 0
[pid=220031/tid=220033] ppid=220028 vsize=19108176 memory=15847508 CPUtime=3298.76 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 257409 0 0 0 329631 245 0 0 20 0 20 0 26152494 19566772224 3972120 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19108176 memory=11576 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3972120 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19108176 memory=15874144 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 4641 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3972120 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220266] ppid=220028 vsize=19108176 memory=62280 CPUtime=0 cores=4,6
/proc/220031/task/220266/stat : 220266 (Timer-0) S 220028 220031 215875 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26160557 19566772224 3972120 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3440.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15888480 KiB

[startup+3462.31 s]
/proc/loadavg: 4.31 4.40 4.35 6/335 221855
/proc/meminfo: memFree=73509784/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19108176 memory=15929504 CPUtime=3501.35 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 579145 0 0 0 349630 505 0 0 20 0 20 0 26152494 19566772224 3982376 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4777044 3982376 5960 1 0 4087286 0
[pid=220031/tid=220033] ppid=220028 vsize=19108176 memory=15847508 CPUtime=3354.82 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) S 220028 220031 215875 0 -1 1077936192 262920 0 0 0 335236 246 0 0 20 0 20 0 26152494 19566772224 3982376 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19108176 memory=11576 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3982376 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19108176 memory=15874144 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 4710 0 0 0 0 0 0 0 20 0 20 0 26152497 19566772224 3982376 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220266] ppid=220028 vsize=19108176 memory=15908996 CPUtime=0 cores=4,6
/proc/220031/task/220266/stat : 220266 (Timer-0) S 220028 220031 215875 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26160557 19566772224 3982376 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3501.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15929504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.43 4.36 5/339 222041
/proc/meminfo: memFree=72860440/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19174740 memory=16306172 CPUtime=3564.91 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 602235 0 0 0 355939 552 0 0 20 0 21 0 26152494 19634933760 4076543 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4793685 4076543 5960 1 0 4094371 0
[pid=220031/tid=220033] ppid=220028 vsize=19174740 memory=16306172 CPUtime=3406.96 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 272285 0 0 0 340443 253 0 0 20 0 21 0 26152494 19634933760 4076543 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19174740 memory=62280 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26152497 19634933760 4076543 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19174740 memory=15911044 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 4719 0 0 0 0 0 0 0 20 0 21 0 26152497 19634933760 4076543 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220266] ppid=220028 vsize=19174740 memory=16306172 CPUtime=0 cores=4,6
/proc/220031/task/220266/stat : 220266 (Timer-0) S 220028 220031 215875 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 26160557 19634933760 4076543 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3564.91 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16306172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.4 s]
/proc/loadavg: 3.77 4.27 4.31 3/285 222114
/proc/meminfo: memFree=105108524/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19174740 memory=16318744 CPUtime=3600.09 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 629982 0 0 0 359452 557 0 0 20 0 21 0 26152494 19634933760 4079686 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4793685 4079686 5974 1 0 4097116 0
[pid=220031/tid=220033] ppid=220028 vsize=19174740 memory=2712 CPUtime=3438.02 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) R 220028 220031 215875 0 -1 4194368 276813 0 0 0 343548 254 0 0 20 0 21 0 26152494 19634933760 4079686 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 28 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19174740 memory=4956 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26152497 19634933760 4079686 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19174740 memory=16269368 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 4719 0 0 0 0 0 0 0 20 0 21 0 26152497 19634933760 4079686 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220266] ppid=220028 vsize=19174740 memory=-8600584927301051068 CPUtime=0 cores=4,6
/proc/220031/task/220266/stat : 220266 (Timer-0) S 220028 220031 215875 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 26160557 19634933760 4079686 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16318744 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.67 s, system=5.62412 s

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

[startup+3554.51 s]
/proc/loadavg: 3.77 4.27 4.31 3/285 222114
/proc/meminfo: memFree=105108524/131524600 swapFree=131054992/131071996
[pid=220031] ppid=220028 vsize=19374432 memory=16319448 CPUtime=3600.23 cores=4,6
/proc/220031/stat : 220031 (java) S 220028 220031 215875 0 -1 1077936128 632309 0 0 0 359466 557 0 0 20 0 21 0 26152494 19839418368 4079862 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
/proc/220031/statm: 4843608 4079862 5973 1 0 4098060 0
[pid=220031/tid=220033] ppid=220028 vsize=19374432 memory=16318744 CPUtime=3438.05 cores=4,6
/proc/220031/task/220033/stat : 220033 (java) S 220028 220031 215875 0 -1 1077936192 277194 0 0 0 343551 254 0 0 20 0 21 0 26152494 19839418368 4079862 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 28 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220042] ppid=220028 vsize=19374432 memory=16318744 CPUtime=0 cores=4,6
/proc/220031/task/220042/stat : 220042 (Finalizer) S 220028 220031 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26152497 19839418368 4079862 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
[pid=220031/tid=220049] ppid=220028 vsize=19374432 memory=33188 CPUtime=0 cores=4,6
/proc/220031/task/220049/stat : 220049 (Common-Cleaner) S 220028 220031 215875 0 -1 1077936192 4719 0 0 0 0 0 0 0 20 0 21 0 26152497 19839418368 4079862 134679101440 94035815600128 94035815603824 140737308828944 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94035815611640 94035815612432 94035829334016 140737308832757 140737308832865 140737308832865 140737308839880 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 16319448 KiB

Child status: 143

Real time (s): 3554.56
CPU time (s): 3600.29
CPU user time (s): 3594.67
CPU system time (s): 5.62412
CPU usage (%): 101.287
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 16319448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.67
system time used= 5.62412
maximum resident set size= 16320496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 243755
involuntary context switches= 20677


# summary of solver processes directly reported to runsolver:
#   pid: 220031
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3594.67
#   total CPU system time (s): 5.62412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60594 second user time and 17.9665 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-25 10:30:22
IDJOB=4459072
IDBENCH=178501
IDSOLVER=3052
FILE ID=nodeC035/4459072-1721896222
RUNJOBID= nodeC035-1721889099-215886
SLURM_JOB_ID= 8089322
Free space on /tmp= 890032 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459072-1721896222/watcher-4459072-1721896222 -o /tmp/evaluation-result-4459072-1721896222/solver-4459072-1721896222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721889099-215886 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459072-1721896222.opb

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

MD5SUM BENCH= fe39f0a7e8bd71485db4c3a1af739794
RANDOM SEED=1049996026

nodeC035.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3613.512
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.444
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3678.176
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.792
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3675.346
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.464
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3629.951
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.816
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110891680 kB
MemAvailable:   116535956 kB
Buffers:          312212 kB
Cached:          6121160 kB
SwapCached:          296 kB
Active:          2277520 kB
Inactive:       17660932 kB
Active(anon):       2024 kB
Inactive(anon): 13548128 kB
Active(file):    2275496 kB
Inactive(file):  4112804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:             18832 kB
Writeback:             0 kB
AnonPages:      13504208 kB
Mapped:           123836 kB
Shmem:             45024 kB
KReclaimable:     191248 kB
Slab:             311992 kB
SReclaimable:     191248 kB
SUnreclaim:       120744 kB
KernelStack:        5088 kB
PageTables:        36636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13965548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13129728 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:      414420 kB
DirectMap2M:    48642048 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC035 at 2024-07-25 11:29:37