Trace number 4445051

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM51f776679cf4368d72b5455aa221d9d6
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.045108
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
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 constraint82
Maximum length of a constraint82
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 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
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.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2115194816
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.13/0.22	c Number of processors 	2
0.48/0.39	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.39	 - never skip resolution steps
0.48/0.39	 - Auto-division on coefficients is disabled
0.48/0.39	 - No postprocessing
0.48/0.39	 - Conflict is considered as is when resolving
0.48/0.39	 - Use constraints as they come during conflict analysis
0.48/0.39	 - Weaken first using unassigned literals
0.48/0.39	 - Bump strategy: ALWAYS_ONE
0.48/0.39	 - Bumper: EFFECTIVE
0.48/0.39	--- Begin Solver configuration ---
0.48/0.39	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.48/0.39	Learn all clauses as in MiniSAT
0.48/0.39	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.39	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.39	No reason simplification
0.48/0.39	Dynamic restart strategy considering the size of the coefficients
0.48/0.39	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.48/0.39	timeout=2147483s
0.48/0.39	DB Simplification allowed=false
0.48/0.39	Listener: none
0.48/0.39	--- End Solver configuration ---
0.48/0.39	c Pseudo Boolean Optimization by upper bound
0.48/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.39	c  - never skip resolution steps
0.48/0.39	c  - Auto-division on coefficients is disabled
0.48/0.39	c  - No postprocessing
0.48/0.39	c  - Conflict is considered as is when resolving
0.48/0.39	c  - Use constraints as they come during conflict analysis
0.48/0.39	c  - Weaken first using unassigned literals
0.48/0.39	c  - Bump strategy: ALWAYS_ONE
0.48/0.39	c  - Bumper: EFFECTIVE
0.48/0.39	c --- Begin Solver configuration ---
0.48/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.48/0.39	c Learn all clauses as in MiniSAT
0.48/0.39	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.39	c No reason simplification
0.48/0.39	c Dynamic restart strategy considering the size of the coefficients
0.48/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.48/0.39	c timeout=2147483s
0.48/0.39	c DB Simplification allowed=false
0.48/0.39	c Listener: none
0.48/0.39	c --- End Solver configuration ---
0.48/0.40	c solving HOME/instance-4445051-1721319277.opb
0.48/0.40	c reading problem ... 
0.48/0.40	c  no objective function found
0.63/0.44	c ... done. Wall clock time 0.039s.
0.63/0.44	c declared #vars     82
0.63/0.44	c #constraints  2
0.63/0.44	c constraints type 
0.63/0.44	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.63/0.44	c 2 constraints processed.
26.68/22.66	c cleaning 2497 clauses out of 5000 with flag 0/5000
78.95/73.38	c cleaning 4252 clauses out of 8503 with flag 0/11000
257.04/250.43	c cleaning 5626 clauses out of 11251 with flag 0/18000
477.00/470.25	c cleaning 6802 clauses out of 13625 with flag 0/26000
708.29/701.48	c cleaning 7911 clauses out of 15823 with flag 0/35000
948.70/941.87	c cleaning 8956 clauses out of 17913 with flag 0/45001
1228.34/1221.19	c cleaning 9975 clauses out of 19957 with flag 0/56001
1625.11/1617.91	c cleaning 10991 clauses out of 21981 with flag 0/68000
2182.66/2175.59	c cleaning 11995 clauses out of 23990 with flag 0/81000
2757.06/2750.00	c cleaning 12991 clauses out of 25995 with flag 0/95000
3542.52/3535.66	c cleaning 14002 clauses out of 28004 with flag 0/110000
3600.01/3593.03	c starts		: 9
3600.01/3593.08	c timeout
3600.01/3593.09	c conflicts		: 111594
3600.01/3593.09	c decisions		: 125470
3600.01/3593.09	c propagations		: 553683
3600.01/3593.09	c inspects		: 1554381403
3600.01/3593.09	c shortcuts		: 0
3600.01/3593.09	c learnt literals	: 0
3600.01/3593.09	c learnt binary clauses	: 0
3600.01/3593.09	c learnt ternary clauses	: 0
3600.01/3593.09	c learnt constraints	: 111594
3600.01/3593.09	c ignored constraints	: 0
3600.01/3593.09	c root simplifications	: 0
3600.01/3593.09	c removed literals (reason simplification)	: 0
3600.01/3593.09	c reason swapping (by a shorter reason)	: 0
3600.01/3593.09	c Calls to reduceDB	: 11
3600.01/3593.09	c Number of update (reduction) of LBD	: 92669
3600.01/3593.09	c Imported unit clauses	: 0
3600.01/3593.09	c No decision after first conflict	: false
3600.01/3593.09	c number of reductions to clauses (during analyze)	: 0
3600.01/3593.09	c number of learned constraints concerned by reduction	: 0
3600.01/3593.09	c number of learning phase by resolution	: 0
3600.01/3593.09	c number of learning phase by cutting planes	: 0
3600.01/3593.09	c number of rounding to 1 operations	: 0
3600.01/3593.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3593.09	c number of reductions of the coefficients by power 2 	: 0
3600.01/3593.09	c number of right shift for reduction by power 2 	: 0
3600.01/3593.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3593.09	c number of ending skipping 	: 0
3600.01/3593.09	c number of internal skipping 	: 0
3600.01/3593.09	c number of derivation steps 	: 432828
3600.01/3593.09	c number of skipped derivation steps 	: 0
3600.01/3593.09	c number of remaining unassigned 	: 40980
3600.01/3593.09	c number of remaining assigned 	: 18738040
3600.01/3593.09	c number of falsified literals weakened from reason	: 0
3600.01/3593.09	c number of falsified literals weakened from conflict	: 0
3600.01/3593.09	c time for arithmetic operations	: 1381999948
3600.01/3593.10	c minimum degree of deleted constraints	: 1
3600.01/3593.10	c maximum degree of deleted constraints	: 25000541664743132569904651945928934178525172877531231496917989619636270507766824173967438721935493415477782545598834511783186849075352382143863773388695867340
3600.01/3593.10	c number of deleted constraints	: 95998
3600.01/3593.10	c speed (assignments/second)	: 154.11565737342337
3600.01/3593.10	c non guided choices	: 70
3600.01/3593.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 70
3600.01/3593.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15526
3600.01/3593.10	s UNKNOWN
3600.01/3593.10	c Total wall clock time (in seconds): 3592.71

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=957411, runsolver pid=957408
Current StackSize limit: 8192 KiB


