Trace number 4445111

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.34 3591.65

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUMf9ddfe14fcbe08e4d315c2b284f6e91e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.008239
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint70
Maximum length of a constraint70
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.15	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.19	c Number of processors 	2
0.39/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.35	 - never skip resolution steps
0.39/0.35	 - Auto-division on coefficients is disabled
0.39/0.35	 - No postprocessing
0.39/0.35	 - Conflict is considered as is when resolving
0.39/0.35	 - Use constraints as they come during conflict analysis
0.39/0.35	 - Weaken first using unassigned literals
0.39/0.35	 - Bump strategy: ALWAYS_ONE
0.39/0.35	 - Bumper: EFFECTIVE
0.39/0.35	--- Begin Solver configuration ---
0.39/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.35	Learn all clauses as in MiniSAT
0.39/0.35	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.35	No reason simplification
0.39/0.35	Dynamic restart strategy considering the size of the coefficients
0.39/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.35	timeout=2147483s
0.39/0.35	DB Simplification allowed=false
0.39/0.35	Listener: none
0.39/0.35	--- End Solver configuration ---
0.39/0.35	c Pseudo Boolean Optimization by upper bound
0.39/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.35	c  - never skip resolution steps
0.39/0.35	c  - Auto-division on coefficients is disabled
0.39/0.35	c  - No postprocessing
0.39/0.35	c  - Conflict is considered as is when resolving
0.39/0.35	c  - Use constraints as they come during conflict analysis
0.39/0.35	c  - Weaken first using unassigned literals
0.39/0.35	c  - Bump strategy: ALWAYS_ONE
0.39/0.35	c  - Bumper: EFFECTIVE
0.39/0.35	c --- Begin Solver configuration ---
0.39/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.39/0.35	c Learn all clauses as in MiniSAT
0.39/0.35	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.35	c No reason simplification
0.39/0.35	c Dynamic restart strategy considering the size of the coefficients
0.39/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.39/0.35	c timeout=2147483s
0.39/0.35	c DB Simplification allowed=false
0.39/0.35	c Listener: none
0.39/0.35	c --- End Solver configuration ---
0.39/0.35	c solving HOME/instance-4445111-1721322171.opb
0.39/0.35	c reading problem ... 
0.39/0.35	c  no objective function found
0.39/0.37	c ... done. Wall clock time 0.019s.
0.39/0.37	c declared #vars     70
0.39/0.37	c #constraints  2
0.39/0.37	c constraints type 
0.39/0.37	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.39/0.37	c 2 constraints processed.
8.81/5.12	c cleaning 2500 clauses out of 5000 with flag 0/5000
15.25/10.29	c cleaning 4252 clauses out of 8503 with flag 0/11003
25.33/19.72	c cleaning 5625 clauses out of 11249 with flag 0/18001
58.18/52.34	c cleaning 6806 clauses out of 13624 with flag 0/26001
328.04/321.66	c cleaning 7901 clauses out of 15817 with flag 0/35000
616.07/609.60	c cleaning 8959 clauses out of 17918 with flag 0/45002
945.15/938.59	c cleaning 9975 clauses out of 19957 with flag 0/56000
1322.57/1316.23	c cleaning 10989 clauses out of 21982 with flag 0/68000
1761.33/1754.93	c cleaning 11993 clauses out of 23993 with flag 0/81000
2257.52/2251.39	c cleaning 12995 clauses out of 26000 with flag 0/95000
3036.21/3027.90	c cleaning 14000 clauses out of 28006 with flag 0/110001
3600.06/3591.52	c starts		: 12
3600.06/3591.54	c conflicts		: 121375
3600.06/3591.56	c decisions		: 132270
3600.06/3591.56	c propagations		: 648317
3600.06/3591.56	c inspects		: 1873594887
3600.06/3591.56	c shortcuts		: 0
3600.06/3591.56	c learnt literals	: 0
3600.06/3591.56	c learnt binary clauses	: 0
3600.06/3591.56	c learnt ternary clauses	: 0
3600.06/3591.56	c learnt constraints	: 121375
3600.06/3591.56	c ignored constraints	: 0
3600.06/3591.56	c root simplifications	: 0
3600.06/3591.56	c removed literals (reason simplification)	: 0
3600.06/3591.56	c reason swapping (by a shorter reason)	: 0
3600.06/3591.56	c Calls to reduceDB	: 11
3600.06/3591.56	c Number of update (reduction) of LBD	: 82159
3600.06/3591.56	c Imported unit clauses	: 0
3600.06/3591.56	c No decision after first conflict	: false
3600.06/3591.56	c number of reductions to clauses (during analyze)	: 0
3600.06/3591.57	c number of learned constraints concerned by reduction	: 0
3600.06/3591.57	c number of learning phase by resolution	: 0
3600.06/3591.57	c number of learning phase by cutting planes	: 0
3600.06/3591.57	c number of rounding to 1 operations	: 0
3600.06/3591.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3591.58	c number of reductions of the coefficients by power 2 	: 0
3600.06/3591.58	c number of right shift for reduction by power 2 	: 0
3600.06/3591.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3591.58	c number of ending skipping 	: 0
3600.06/3591.58	c number of internal skipping 	: 0
3600.06/3591.58	c number of derivation steps 	: 513980
3600.06/3591.58	c number of skipped derivation steps 	: 0
3600.06/3591.60	c number of remaining unassigned 	: 47704
3600.06/3591.60	c number of remaining assigned 	: 18282420
3600.06/3591.60	c number of falsified literals weakened from reason	: 0
3600.06/3591.60	c number of falsified literals weakened from conflict	: 0
3600.06/3591.60	c time for arithmetic operations	: 1504896349
3600.06/3591.60	c minimum degree of deleted constraints	: 1
3600.06/3591.60	c maximum degree of deleted constraints	: 19081823290456126515846869648711654771230710005006450063666070161478638478716375069647523446657448684640884567779834404396825462006308009075809266848751448058637118512005171836228956605459810413524296657501754346976610458428115369464919686886375348043087472286418040755737111765594744284841373698931985964865971714482161124553650545103263823184800019392680
3600.06/3591.60	c number of deleted constraints	: 95995
3600.06/3591.60	c speed (assignments/second)	: 180.52844466696257
3600.06/3591.60	c non guided choices	: 57
3600.27/3591.62	c timeout
3600.27/3591.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26
3600.27/3591.62	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25354
3600.27/3591.62	s UNKNOWN
3600.27/3591.62	c Total wall clock time (in seconds): 3591.276

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (60527 MiB free)
  memory of node 1: 64510 MiB (58170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445111-1721322171/watcher-4445111-1721322171 -o /tmp/evaluation-result-4445111-1721322171/solver-4445111-1721322171 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955704 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445111-1721322171.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=959248, runsolver pid=959245

[startup+0.100558 s]*
/proc/loadavg: 4.12 4.17 4.18 7/318 959266
/proc/meminfo: memFree=121511800/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=18975048 memory=55960 CPUtime=0.11 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 6574 0 0 0 9 2 0 0 20 0 18 0 184373473 19430449152 13990 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4743762 13990 5556 1 0 550877 0
[pid=959248/tid=959250] ppid=959245 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 5500 0 0 0 7 2 0 0 20 0 18 0 184373473 19430449152 14036 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184373476 19430449152 14036 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184373477 19430449152 14036 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55960 KiB

[startup+0.223207 s]*
/proc/loadavg: 4.12 4.17 4.18 6/318 959266
/proc/meminfo: memFree=121502920/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=18975048 memory=65816 CPUtime=0.26 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 7264 0 0 0 23 3 0 0 20 0 18 0 184373473 19430449152 16454 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4743762 16454 5755 1 0 551437 0
[pid=959248/tid=959250] ppid=959245 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 1077936192 5764 0 0 0 16 2 0 0 20 0 18 0 184373473 19430449152 16454 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184373476 19430449152 16454 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184373477 19430449152 16454 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65816 KiB

[startup+0.316134 s]*
/proc/loadavg: 4.12 4.17 4.18 7/318 959266
/proc/meminfo: memFree=121501688/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=18975048 memory=66836 CPUtime=0.39 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 7542 0 0 0 36 3 0 0 20 0 18 0 184373473 19430449152 16709 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4743762 16709 5771 1 0 551651 0
[pid=959248/tid=959250] ppid=959245 vsize=18975048 memory=-8816192521732661948 CPUtime=0.27 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 1077936192 5931 0 0 0 24 3 0 0 20 0 18 0 184373473 19430449152 16709 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184373476 19430449152 16709 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184373477 19430449152 16709 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66836 KiB

[startup+0.710627 s]
/proc/loadavg: 4.12 4.17 4.18 8/319 959267
/proc/meminfo: memFree=121489728/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19041612 memory=101240 CPUtime=1.11 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 9465 0 0 0 106 5 0 0 20 0 19 0 184373473 19498610688 25310 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4760403 25310 5857 1 0 552576 0
[pid=959248/tid=959250] ppid=959245 vsize=19041612 memory=5512 CPUtime=0.58 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 6096 0 0 0 55 3 0 0 20 0 19 0 184373473 19498610688 25310 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184373476 19498610688 25310 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184373477 19498610688 25310 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184373510 19498610688 25310 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101240 KiB

[startup+1.50356 s]
/proc/loadavg: 4.12 4.17 4.18 7/320 959268
/proc/meminfo: memFree=121400288/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=177088 CPUtime=2.68 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 18126 0 0 0 259 9 0 0 20 0 20 0 184373473 19566772224 44272 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 44272 5889 1 0 555587 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=11992 CPUtime=1.31 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 6397 0 0 0 126 5 0 0 20 0 20 0 184373473 19566772224 44272 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 44272 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 44272 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=281050043557136 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 44272 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177088 KiB

[startup+3.10655 s]
/proc/loadavg: 4.12 4.17 4.18 6/320 959269
/proc/meminfo: memFree=121135224/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=432756 CPUtime=5.83 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 26661 0 0 0 568 15 0 0 20 0 20 0 184373473 19566772224 108189 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 108189 5889 1 0 560469 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=0 CPUtime=2.86 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 7068 0 0 0 277 9 0 0 20 0 20 0 184373473 19566772224 108189 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 108189 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 108189 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 108189 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 432756 KiB

[startup+6.30042 s]
/proc/loadavg: 4.19 4.19 4.18 6/320 959269
/proc/meminfo: memFree=120924836/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=671416 CPUtime=10.62 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 28327 0 0 0 1041 21 0 0 20 0 20 0 184373473 19566772224 167854 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 167854 5889 1 0 560540 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=11992 CPUtime=5.97 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 8486 0 0 0 583 14 0 0 20 0 20 0 184373473 19566772224 167854 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 167854 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=185564 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 167854 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 167854 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 10.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 671416 KiB

[startup+12.7005 s]
/proc/loadavg: 4.18 4.18 4.18 5/320 959271
/proc/meminfo: memFree=120032000/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=1527284 CPUtime=18.16 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 29883 0 0 0 1777 39 0 0 20 0 20 0 184373473 19566772224 381821 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 381821 5889 1 0 696313 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=0 CPUtime=11.88 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 9403 0 0 0 1158 30 0 0 20 0 20 0 184373473 19566772224 381821 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=-8816192521732661948 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 381821 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 381821 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 381821 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 18.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1527284 KiB

[startup+25.5005 s]
/proc/loadavg: 4.14 4.17 4.18 5/320 959272
/proc/meminfo: memFree=117636872/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=3911728 CPUtime=31.25 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 36823 0 0 0 3037 88 0 0 20 0 20 0 184373473 19566772224 977932 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 977932 5889 1 0 1360590 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=11600 CPUtime=24.23 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 11853 0 0 0 2348 75 0 0 20 0 20 0 184373473 19566772224 977932 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 977932 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=724664 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 977932 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=281050043503920 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 977932 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 31.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3911728 KiB

[startup+51.1134 s]
/proc/loadavg: 4.15 4.17 4.18 5/320 959275
/proc/meminfo: memFree=117233248/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=4299184 CPUtime=56.99 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 41509 0 0 0 5601 98 0 0 20 0 20 0 184373473 19566772224 1074796 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 1074796 5889 1 0 1360594 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=4299132 CPUtime=49.48 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 14355 0 0 0 4865 83 0 0 20 0 20 0 184373473 19566772224 1074796 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=281050044253568 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 1074796 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0

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

[startup+3282.3 s]
/proc/loadavg: 4.26 4.23 4.24 5/318 961060
/proc/meminfo: memFree=117291572/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=4778360 CPUtime=3290.69 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 304468 0 0 0 328756 313 0 0 20 0 20 0 184373473 19566772224 1194590 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 1194590 5900 1 0 1360820 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=4776308 CPUtime=3255.02 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 170234 0 0 0 325383 119 0 0 20 0 20 0 184373473 19566772224 1194590 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 51 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=4776308 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 1194590 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=4778360 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 4144 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 1194590 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=7384 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 1194590 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 3290.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4778360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.23 4.24 6/320 961241
/proc/meminfo: memFree=117238748/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=4784508 CPUtime=3350.46 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 309157 0 0 0 334729 317 0 0 20 0 20 0 184373473 19566772224 1196127 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 1196127 5900 1 0 1360820 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=327503 CPUtime=3314.04 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 173122 0 0 0 331283 121 0 0 20 0 20 0 184373473 19566772224 1196127 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 58 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 1196127 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=4782456 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 4227 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 1196127 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 1196127 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 3350.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4784508 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.26 4.25 6/320 961252
/proc/meminfo: memFree=117193920/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=4790672 CPUtime=3410.66 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 314385 0 0 0 340746 320 0 0 20 0 20 0 184373473 19566772224 1197668 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 1197668 5900 1 0 1360820 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=4784508 CPUtime=3373.52 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 176222 0 0 0 337231 121 0 0 20 0 20 0 184373473 19566772224 1197668 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 1197668 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 4305 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 1197668 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=4788624 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 1197668 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 3410.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4790672 KiB

[startup+3462.3 s]
/proc/loadavg: 4.78 4.40 4.30 5/322 961266
/proc/meminfo: memFree=117146252/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=4794768 CPUtime=3470.82 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 319270 0 0 0 346760 322 0 0 20 0 20 0 184373473 19566772224 1198692 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 1198692 5900 1 0 1360820 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=4784508 CPUtime=3433.18 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 178670 0 0 0 343197 121 0 0 20 0 20 0 184373473 19566772224 1198692 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 1198692 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 4387 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 1198692 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=4794768 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 1198692 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 3470.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4794768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.36 4.29 5/321 961287
/proc/meminfo: memFree=117094848/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=4805012 CPUtime=3530.89 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 324133 0 0 0 352764 325 0 0 20 0 20 0 184373473 19566772224 1201253 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 1201253 5900 1 0 1360820 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=11600 CPUtime=3492.82 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 181127 0 0 0 349160 122 0 0 20 0 20 0 184373473 19566772224 1201253 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=4794768 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 1201253 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=4805012 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 4482 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 1201253 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=4805012 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 1201253 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 3530.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4805012 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.31 4.27 5/321 961298
/proc/meminfo: memFree=117053464/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=4811156 CPUtime=3590.88 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 328558 0 0 0 358759 329 0 0 20 0 20 0 184373473 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 1202789 5900 1 0 1360820 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=4809108 CPUtime=3552.4 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 183889 0 0 0 355117 123 0 0 20 0 20 0 184373473 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=4809108 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 4622 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=4811156 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 3590.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4811156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3591.5 s]
/proc/loadavg: 4.17 4.29 4.27 5/321 961298
/proc/meminfo: memFree=117049316/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19108176 memory=4811156 CPUtime=3600.06 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 328949 0 0 0 359677 329 0 0 20 0 20 0 184373473 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4777044 1202789 5900 1 0 1360820 0
[pid=959248/tid=959250] ppid=959245 vsize=19108176 memory=4809108 CPUtime=3561.57 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 4194368 184280 0 0 0 356034 123 0 0 20 0 20 0 184373473 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184373476 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19108176 memory=4809108 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 4622 0 0 0 0 0 0 0 20 0 20 0 184373477 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959267] ppid=959245 vsize=19108176 memory=4807060 CPUtime=0 cores=4,6
/proc/959248/task/959267/stat : 959267 (Timer-0) S 959245 959248 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184373510 19566772224 1202789 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4811156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.01 s, system=3.32396 s

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

