Trace number 4429753

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.22 3601.08

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-railway_8_1_0.opb
MD5SUM881f02ab7f3f3b5ffe74a08302b7945a
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 benchmark409600
Best CPU time to get the best result obtained on this benchmark42.4087
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19747
Total number of constraints3145
Number of constraints which are clauses426
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2719
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 133
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073847295
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147758078
Number of bits of the biggest sum of numbers32
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.09	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-4429753-1721068758.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
1.09/0.66	c ... done. Wall clock time 0.51s.
1.09/0.66	c declared #vars     19747
1.09/0.66	c #constraints  3146
1.09/0.66	c constraints type 
1.09/0.66	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2720
1.09/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 426
1.09/0.66	c 3146 constraints processed.
1.09/0.68	c objective function length is 133 literals
117.68/114.26	c cleaning 2499 clauses out of 5001 with flag 0/5001
443.66/441.21	c cleaning 4251 clauses out of 8501 with flag 0/11000
997.03/995.33	c cleaning 5618 clauses out of 11251 with flag 0/18001
1764.25/1763.31	c cleaning 6804 clauses out of 13632 with flag 0/26000
2656.05/2656.23	c cleaning 7897 clauses out of 15828 with flag 0/35000
3600.08/3601.03	c starts		: 3
3600.08/3601.03	c conflicts		: 44265
3600.08/3601.03	c decisions		: 47777
3600.08/3601.03	c propagations		: 5367877
3600.08/3601.03	c inspects		: 1276500521
3600.08/3601.03	c shortcuts		: 0
3600.08/3601.03	c learnt literals	: 0
3600.08/3601.03	c learnt binary clauses	: 1
3600.08/3601.03	c learnt ternary clauses	: 0
3600.08/3601.03	c learnt constraints	: 44265
3600.08/3601.03	c ignored constraints	: 0
3600.08/3601.03	c root simplifications	: 0
3600.08/3601.03	c removed literals (reason simplification)	: 0
3600.08/3601.03	c reason swapping (by a shorter reason)	: 0
3600.08/3601.03	c Calls to reduceDB	: 5
3600.08/3601.03	c Number of update (reduction) of LBD	: 19529
3600.08/3601.03	c Imported unit clauses	: 0
3600.08/3601.03	c No decision after first conflict	: false
3600.08/3601.03	c number of reductions to clauses (during analyze)	: 0
3600.08/3601.03	c number of learned constraints concerned by reduction	: 0
3600.08/3601.03	c number of learning phase by resolution	: 0
3600.08/3601.03	c number of learning phase by cutting planes	: 0
3600.08/3601.03	c number of rounding to 1 operations	: 0
3600.08/3601.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3601.03	c number of reductions of the coefficients by power 2 	: 0
3600.08/3601.03	c number of right shift for reduction by power 2 	: 0
3600.08/3601.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3601.03	c number of ending skipping 	: 0
3600.08/3601.03	c number of internal skipping 	: 0
3600.08/3601.03	c number of derivation steps 	: 1050189
3600.08/3601.03	c number of skipped derivation steps 	: 0
3600.08/3601.03	c number of remaining unassigned 	: 54208
3600.08/3601.03	c number of remaining assigned 	: 20144313
3600.08/3601.03	c number of falsified literals weakened from reason	: 0
3600.08/3601.03	c number of falsified literals weakened from conflict	: 0
3600.08/3601.03	c time for arithmetic operations	: 3683495830
3600.08/3601.03	c minimum degree of deleted constraints	: 63373767
3600.08/3601.03	c maximum degree of deleted constraints	: 2611351147148072124962391304185812076220959991484713741986459006147469735617611747982166688002508074591003471173985430792836143650743816319282128511508827429528465713740624219083595327284846566446236557961064452874397840749100156587723442201266713179503017917979283628781240096006566219755830883903034380357782783985059316024157208861636571415095357682145853656199703833668323418099487235585784029330464399026742456358299539336414627374736898325310703294892187513691889429225046920073192026905672618885316040073746073048718164012672053867497471615337480138898748859960580584288074987449093499246035559337248789538809075863259188532234329357253162616599720962346965614973594083941473897551353062150395466242307441839849212736607607319152721401334430783026269356595220829973252549887094639748281742108542043387711089764477203130915539309860317949641720475946117366152003204456852290423954214297736048001509198377696934092305599120970351739783557513953492193451895830250565745000895290260077675285467441302253797631543670225635730261943992008920658004163715644347378239054209344643805578963934095831216686604730973689951244698420513853620517428609256302483434201321682605002685554257810465435016225754548025360576665769027728301387347891642843722382242612178793687553822309418458603251513370899877967698138376714019426356132953573570241950469914426659375
3600.08/3601.05	c number of deleted constraints	: 27069
3600.08/3601.05	c speed (assignments/second)	: 1490.936855878774
3600.08/3601.05	c non guided choices	: 558
3600.08/3601.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.08/3601.06	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 17195
3600.08/3601.06	s UNKNOWN
3600.08/3601.06	c Total wall clock time (in seconds): 3600.909

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61637 MiB free)
  memory of node 1: 64473 MiB (57380 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.102678 s]*
