Trace number 4445141

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.36 3590.78

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMf4201f1ef8f74939600eabb6a2266017
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 benchmark1.14275
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables80
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 constraint80
Maximum length of a constraint80
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 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
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.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version CUSTOM.v20240707
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.21	c Free memory 		2115194816
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2122317824
0.12/0.22	c Number of processors 	2
0.46/0.39	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.39	 - never skip resolution steps
0.46/0.39	 - Auto-division on coefficients is disabled
0.46/0.39	 - No postprocessing
0.46/0.39	 - Conflict is considered as is when resolving
0.46/0.39	 - Use constraints as they come during conflict analysis
0.46/0.39	 - Weaken first using unassigned literals
0.46/0.39	 - Bump strategy: ALWAYS_ONE
0.46/0.39	 - Bumper: EFFECTIVE
0.46/0.39	--- Begin Solver configuration ---
0.46/0.39	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.39	Learn all clauses as in MiniSAT
0.46/0.39	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.39	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.39	No reason simplification
0.46/0.39	Dynamic restart strategy considering the size of the coefficients
0.46/0.39	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.39	timeout=2147483s
0.46/0.39	DB Simplification allowed=false
0.46/0.39	Listener: none
0.46/0.39	--- End Solver configuration ---
0.46/0.39	c Pseudo Boolean Optimization by upper bound
0.46/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.39	c  - never skip resolution steps
0.46/0.39	c  - Auto-division on coefficients is disabled
0.46/0.39	c  - No postprocessing
0.46/0.39	c  - Conflict is considered as is when resolving
0.46/0.39	c  - Use constraints as they come during conflict analysis
0.46/0.39	c  - Weaken first using unassigned literals
0.46/0.39	c  - Bump strategy: ALWAYS_ONE
0.46/0.39	c  - Bumper: EFFECTIVE
0.46/0.39	c --- Begin Solver configuration ---
0.46/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.39	c Learn all clauses as in MiniSAT
0.46/0.39	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.39	c No reason simplification
0.46/0.39	c Dynamic restart strategy considering the size of the coefficients
0.46/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.39	c timeout=2147483s
0.46/0.39	c DB Simplification allowed=false
0.46/0.39	c Listener: none
0.46/0.39	c --- End Solver configuration ---
0.46/0.39	c solving HOME/instance-4445141-1721322710.opb
0.46/0.39	c reading problem ... 
0.46/0.39	c  no objective function found
0.46/0.42	c ... done. Wall clock time 0.026s.
0.46/0.42	c declared #vars     80
0.46/0.42	c #constraints  2
0.46/0.42	c constraints type 
0.46/0.42	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.46/0.42	c 2 constraints processed.
39.71/35.35	c cleaning 2500 clauses out of 5000 with flag 0/5000
136.18/130.40	c cleaning 4249 clauses out of 8500 with flag 0/11000
290.76/284.49	c cleaning 5624 clauses out of 11251 with flag 0/18000
509.39/502.58	c cleaning 6814 clauses out of 13628 with flag 0/26001
795.27/788.52	c cleaning 7906 clauses out of 15813 with flag 0/35000
1156.65/1150.03	c cleaning 8949 clauses out of 17908 with flag 0/45001
1616.62/1609.29	c cleaning 9980 clauses out of 19959 with flag 0/56001
1868.50/1861.23	c cleaning 10989 clauses out of 21978 with flag 0/68000
2043.89/2036.40	c cleaning 11995 clauses out of 23989 with flag 0/81000
2266.79/2259.17	c cleaning 12997 clauses out of 25994 with flag 0/95000
2517.99/2510.27	c cleaning 13999 clauses out of 27998 with flag 0/110001
3262.79/3253.70	c cleaning 14999 clauses out of 29998 with flag 0/126000
3600.03/3590.62	c starts		: 5
3600.03/3590.66	c conflicts		: 133257
3600.03/3590.67	c decisions		: 150409
3600.03/3590.68	c propagations		: 720291
3600.03/3590.68	c inspects		: 1666078644
3600.03/3590.68	c shortcuts		: 0
3600.03/3590.68	c learnt literals	: 0
3600.03/3590.68	c learnt binary clauses	: 0
3600.03/3590.68	c learnt ternary clauses	: 0
3600.03/3590.68	c learnt constraints	: 133257
3600.03/3590.68	c ignored constraints	: 0
3600.03/3590.68	c root simplifications	: 0
3600.03/3590.68	c removed literals (reason simplification)	: 0
3600.03/3590.68	c reason swapping (by a shorter reason)	: 0
3600.03/3590.68	c Calls to reduceDB	: 12
3600.03/3590.68	c Number of update (reduction) of LBD	: 103400
3600.03/3590.68	c Imported unit clauses	: 0
3600.03/3590.68	c No decision after first conflict	: false
3600.03/3590.69	c number of reductions to clauses (during analyze)	: 0
3600.03/3590.69	c number of learned constraints concerned by reduction	: 0
3600.03/3590.69	c number of learning phase by resolution	: 0
3600.03/3590.69	c number of learning phase by cutting planes	: 0
3600.03/3590.69	c number of rounding to 1 operations	: 0
3600.03/3590.69	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3590.69	c number of reductions of the coefficients by power 2 	: 0
3600.03/3590.69	c number of right shift for reduction by power 2 	: 0
3600.03/3590.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3590.69	c number of ending skipping 	: 0
3600.03/3590.69	c number of internal skipping 	: 0
3600.03/3590.69	c number of derivation steps 	: 548818
3600.03/3590.69	c number of skipped derivation steps 	: 0
3600.03/3590.69	c number of remaining unassigned 	: 51264
3600.03/3590.69	c number of remaining assigned 	: 21355267
3600.03/3590.69	c number of falsified literals weakened from reason	: 0
3600.03/3590.69	c number of falsified literals weakened from conflict	: 0
3600.03/3590.69	c time for arithmetic operations	: 1620088864
3600.03/3590.70	c minimum degree of deleted constraints	: 1
3600.03/3590.70	c maximum degree of deleted constraints	: 50370843225917007074593431141694896636871012898449510717096037270089000827795094770
3600.03/3590.70	c number of deleted constraints	: 111001
3600.03/3590.70	c speed (assignments/second)	: 200.6235199548111
3600.23/3590.71	c non guided choices	: 68
3600.23/3590.73	c timeout
3600.23/3590.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 93
3600.23/3590.75	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22163
3600.23/3590.75	s UNKNOWN
3600.23/3590.75	c Total wall clock time (in seconds): 3590.365

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445141-1721322710/watcher-4445141-1721322710 -o /tmp/evaluation-result-4445141-1721322710/solver-4445141-1721322710 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955705 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445141-1721322710.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=959412, runsolver pid=959409