[startup+0.103961 s]*
/proc/loadavg: 4.18 4.24 3.89 5/318 957429
/proc/meminfo: memFree=121617028/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=18975048 memory=55732 CPUtime=0.13 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 6388 0 0 0 9 4 0 0 20 0 18 0 184084154 19430449152 13933 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4743762 13933 5659 1 0 550755 0
[pid=957411/tid=957413] ppid=957408 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 5326 0 0 0 5 2 0 0 20 0 18 0 184084154 19430449152 13933 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184084160 19430449152 13933 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184084161 19430449152 13933 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55732 KiB

[startup+0.217105 s]*
/proc/loadavg: 4.18 4.24 3.89 7/318 957429
/proc/meminfo: memFree=121614004/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=18975048 memory=60960 CPUtime=0.31 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 7153 0 0 0 27 4 0 0 20 0 18 0 184084154 19430449152 15240 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4743762 15240 5699 1 0 551390 0
[pid=957411/tid=957413] ppid=957408 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 5713 0 0 0 17 3 0 0 20 0 18 0 184084154 19430449152 15240 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184084160 19430449152 15240 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184084161 19430449152 15240 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60960 KiB

[startup+0.326696 s]*
/proc/loadavg: 4.18 4.24 3.89 6/318 957429
/proc/meminfo: memFree=121608480/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=18975048 memory=63972 CPUtime=0.48 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 7432 0 0 0 44 4 0 0 20 0 18 0 184084154 19430449152 15993 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4743762 15993 5709 1 0 551580 0
[pid=957411/tid=957413] ppid=957408 vsize=18975048 memory=-8601143449092399804 CPUtime=0.29 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 1077936192 5888 0 0 0 26 3 0 0 20 0 18 0 184084154 19430449152 15993 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184084160 19430449152 15993 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184084161 19430449152 15993 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63972 KiB