[startup+3591.61 s]
/proc/loadavg: 4.17 4.29 4.27 5/321 961298
/proc/meminfo: memFree=117049316/131655788 swapFree=131071996/131071996
[pid=959248] ppid=959245 vsize=19307868 memory=4811920 CPUtime=3600.27 cores=4,6
/proc/959248/stat : 959248 (java) S 959245 959248 955693 0 -1 1077936128 332095 0 0 0 359697 330 0 0 20 0 21 0 184373473 19771256832 1202980 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
/proc/959248/statm: 4826967 1202980 5899 1 0 1361707 0
[pid=959248/tid=959250] ppid=959245 vsize=19307868 memory=43480 CPUtime=3561.68 cores=4,6
/proc/959248/task/959250/stat : 959250 (java) R 959245 959248 955693 0 -1 1077936192 184329 0 0 0 356045 123 0 0 20 0 21 0 184373473 19771256832 1202980 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959259] ppid=959245 vsize=19307868 memory=11992 CPUtime=0 cores=4,6
/proc/959248/task/959259/stat : 959259 (Finalizer) S 959245 959248 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184373476 19771256832 1202980 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
[pid=959248/tid=959266] ppid=959245 vsize=19307868 memory=-8816192521732661948 CPUtime=0 cores=4,6
/proc/959248/task/959266/stat : 959266 (Common-Cleaner) S 959245 959248 955693 0 -1 1077936192 4622 0 0 0 0 0 0 0 20 0 21 0 184373477 19771256832 1202980 134679101440 94261490061312 94261490065008 140723647817200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94261490072824 94261490073616 94261511401472 140723647824884 140723647824992 140723647824992 140723647832008 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4811920 KiB