/proc/loadavg: 4.46 4.24 4.19 6/328 814136
/proc/meminfo: memFree=121833064/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=18975048 memory=63620 CPUtime=0.14 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 7253 0 0 0 13 1 0 0 20 0 18 0 159042507 19430449152 15905 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4743762 15905 5734 1 0 549374 0
[pid=814118/tid=814120] ppid=814115 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 1078198336 5764 0 0 0 7 1 0 0 20 0 18 0 159042507 19430449152 15905 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159042510 19430449152 15905 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159042510 19430449152 15905 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63620 KiB

[startup+0.207116 s]*
/proc/loadavg: 4.46 4.24 4.19 7/328 814136
/proc/meminfo: memFree=121794072/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=18975048 memory=102936 CPUtime=0.33 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 7801 0 0 0 31 2 0 0 20 0 18 0 159042507 19430449152 25734 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4743762 25734 5893 1 0 549683 0
[pid=814118/tid=814120] ppid=814115 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 6036 0 0 0 16 2 0 0 20 0 18 0 159042507 19430449152 25734 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=18975048 memory=2643 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159042510 19430449152 25734 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159042510 19430449152 25734 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 102936 KiB

[startup+0.306117 s]*
/proc/loadavg: 4.46 4.24 4.19 7/329 814137
/proc/meminfo: memFree=121730344/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19041612 memory=166796 CPUtime=0.53 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 9580 0 0 0 49 4 0 0 20 0 19 0 159042507 19498610688 41699 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4760403 41699 5909 1 0 550890 0
[pid=814118/tid=814120] ppid=814115 vsize=19041612 memory=-8817038067716432572 CPUtime=0.27 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 6088 0 0 0 24 3 0 0 20 0 19 0 159042507 19498610688 41699 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159042510 19498610688 41699 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159042510 19498610688 41699 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166796 KiB

[startup+0.70023 s]
/proc/loadavg: 4.46 4.24 4.19 6/329 814137
/proc/meminfo: memFree=121692908/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=340284 CPUtime=1.28 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 13936 0 0 0 120 8 0 0 20 0 20 0 159042507 19566772224 85071 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 85071 5946 1 0 1080268 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=5544 CPUtime=0.57 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 6276 0 0 0 51 6 0 0 20 0 20 0 159042507 19566772224 85071 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 85071 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 85071 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 340284 KiB

[startup+1.51011 s]
/proc/loadavg: 4.46 4.24 4.19 6/330 814138
/proc/meminfo: memFree=121482612/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=474336 CPUtime=2.86 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 23153 0 0 0 274 12 0 0 20 0 20 0 159042507 19566772224 118584 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 118584 5946 1 0 1085319 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=12504 CPUtime=1.29 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 6389 0 0 0 122 7 0 0 20 0 20 0 159042507 19566772224 118584 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 118584 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 118584 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 118584 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 474336 KiB

[startup+3.10592 s]
/proc/loadavg: 4.50 4.25 4.20 6/330 814138
/proc/meminfo: memFree=121168420/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=706996 CPUtime=5.93 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 23554 0 0 0 576 17 0 0 20 0 20 0 159042507 19566772224 176749 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 176749 5946 1 0 1085353 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=0 CPUtime=2.81 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 6492 0 0 0 270 11 0 0 20 0 20 0 159042507 19566772224 176749 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 176749 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 176749 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 176749 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 706996 KiB

[startup+6.30024 s]
/proc/loadavg: 4.50 4.25 4.20 5/330 814139
/proc/meminfo: memFree=120575356/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=1340128 CPUtime=9.33 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 25793 0 0 0 903 30 0 0 20 0 20 0 159042507 19566772224 335032 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 335032 5946 1 0 1085355 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=0 CPUtime=5.98 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 7119 0 0 0 575 23 0 0 20 0 20 0 159042507 19566772224 335032 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 335032 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 335032 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=40672 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 335032 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 9.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1340128 KiB