[startup+0.701217 s]
/proc/loadavg: 4.18 4.24 3.89 8/319 957430
/proc/meminfo: memFree=121596560/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19041612 memory=86300 CPUtime=1.15 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 8862 0 0 0 110 5 0 0 20 0 19 0 184084154 19498610688 21575 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4760403 21575 5840 1 0 552490 0
[pid=957411/tid=957413] ppid=957408 vsize=19041612 memory=5512 CPUtime=0.58 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 6091 0 0 0 55 3 0 0 20 0 19 0 184084154 19498610688 21575 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184084160 19498610688 21575 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19041612 memory=279791886721704 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184084161 19498610688 21575 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184084199 19498610688 21575 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86300 KiB

[startup+1.50029 s]
/proc/loadavg: 4.18 4.24 3.89 7/319 957430
/proc/meminfo: memFree=121533508/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=175848 CPUtime=2.73 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 16960 0 0 0 264 9 0 0 20 0 20 0 184084154 19566772224 43962 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 43962 5856 1 0 555364 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=11992 CPUtime=1.29 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 7296 0 0 0 124 5 0 0 20 0 20 0 184084154 19566772224 43962 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 43962 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184084161 19566772224 43962 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=279791886574864 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 43962 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175848 KiB

[startup+3.10622 s]
/proc/loadavg: 4.25 4.25 3.89 8/320 957432
/proc/meminfo: memFree=121294296/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=400048 CPUtime=5.73 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 25922 0 0 0 558 15 0 0 20 0 20 0 184084154 19566772224 100012 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 100012 5888 1 0 559618 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=0 CPUtime=2.85 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 7877 0 0 0 275 10 0 0 20 0 20 0 184084154 19566772224 100012 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 100012 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 184084161 19566772224 100012 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 100012 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 400048 KiB

[startup+6.30043 s]
/proc/loadavg: 4.25 4.25 3.89 5/320 957434
/proc/meminfo: memFree=120941756/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=811620 CPUtime=9.29 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 26819 0 0 0 905 24 0 0 20 0 20 0 184084154 19566772224 202905 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 202905 5904 1 0 559620 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=11992 CPUtime=6.01 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 8196 0 0 0 583 18 0 0 20 0 20 0 184084154 19566772224 202905 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 202905 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 184084161 19566772224 202905 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=175860 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 202905 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 811620 KiB

[startup+12.7005 s]
/proc/loadavg: 4.28 4.26 3.90 5/320 957434
/proc/meminfo: memFree=120537324/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=1141552 CPUtime=16.49 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 34422 0 0 0 1617 32 0 0 20 0 20 0 184084154 19566772224 285388 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 285388 5904 1 0 559620 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=0 CPUtime=12.23 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 9177 0 0 0 1199 24 0 0 20 0 20 0 184084154 19566772224 285388 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 285388 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=994056 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 184084161 19566772224 285388 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 285388 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 16.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1141552 KiB

[startup+25.5005 s]
/proc/loadavg: 4.24 4.25 3.90 5/320 957437
/proc/meminfo: memFree=119867100/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=1765324 CPUtime=30.3 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 44978 0 0 0 2985 45 0 0 20 0 20 0 184084154 19566772224 441331 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 441331 5904 1 0 666179 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=994056 CPUtime=24.73 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 11751 0 0 0 2439 34 0 0 20 0 20 0 184084154 19566772224 441331 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=-8601143449092399804 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 441331 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 184084161 19566772224 441331 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 441331 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 30.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1765324 KiB

[startup+51.1144 s]
/proc/loadavg: 4.22 4.24 3.91 5/320 957440
/proc/meminfo: memFree=119321836/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=2270260 CPUtime=56.58 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 57784 0 0 0 5599 59 0 0 20 0 20 0 184084154 19566772224 567565 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 567565 5904 1 0 793593 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=1765388 CPUtime=49.65 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 14305 0 0 0 4920 45 0 0 20 0 20 0 184084154 19566772224 567565 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 567565 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0

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