[startup+0.101535 s]*
/proc/loadavg: 4.25 4.33 4.27 5/317 959430
/proc/meminfo: memFree=119266264/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=18975048 memory=55612 CPUtime=0.12 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 6379 0 0 0 9 3 0 0 20 0 18 0 184427390 19430449152 13903 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4743762 13903 5626 1 0 550747 0
[pid=959412/tid=959414] ppid=959409 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 5314 0 0 0 5 2 0 0 20 0 18 0 184427390 19430449152 13903 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184427396 19430449152 13903 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184427397 19430449152 13903 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55612 KiB

[startup+0.215869 s]*
/proc/loadavg: 4.25 4.33 4.27 6/317 959430
/proc/meminfo: memFree=119263212/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=18975048 memory=60376 CPUtime=0.3 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 7102 0 0 0 26 4 0 0 20 0 18 0 184427390 19430449152 15094 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4743762 15094 5651 1 0 551335 0
[pid=959412/tid=959414] ppid=959409 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 5666 0 0 0 16 3 0 0 20 0 18 0 184427390 19430449152 15094 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=18975048 memory=5697 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184427396 19430449152 15094 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184427397 19430449152 15094 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60376 KiB

[startup+0.314133 s]*
/proc/loadavg: 4.25 4.33 4.27 5/317 959430
/proc/meminfo: memFree=119257996/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=18975048 memory=64084 CPUtime=0.46 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 7393 0 0 0 41 5 0 0 20 0 18 0 184427390 19430449152 16021 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4743762 16021 5692 1 0 551570 0
[pid=959412/tid=959414] ppid=959409 vsize=18975048 memory=-8529085846464537276 CPUtime=0.29 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 5868 0 0 0 26 3 0 0 20 0 18 0 184427390 19430449152 16021 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184427396 19430449152 16021 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184427397 19430449152 16021 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64084 KiB