Child status: 143

Real time (s): 3591.65
CPU time (s): 3600.34
CPU user time (s): 3597.01
CPU system time (s): 3.32396
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4811920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.01
system time used= 3.32396
maximum resident set size= 4812840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332625
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119412
involuntary context switches= 4493


# summary of solver processes directly reported to runsolver:
#   pid: 959248
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3597.01
#   total CPU system time (s): 3.32396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.9849 second user time and 35.6442 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 19:03:03
IDJOB=4445111
IDBENCH=148100
IDSOLVER=3052
FILE ID=nodeC008/4445111-1721322171
RUNJOBID= nodeC008-1721318349-955704
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445111-1721322171/watcher-4445111-1721322171 -o /tmp/evaluation-result-4445111-1721322171/solver-4445111-1721322171 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955704 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445111-1721322171.opb

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

MD5SUM BENCH= f9ddfe14fcbe08e4d315c2b284f6e91e
RANDOM SEED=1416861862

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121547684 kB
MemAvailable:   122434460 kB
Buffers:          521664 kB
Cached:          1202936 kB
SwapCached:            0 kB
Active:          1017088 kB
Inactive:        8528840 kB
Active(anon):       1484 kB
Inactive(anon):  7857540 kB
Active(file):    1015604 kB
Inactive(file):   671300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1128 kB
Writeback:             0 kB
AnonPages:       7821316 kB
Mapped:           125844 kB
Shmem:             37704 kB
KReclaimable:      79808 kB
Slab:             180368 kB
SReclaimable:      79808 kB
SUnreclaim:       100560 kB
KernelStack:        4744 kB
PageTables:        25244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9640756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57728 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7518208 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-18 20:02:54