[startup+3282.3 s]
/proc/loadavg: 4.57 4.44 4.30 5/317 959336
/proc/meminfo: memFree=116951296/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=2836768 CPUtime=3289.13 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 249101 0 0 0 328581 332 0 0 20 0 20 0 184084154 19566772224 709192 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 709192 5935 1 0 793715 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=2834720 CPUtime=3246.88 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 104043 0 0 0 324604 84 0 0 20 0 20 0 184084154 19566772224 709192 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=2836768 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 709192 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=2836768 CPUtime=0.01 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 4015 0 0 0 0 1 0 0 20 0 20 0 184084161 19566772224 709192 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 709192 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 3289.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2836768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.37 4.28 5/317 959346
/proc/meminfo: memFree=116917936/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=2842964 CPUtime=3349.15 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 253001 0 0 0 334579 336 0 0 20 0 20 0 184084154 19566772224 710741 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 710741 5935 1 0 793721 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=2840916 CPUtime=3306.29 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 105692 0 0 0 330544 85 0 0 20 0 20 0 184084154 19566772224 710741 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=2842964 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 710741 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=2842964 CPUtime=0.01 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 4121 0 0 0 0 1 0 0 20 0 20 0 184084161 19566772224 710741 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 710741 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 3349.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2842964 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.33 4.27 5/319 959360
/proc/meminfo: memFree=116886852/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=2849136 CPUtime=3409.14 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 256600 0 0 0 340573 341 0 0 20 0 20 0 184084154 19566772224 712284 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 712284 5935 1 0 793721 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=2840888 CPUtime=3365.68 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 107292 0 0 0 336483 85 0 0 20 0 20 0 184084154 19566772224 712284 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=2847088 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 712284 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=2847088 CPUtime=0.01 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 4208 0 0 0 0 1 0 0 20 0 20 0 184084161 19566772224 712284 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=2849136 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 712284 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 3409.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2849136 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.32 4.27 5/319 959438
/proc/meminfo: memFree=117958300/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=2853248 CPUtime=3469.14 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 259808 0 0 0 346568 346 0 0 20 0 20 0 184084154 19566772224 713312 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 713312 5935 1 0 793721 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=2840888 CPUtime=3425.17 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 109203 0 0 0 342431 86 0 0 20 0 20 0 184084154 19566772224 713312 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=2853248 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 713312 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=2853248 CPUtime=0.01 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 4209 0 0 0 0 1 0 0 20 0 20 0 184084161 19566772224 713312 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=-8601143449092399804 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 713312 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 3469.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2853248 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.27 4.26 5/319 959449
/proc/meminfo: memFree=117493560/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=2859464 CPUtime=3529.24 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 262983 0 0 0 352573 351 0 0 20 0 20 0 184084154 19566772224 714866 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 714866 5935 1 0 793731 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=43480 CPUtime=3484.6 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 110770 0 0 0 348374 86 0 0 20 0 20 0 184084154 19566772224 714866 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=19104 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 714866 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=2859448 CPUtime=0.01 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 4287 0 0 0 0 1 0 0 20 0 20 0 184084161 19566772224 714866 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=2859464 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 714866 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 3529.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2859464 KiB