[startup+0.706071 s]
/proc/loadavg: 4.25 4.33 4.27 7/318 959431
/proc/meminfo: memFree=119251828/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19041612 memory=88528 CPUtime=1.17 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 8654 0 0 0 111 6 0 0 20 0 19 0 184427390 19498610688 22132 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4760403 22132 5806 1 0 552559 0
[pid=959412/tid=959414] ppid=959409 vsize=19041612 memory=5512 CPUtime=0.62 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 6100 0 0 0 58 4 0 0 20 0 19 0 184427390 19498610688 22132 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19041612 memory=11992 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184427396 19498610688 22132 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19041612 memory=164 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184427397 19498610688 22132 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184427433 19498610688 22132 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88528 KiB

[startup+1.50034 s]
/proc/loadavg: 4.25 4.33 4.27 6/318 959431
/proc/meminfo: memFree=119186192/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=183124 CPUtime=2.74 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 22058 0 0 0 263 11 0 0 20 0 20 0 184427390 19566772224 45781 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 45781 5822 1 0 557947 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=11992 CPUtime=1.35 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 6497 0 0 0 130 5 0 0 20 0 20 0 184427390 19566772224 45781 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 45781 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 45781 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=280458009158928 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 45781 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183124 KiB

[startup+3.11434 s]
/proc/loadavg: 4.25 4.33 4.27 6/319 959434
/proc/meminfo: memFree=118996064/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=356156 CPUtime=5.92 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 25477 0 0 0 577 15 0 0 20 0 20 0 184427390 19566772224 89039 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 89039 5870 1 0 558314 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=0 CPUtime=2.92 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 7069 0 0 0 283 9 0 0 20 0 20 0 184427390 19566772224 89039 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 89039 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 89039 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 89039 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 356156 KiB

[startup+6.30046 s]
/proc/loadavg: 4.23 4.32 4.27 5/319 959434
/proc/meminfo: memFree=118702404/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=624428 CPUtime=9.48 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 25825 0 0 0 926 22 0 0 20 0 20 0 184427390 19566772224 156107 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 156107 5870 1 0 558314 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=11992 CPUtime=6.07 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 7347 0 0 0 592 15 0 0 20 0 20 0 184427390 19566772224 156107 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 156107 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=183696 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 156107 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 156107 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 624428 KiB

[startup+12.7005 s]
/proc/loadavg: 4.30 4.33 4.27 5/319 959434
/proc/meminfo: memFree=118211756/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=1099948 CPUtime=16.41 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 32402 0 0 0 1608 33 0 0 20 0 20 0 184427390 19566772224 274987 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 274987 5870 1 0 558330 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=0 CPUtime=12.36 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 10540 0 0 0 1211 25 0 0 20 0 20 0 184427390 19566772224 274987 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=-8529085846464537276 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 274987 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 274987 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 274987 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 16.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1099948 KiB

[startup+25.5005 s]
/proc/loadavg: 4.23 4.32 4.27 5/319 959437
/proc/meminfo: memFree=117971272/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=1335532 CPUtime=29.39 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 37472 0 0 0 2898 41 0 0 20 0 20 0 184427390 19566772224 333883 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 333883 5870 1 0 558330 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=11600 CPUtime=24.97 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 12326 0 0 0 2467 30 0 0 20 0 20 0 184427390 19566772224 333883 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 333883 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=644908 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 333883 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=280458009105712 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 333883 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 29.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335532 KiB