[startup+12.7003 s]
/proc/loadavg: 4.46 4.25 4.20 5/330 814139
/proc/meminfo: memFree=119313008/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=2599980 CPUtime=15.88 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 30323 0 0 0 1533 55 0 0 20 0 20 0 159042507 19566772224 649995 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 649995 5962 1 0 1085366 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=355504 CPUtime=12.32 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 9109 0 0 0 1185 47 0 0 20 0 20 0 159042507 19566772224 649995 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=2372340 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 649995 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=735668 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 649995 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 649995 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 15.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2599980 KiB

[startup+25.5003 s]
/proc/loadavg: 4.36 4.24 4.19 5/330 814143
/proc/meminfo: memFree=119160844/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=2602100 CPUtime=28.68 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 32141 0 0 0 2812 56 0 0 20 0 20 0 159042507 19566772224 650525 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 650525 5962 1 0 1085366 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=2372340 CPUtime=25.05 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 10585 0 0 0 2458 47 0 0 20 0 20 0 159042507 19566772224 650525 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=2602100 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 650525 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 650525 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 650525 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 28.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2602100 KiB

[startup+51.1058 s]
/proc/loadavg: 4.32 4.23 4.19 5/330 814146
/proc/meminfo: memFree=119077556/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=2612380 CPUtime=54.27 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 38187 0 0 0 5369 58 0 0 20 0 20 0 159042507 19566772224 653095 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 653095 5962 1 0 1085366 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=2612380 CPUtime=50.5 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 13315 0 0 0 5002 48 0 0 20 0 20 0 159042507 19566772224 653095 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=2612380 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 653095 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 653095 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0

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

/proc/meminfo: memFree=115447584/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=3067016 CPUtime=3221.68 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 243006 0 0 0 321956 212 0 0 20 0 20 0 159042507 19566772224 766754 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 766754 5992 1 0 1085414 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=3048584 CPUtime=3205.06 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 124322 0 0 0 320430 76 0 0 20 0 20 0 159042507 19566772224 766754 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=3040376 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 766754 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=3062920 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 4073 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 766754 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=3064968 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 766754 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 3221.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3067016 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.09 6/336 816048
/proc/meminfo: memFree=115336116/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=3071112 CPUtime=3281.65 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 245923 0 0 0 327951 214 0 0 20 0 20 0 159042507 19566772224 767778 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 767778 5992 1 0 1085414 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=129 CPUtime=3264.83 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 126326 0 0 0 326406 77 0 0 20 0 20 0 159042507 19566772224 767778 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=3062920 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 767778 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 4167 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 767778 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=3069064 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 767778 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 3281.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3071112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/335 816058
/proc/meminfo: memFree=115331552/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=3075208 CPUtime=3341.58 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 249594 0 0 0 333941 217 0 0 20 0 20 0 159042507 19566772224 768802 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 768802 5992 1 0 1085414 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=0 CPUtime=3324.6 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 128555 0 0 0 332382 78 0 0 20 0 20 0 159042507 19566772224 768802 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 768802 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=12504 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 4246 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 768802 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=5552 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 768802 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 3341.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3075208 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/330 816068
/proc/meminfo: memFree=115327368/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=3079304 CPUtime=3401.52 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 253244 0 0 0 339932 220 0 0 20 0 20 0 159042507 19566772224 769826 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 769826 5992 1 0 1085414 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=3075208 CPUtime=3384.35 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 130692 0 0 0 338357 78 0 0 20 0 20 0 159042507 19566772224 769826 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 88 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=3073160 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 769826 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=3079304 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 4340 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 769826 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=3079304 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 769826 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 3401.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3079304 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.17 4.11 5/330 816078
/proc/meminfo: memFree=115320892/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=3085448 CPUtime=3461.46 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 256708 0 0 0 345923 223 0 0 20 0 20 0 159042507 19566772224 771362 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 771362 5992 1 0 1085414 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=3073160 CPUtime=3444.11 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 132512 0 0 0 344332 79 0 0 20 0 20 0 159042507 19566772224 771362 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 88 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=3081352 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 771362 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=3085448 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 4435 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 771362 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=11476 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 771362 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 3461.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085448 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/332 816093
/proc/meminfo: memFree=115316192/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=3089552 CPUtime=3521.43 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 260316 0 0 0 351918 225 0 0 20 0 20 0 159042507 19566772224 772388 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 772388 5992 1 0 1085414 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=3083400 CPUtime=3503.89 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 134619 0 0 0 350310 79 0 0 20 0 20 0 159042507 19566772224 772388 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 88 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=3083400 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 772388 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=3077256 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 4483 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 772388 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=3089552 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 772388 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 3521.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3089552 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/332 816103
/proc/meminfo: memFree=115250096/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=3093652 CPUtime=3581.39 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 263735 0 0 0 357910 229 0 0 20 0 20 0 159042507 19566772224 773413 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 773413 5992 1 0 1085414 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=11476 CPUtime=3563.61 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 136669 0 0 0 356282 79 0 0 20 0 20 0 159042507 19566772224 773413 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 88 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=40672 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 773413 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=3093652 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 4521 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 773413 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=3093652 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 773413 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 3581.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3093652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601 s]*
/proc/loadavg: 4.23 4.16 4.10 5/332 816106
/proc/meminfo: memFree=115245392/131524600 swapFree=131071996/131071996
[pid=814118] ppid=814115 vsize=19108176 memory=3095700 CPUtime=3600.08 cores=4,6
/proc/814118/stat : 814118 (java) S 814115 814118 809933 0 -1 1077936128 264480 0 0 0 359779 229 0 0 20 0 20 0 159042507 19566772224 773925 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
/proc/814118/statm: 4777044 773925 5992 1 0 1085414 0
[pid=814118/tid=814120] ppid=814115 vsize=19108176 memory=11592 CPUtime=3582.25 cores=4,6
/proc/814118/task/814120/stat : 814120 (java) R 814115 814118 809933 0 -1 4194368 137314 0 0 0 358145 80 0 0 20 0 20 0 159042507 19566772224 773925 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 89 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814129] ppid=814115 vsize=19108176 memory=3093652 CPUtime=0 cores=4,6
/proc/814118/task/814129/stat : 814129 (Finalizer) S 814115 814118 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 773925 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814136] ppid=814115 vsize=19108176 memory=-7306377528471018880 CPUtime=0 cores=4,6
/proc/814118/task/814136/stat : 814136 (Common-Cleaner) S 814115 814118 809933 0 -1 1077936192 4601 0 0 0 0 0 0 0 20 0 20 0 159042510 19566772224 773925 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
[pid=814118/tid=814138] ppid=814115 vsize=19108176 memory=2704 CPUtime=0 cores=4,6
/proc/814118/task/814138/stat : 814138 (Timer-0) S 814115 814118 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159042576 19566772224 773925 134679101440 94865616703488 94865616707184 140724032668784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94865616715000 94865616715792 94865620004864 140724032676853 140724032676961 140724032676961 140724032683976 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3095700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.91 s, system=2.3137 s

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