[startup+3582.3 s]
/proc/loadavg: 4.26 4.28 4.26 5/319 959459
/proc/meminfo: memFree=117443116/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=2863576 CPUtime=3589.29 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 266047 0 0 0 358573 356 0 0 20 0 20 0 184084154 19566772224 715894 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 715894 5935 1 0 793731 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=2863576 CPUtime=3544.09 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 112464 0 0 0 354322 87 0 0 20 0 20 0 184084154 19566772224 715894 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=2863576 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 715894 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=11600 CPUtime=0.01 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 4334 0 0 0 0 1 0 0 20 0 20 0 184084161 19566772224 715894 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=43480 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 715894 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 3589.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2863576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593 s]*
/proc/loadavg: 4.20 4.27 4.26 5/319 959460
/proc/meminfo: memFree=117436864/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19108176 memory=2865624 CPUtime=3600.01 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 266739 0 0 0 359645 356 0 0 20 0 20 0 184084154 19566772224 716406 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4777044 716406 5935 1 0 793731 0
[pid=957411/tid=957413] ppid=957408 vsize=19108176 memory=-8529085846464537276 CPUtime=3554.74 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) R 957408 957411 955693 0 -1 4194368 112710 0 0 0 355387 87 0 0 20 0 20 0 184084154 19566772224 716406 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184084160 19566772224 716406 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19108176 memory=3672 CPUtime=0.01 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) S 957408 957411 955693 0 -1 1077936192 4334 0 0 0 0 1 0 0 20 0 20 0 184084161 19566772224 716406 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957430] ppid=957408 vsize=19108176 memory=31652 CPUtime=0 cores=5,7
/proc/957411/task/957430/stat : 957430 (Timer-0) S 957408 957411 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184084199 19566772224 716406 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2865624 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.63 s, system=3.59313 s

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

[startup+3593.12 s]
/proc/loadavg: 4.20 4.27 4.26 5/319 959460
/proc/meminfo: memFree=117436864/131655788 swapFree=131071996/131071996
[pid=957411] ppid=957408 vsize=19307868 memory=2866352 CPUtime=3600.19 cores=5,7
/proc/957411/stat : 957411 (java) S 957408 957411 955693 0 -1 1077936128 270058 0 0 0 359662 357 0 0 20 0 16 0 184084154 19771256832 716588 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
/proc/957411/statm: 4826967 716588 5931 1 0 794634 0
[pid=957411/tid=957413] ppid=957408 vsize=19307868 memory=2861512 CPUtime=3554.81 cores=5,7
/proc/957411/task/957413/stat : 957413 (java) S 957408 957411 955693 0 -1 1077936192 112803 0 0 0 355394 87 0 0 20 0 16 0 184084154 19771256832 716640 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957422] ppid=957408 vsize=19307868 memory=2863576 CPUtime=0 cores=5,7
/proc/957411/task/957422/stat : 957422 (Finalizer) S 957408 957411 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 16 0 184084160 19771256832 716640 134679101440 93848264351744 93848264355440 140725911547040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
[pid=957411/tid=957429] ppid=957408 vsize=19307868 memory=2863576 CPUtime=0.01 cores=5,7
/proc/957411/task/957429/stat : 957429 (Common-Cleaner) R 957408 957411 955693 0 -1 1077936192 4334 0 0 0 0 1 0 0 20 0 16 0 184084161 19771256832 716690 134679101440 93848264351744 93848264355440 140725911547040 0 0 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93848264363256 93848264364048 93848275824640 140725911553012 140725911553120 140725911553120 140725911560136 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2866352 KiB

Child status: 143

Real time (s): 3593.14
CPU time (s): 3600.22
CPU user time (s): 3596.63
CPU system time (s): 3.59313
CPU usage (%): 100.197
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2866352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.63
system time used= 3.59313
maximum resident set size= 2867220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270108
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125154
involuntary context switches= 5152


# summary of solver processes directly reported to runsolver:
#   pid: 957411
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.63
#   total CPU system time (s): 3.59313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.9677 second user time and 39.6628 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 51f776679cf4368d72b5455aa221d9d6
RANDOM SEED=1183046750

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		: 3503.195
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		: 3591.944
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.507
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.268
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		: 3559.922
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		: 3491.963
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.470
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.248
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:        121651896 kB
MemAvailable:   122522516 kB
Buffers:          519160 kB
Cached:          1189392 kB
SwapCached:            0 kB
Active:          1014704 kB
Inactive:        8427892 kB
Active(anon):       1500 kB
Inactive(anon):  7770240 kB
Active(file):    1013204 kB
Inactive(file):   657652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               728 kB
Writeback:             0 kB
AnonPages:       7734072 kB
Mapped:           125636 kB
Shmem:             37704 kB
KReclaimable:      79588 kB
Slab:             179632 kB
SReclaimable:      79588 kB
SUnreclaim:       100044 kB
KernelStack:        4812 kB
PageTables:        24908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10395788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7546880 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 19:14:43