[startup+51.1135 s]
/proc/loadavg: 4.22 4.31 4.27 5/319 959441
/proc/meminfo: memFree=117948612/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=1345632 CPUtime=56.49 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 57961 0 0 0 5600 49 0 0 20 0 20 0 184427390 19566772224 336408 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 336408 5870 1 0 559681 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=1345596 CPUtime=50.11 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 15912 0 0 0 4981 30 0 0 20 0 20 0 184427390 19566772224 336408 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=280458009855360 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 336408 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0

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

[startup+3282.3 s]
/proc/loadavg: 4.18 4.25 4.26 5/317 961405
/proc/meminfo: memFree=119886244/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=2457568 CPUtime=3291.47 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 256263 0 0 0 328816 331 0 0 20 0 20 0 184427390 19566772224 614392 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 614392 5889 1 0 666797 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=2455520 CPUtime=3239.47 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 108900 0 0 0 323882 65 0 0 20 0 20 0 184427390 19566772224 614392 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 53 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=2453468 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 614392 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=2455520 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 3690 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 614392 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 614392 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 3291.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2457568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.23 4.25 5/317 961415
/proc/meminfo: memFree=119830360/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=2463720 CPUtime=3351.59 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 259402 0 0 0 334823 336 0 0 20 0 20 0 184427390 19566772224 615930 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 615930 5889 1 0 666797 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=2648 CPUtime=3298.75 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 110403 0 0 0 329810 65 0 0 20 0 20 0 184427390 19566772224 615930 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 53 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=4120630280406906 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 615930 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 3767 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 615930 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=2463720 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 615930 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 3351.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2463720 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.20 4.24 5/317 961425
/proc/meminfo: memFree=119762176/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=2471940 CPUtime=3411.52 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 262411 0 0 0 340812 340 0 0 20 0 20 0 184427390 19566772224 617985 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 617985 5889 1 0 666797 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=11600 CPUtime=3357.98 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 111865 0 0 0 335733 65 0 0 20 0 20 0 184427390 19566772224 617985 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=2469892 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 617985 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=2469892 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 3837 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 617985 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=2469892 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 617985 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 3411.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2471940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.19 4.24 5/317 961436
/proc/meminfo: memFree=119710140/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=2480144 CPUtime=3471.5 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 265272 0 0 0 346805 345 0 0 20 0 20 0 184427390 19566772224 620036 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 620036 5889 1 0 666797 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=11600 CPUtime=3417.38 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 113887 0 0 0 341672 66 0 0 20 0 20 0 184427390 19566772224 620036 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 60 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=2478096 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 620036 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=2480144 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 3904 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 620036 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=2478096 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 620036 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 3471.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2480144 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.17 4.22 5/320 961451
/proc/meminfo: memFree=119668484/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=2488340 CPUtime=3531.48 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 268191 0 0 0 352798 350 0 0 20 0 20 0 184427390 19566772224 622085 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 622085 5889 1 0 666797 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=2480144 CPUtime=3476.76 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 115839 0 0 0 347610 66 0 0 20 0 20 0 184427390 19566772224 622085 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 62 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=2480144 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 622085 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=2486292 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 3973 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 622085 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 622085 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 3531.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2488340 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.15 4.21 6/320 961461
/proc/meminfo: memFree=119622900/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=2494500 CPUtime=3591.71 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 271489 0 0 0 358816 355 0 0 20 0 20 0 184427390 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 623625 5889 1 0 666802 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=11992 CPUtime=3536.23 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 117909 0 0 0 353556 67 0 0 20 0 20 0 184427390 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 65 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=2494500 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 4045 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 3591.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2494500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.6 s]
/proc/loadavg: 4.10 4.15 4.21 5/320 961463
/proc/meminfo: memFree=119618820/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19108176 memory=2494500 CPUtime=3600.03 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 272299 0 0 0 359646 357 0 0 20 0 20 0 184427390 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4777044 623625 5889 1 0 666802 0
[pid=959412/tid=959414] ppid=959409 vsize=19108176 memory=2494500 CPUtime=3544.36 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 118660 0 0 0 354369 67 0 0 20 0 20 0 184427390 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 65 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19108176 memory=-8529085846464537276 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184427396 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19108176 memory=2494500 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 4045 0 0 0 0 0 0 0 20 0 20 0 184427397 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959431] ppid=959409 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/959412/task/959431/stat : 959431 (Timer-0) S 959409 959412 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184427433 19566772224 623625 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2494500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.77 s, system=3.5926 s

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