Child status: 143

Real time (s): 3601.08
CPU time (s): 3600.22
CPU user time (s): 3597.91
CPU system time (s): 2.3137
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 19112348
Max. memory (cumulated for all children) (KiB): 3095700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.91
system time used= 2.3137
maximum resident set size= 3097184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267598
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= 118642
involuntary context switches= 4900


# summary of solver processes directly reported to runsolver:
#   pid: 814118
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.91
#   total CPU system time (s): 2.3137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81642 second user time and 18.4138 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-15 20:39:31
IDJOB=4429753
IDBENCH=146791
IDSOLVER=3052
FILE ID=nodeC027/4429753-1721068758
RUNJOBID= nodeC027-1721061647-809944
SLURM_JOB_ID= 7505514
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-railway_8_1_0.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429753-1721068758/watcher-4429753-1721068758 -o /tmp/evaluation-result-4429753-1721068758/solver-4429753-1721068758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721061647-809944 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429753-1721068758.opb

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

MD5SUM BENCH= 881f02ab7f3f3b5ffe74a08302b7945a
RANDOM SEED=1549971676

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121875424 kB
MemAvailable:   121993860 kB
Buffers:          370952 kB
Cached:           591872 kB
SwapCached:            0 kB
Active:           593792 kB
Inactive:        8465940 kB
Active(anon):       1552 kB
Inactive(anon):  8133072 kB
Active(file):     592240 kB
Inactive(file):   332868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10480 kB
Writeback:            12 kB
AnonPages:       8095036 kB
Mapped:           123840 kB
Shmem:             37720 kB
KReclaimable:      66300 kB
Slab:             168452 kB
SReclaimable:      66300 kB
SUnreclaim:       102152 kB
KernelStack:        5008 kB
PageTables:        25944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16263332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7802880 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:      189140 kB
DirectMap2M:    13215744 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC027 at 2024-07-15 21:39:32