[startup+3590.7 s]
/proc/loadavg: 4.10 4.15 4.21 5/320 961463
/proc/meminfo: memFree=119618820/131655788 swapFree=131071996/131071996
[pid=959412] ppid=959409 vsize=19307868 memory=2495256 CPUtime=3600.23 cores=1,3
/proc/959412/stat : 959412 (java) S 959409 959412 955693 0 -1 1077936128 275648 0 0 0 359666 357 0 0 20 0 21 0 184427390 19771256832 623814 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
/proc/959412/statm: 4826967 623814 5888 1 0 667705 0
[pid=959412/tid=959414] ppid=959409 vsize=19307868 memory=2478096 CPUtime=3544.47 cores=1,3
/proc/959412/task/959414/stat : 959414 (java) R 959409 959412 955693 0 -1 4194368 118743 0 0 0 354380 67 0 0 20 0 21 0 184427390 19771256832 623814 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 65 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959423] ppid=959409 vsize=19307868 memory=2476048 CPUtime=0 cores=1,3
/proc/959412/task/959423/stat : 959423 (Finalizer) S 959409 959412 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 184427396 19771256832 623814 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
[pid=959412/tid=959430] ppid=959409 vsize=19307868 memory=11600 CPUtime=0 cores=1,3
/proc/959412/task/959430/stat : 959430 (Common-Cleaner) S 959409 959412 955693 0 -1 1077936192 4045 0 0 0 0 0 0 0 20 0 21 0 184427397 19771256832 623814 134679101440 94239855022080 94239855025776 140721822750576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94239855033592 94239855034384 94239869956096 140721822757876 140721822757984 140721822757984 140721822765000 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2495256 KiB

Child status: 143

Real time (s): 3590.78
CPU time (s): 3600.36
CPU user time (s): 3596.77
CPU system time (s): 3.5926
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2495256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.77
system time used= 3.5926
maximum resident set size= 2496248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276772
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130470
involuntary context switches= 5928


# summary of solver processes directly reported to runsolver:
#   pid: 959412
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3596.77
#   total CPU system time (s): 3.5926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5666 second user time and 38.3347 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 19:12:02
IDJOB=4445141
IDBENCH=148101
IDSOLVER=3052
FILE ID=nodeC008/4445141-1721322710
RUNJOBID= nodeC008-1721318349-955705
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-prob5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445141-1721322710/watcher-4445141-1721322710 -o /tmp/evaluation-result-4445141-1721322710/solver-4445141-1721322710 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955705 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445141-1721322710.opb

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

MD5SUM BENCH= f4201f1ef8f74939600eabb6a2266017
RANDOM SEED=68156890

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		: 3491.958
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.968
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.252
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.247
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		: 3552.292
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		: 3567.394
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.401
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		: 1197.317
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:        119301100 kB
MemAvailable:   120190532 kB
Buffers:          522188 kB
Cached:          1205108 kB
SwapCached:            0 kB
Active:          1017620 kB
Inactive:       10771052 kB
Active(anon):       1476 kB
Inactive(anon): 10097632 kB
Active(file):    1016144 kB
Inactive(file):   673420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:      10061412 kB
Mapped:           125936 kB
Shmem:             37704 kB
KReclaimable:      79796 kB
Slab:             180000 kB
SReclaimable:      79796 kB
SUnreclaim:       100204 kB
KernelStack:        4832 kB
PageTables:        29792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12351868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57728 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9750528 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:11:53