Trace number 4444991

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.27 3586.14

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMbbc1115e586f74a0f8929a975bad121a
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.011913
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
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 constraint68
Maximum length of a constraint68
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 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2115194816
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4444991-1721318584.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.009s.
0.13/0.16	c declared #vars     68
0.13/0.16	c #constraints  2
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.13/0.16	c 2 constraints processed.
10.24/8.00	c cleaning 2501 clauses out of 5002 with flag 0/5002
42.56/39.25	c cleaning 4250 clauses out of 8499 with flag 0/11000
134.56/130.21	c cleaning 5625 clauses out of 11249 with flag 0/18000
243.13/237.90	c cleaning 6812 clauses out of 13624 with flag 0/26000
373.86/368.24	c cleaning 7906 clauses out of 15812 with flag 0/35000
539.67/533.99	c cleaning 8950 clauses out of 17906 with flag 0/45000
783.87/777.80	c cleaning 9977 clauses out of 19956 with flag 0/56000
1128.00/1122.05	c cleaning 10986 clauses out of 21979 with flag 0/68000
1793.31/1786.00	c cleaning 11993 clauses out of 23993 with flag 0/81000
2614.94/2604.83	c cleaning 12997 clauses out of 26001 with flag 0/95001
3542.31/3528.60	c cleaning 13995 clauses out of 28004 with flag 0/110001
3600.08/3586.03	c starts		: 6
3600.08/3586.05	c conflicts		: 111110
3600.08/3586.06	c timeout
3600.08/3586.06	c decisions		: 118830
3600.08/3586.06	c propagations		: 582258
3600.08/3586.06	c inspects		: 1916346368
3600.08/3586.06	c shortcuts		: 0
3600.08/3586.06	c learnt literals	: 0
3600.08/3586.06	c learnt binary clauses	: 0
3600.08/3586.07	c learnt ternary clauses	: 0
3600.08/3586.07	c learnt constraints	: 111110
3600.08/3586.07	c ignored constraints	: 0
3600.08/3586.07	c root simplifications	: 0
3600.08/3586.07	c removed literals (reason simplification)	: 0
3600.08/3586.07	c reason swapping (by a shorter reason)	: 0
3600.08/3586.07	c Calls to reduceDB	: 11
3600.08/3586.07	c Number of update (reduction) of LBD	: 84130
3600.08/3586.07	c Imported unit clauses	: 0
3600.08/3586.07	c No decision after first conflict	: false
3600.08/3586.07	c number of reductions to clauses (during analyze)	: 0
3600.08/3586.07	c number of learned constraints concerned by reduction	: 0
3600.08/3586.07	c number of learning phase by resolution	: 0
3600.08/3586.07	c number of learning phase by cutting planes	: 0
3600.08/3586.07	c number of rounding to 1 operations	: 0
3600.08/3586.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3586.07	c number of reductions of the coefficients by power 2 	: 0
3600.08/3586.07	c number of right shift for reduction by power 2 	: 0
3600.08/3586.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3586.07	c number of ending skipping 	: 0
3600.08/3586.07	c number of internal skipping 	: 0
3600.08/3586.07	c number of derivation steps 	: 456546
3600.08/3586.07	c number of skipped derivation steps 	: 0
3600.08/3586.07	c number of remaining unassigned 	: 22320
3600.08/3586.08	c number of remaining assigned 	: 15247602
3600.08/3586.08	c number of falsified literals weakened from reason	: 0
3600.08/3586.08	c number of falsified literals weakened from conflict	: 0
3600.08/3586.08	c time for arithmetic operations	: 1379076569
3600.08/3586.08	c minimum degree of deleted constraints	: 1
3600.08/3586.08	c maximum degree of deleted constraints	: 485654651459848805001882855339591620293418117896532093023257899659815594199593161691992630233759864927993739393555078822487458351368228782807498500179112888905334656596197277787022000621252196555293176746612000
3600.08/3586.08	c number of deleted constraints	: 95992
3600.08/3586.08	c speed (assignments/second)	: 162.37339371765125
3600.08/3586.08	c non guided choices	: 55
3600.08/3586.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 31
3600.08/3586.09	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15087
3600.08/3586.09	s UNKNOWN
3600.08/3586.09	c Total wall clock time (in seconds): 3585.945

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 4.99 3.52 3.35 5/320 957170
/proc/meminfo: memFree=121466984/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=18975048 memory=64268 CPUtime=0.13 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 7093 0 0 0 11 2 0 0 20 0 18 0 184014802 19430449152 16067 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4743762 16067 5552 1 0 551446 0
[pid=957152/tid=957154] ppid=957149 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 5679 0 0 0 7 1 0 0 20 0 18 0 184014802 19430449152 16067 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184014805 19430449152 16067 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184014806 19430449152 16067 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64268 KiB

[startup+0.205895 s]*
/proc/loadavg: 4.99 3.52 3.35 7/321 957171
/proc/meminfo: memFree=121456020/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19041612 memory=75912 CPUtime=0.34 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 7706 0 0 0 31 3 0 0 20 0 19 0 184014802 19498610688 18978 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4760403 18978 5829 1 0 552116 0
[pid=957152/tid=957154] ppid=957149 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 5981 0 0 0 16 2 0 0 20 0 19 0 184014802 19498610688 18978 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19041612 memory=5697 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184014805 19498610688 18978 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19041612 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184014806 19498610688 18978 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184014819 19498610688 18978 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75912 KiB

[startup+0.305894 s]*
/proc/loadavg: 4.99 3.52 3.35 8/321 957171
/proc/meminfo: memFree=121433132/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19041612 memory=98352 CPUtime=0.53 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 8700 0 0 0 50 3 0 0 20 0 19 0 184014802 19498610688 24588 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4760403 24588 5829 1 0 552566 0
[pid=957152/tid=957154] ppid=957149 vsize=19041612 memory=-8527963253682512572 CPUtime=0.27 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 6004 0 0 0 25 2 0 0 20 0 19 0 184014802 19498610688 24588 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184014805 19498610688 24588 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184014806 19498610688 24588 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184014819 19498610688 24588 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98352 KiB

[startup+0.700896 s]
/proc/loadavg: 4.99 3.52 3.35 7/321 957171
/proc/meminfo: memFree=121367072/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=169692 CPUtime=1.28 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 10564 0 0 0 123 5 0 0 20 0 20 0 184014802 19566772224 42423 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 42423 5861 1 0 554001 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=43480 CPUtime=0.61 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 6044 0 0 0 58 3 0 0 20 0 20 0 184014802 19566772224 42423 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 42423 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 42423 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 42423 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 169692 KiB

[startup+1.50024 s]
/proc/loadavg: 4.99 3.52 3.35 6/322 957172
/proc/meminfo: memFree=121343044/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=252156 CPUtime=2.85 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 25022 0 0 0 277 8 0 0 20 0 20 0 184014802 19566772224 63039 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 63039 5877 1 0 559893 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=11992 CPUtime=1.37 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 6337 0 0 0 133 4 0 0 20 0 20 0 184014802 19566772224 63039 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 63039 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 63039 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 63039 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 252156 KiB

[startup+3.10591 s]
/proc/loadavg: 4.99 3.52 3.35 5/322 957172
/proc/meminfo: memFree=120917372/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=635692 CPUtime=5.09 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 26191 0 0 0 493 16 0 0 20 0 20 0 184014802 19566772224 158923 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 158923 5877 1 0 559899 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=0 CPUtime=2.94 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 6911 0 0 0 282 12 0 0 20 0 20 0 184014802 19566772224 158923 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=-8527963253682512572 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 158923 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 158923 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 158923 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 5.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 635692 KiB

[startup+6.30044 s]
/proc/loadavg: 4.99 3.55 3.36 5/322 957172
/proc/meminfo: memFree=120330584/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=1194392 CPUtime=8.53 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 27774 0 0 0 826 27 0 0 20 0 20 0 184014802 19566772224 298598 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 298598 5877 1 0 666424 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=2312 CPUtime=6.03 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 7215 0 0 0 581 22 0 0 20 0 20 0 184014802 19566772224 298598 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 298598 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 298598 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 298598 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 8.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1194392 KiB

[startup+12.7009 s]
/proc/loadavg: 4.91 3.55 3.36 5/322 957174
/proc/meminfo: memFree=120273400/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=1249264 CPUtime=15.62 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 30443 0 0 0 1533 29 0 0 20 0 20 0 184014802 19566772224 312316 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 312316 5877 1 0 666459 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=11992 CPUtime=12.33 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 8634 0 0 0 1210 23 0 0 20 0 20 0 184014802 19566772224 312316 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=1205996 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 312316 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=43480 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 312316 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 312316 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 15.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1249264 KiB

[startup+25.5005 s]
/proc/loadavg: 4.71 3.58 3.37 5/322 957175
/proc/meminfo: memFree=119817624/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=1605924 CPUtime=28.66 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 35515 0 0 0 2829 37 0 0 20 0 20 0 184014802 19566772224 401481 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 401481 5877 1 0 666461 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=6943526294502006880 CPUtime=24.8 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 10127 0 0 0 2451 29 0 0 20 0 20 0 184014802 19566772224 401481 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 401481 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=4357 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 401481 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 401481 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 28.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1605924 KiB

[startup+51.1136 s]
/proc/loadavg: 4.54 3.63 3.39 5/321 957180
/proc/meminfo: memFree=119213580/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=2118160 CPUtime=54.8 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 48164 0 0 0 5430 50 0 0 20 0 20 0 184014802 19566772224 529540 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 529540 5877 1 0 793886 0

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

/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 650305 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=2601220 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 3445 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 650305 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 650305 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 3234.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601220 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.28 4.23 5/320 958963
/proc/meminfo: memFree=119108268/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=2605344 CPUtime=3294.99 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 239923 0 0 0 329227 272 0 0 20 0 20 0 184014802 19566772224 651336 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 651336 5906 1 0 794278 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=11600 CPUtime=3243.54 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 97661 0 0 0 324291 63 0 0 20 0 20 0 184014802 19566772224 651336 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=2605344 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 651336 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=2605344 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 3521 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 651336 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=2605344 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 651336 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 3294.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605344 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.23 4.21 5/323 959144
/proc/meminfo: memFree=119068292/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=2609452 CPUtime=3354.97 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 242305 0 0 0 335221 276 0 0 20 0 20 0 184014802 19566772224 652363 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 652363 5906 1 0 794278 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=279305884627232 CPUtime=3303 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 98844 0 0 0 330237 63 0 0 20 0 20 0 184014802 19566772224 652363 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 652363 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=2607392 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 3601 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 652363 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=2607392 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 652363 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 3354.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2609452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.22 4.20 5/323 959155
/proc/meminfo: memFree=119031256/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=2613560 CPUtime=3415.13 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 244238 0 0 0 341231 282 0 0 20 0 20 0 184014802 19566772224 653390 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 653390 5906 1 0 794278 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=0 CPUtime=3362.48 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 100103 0 0 0 336184 64 0 0 20 0 20 0 184014802 19566772224 653390 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 653390 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=2611500 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 3681 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 653390 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=2611512 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 653390 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 3415.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2613560 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.21 4.20 5/320 959167
/proc/meminfo: memFree=119004012/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=2615616 CPUtime=3475.58 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 247528 0 0 0 347273 285 0 0 20 0 20 0 184014802 19566772224 653904 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 653904 5906 1 0 794278 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=2611500 CPUtime=3421.7 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 101609 0 0 0 342105 65 0 0 20 0 20 0 184014802 19566772224 653904 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=2611512 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 653904 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=2615616 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 3768 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 653904 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 653904 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 3475.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2615616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.20 4.19 5/320 959188
/proc/meminfo: memFree=118968672/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=2619732 CPUtime=3535.98 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 250769 0 0 0 353308 290 0 0 20 0 20 0 184014802 19566772224 654933 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 654933 5906 1 0 794278 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=2615616 CPUtime=3480.97 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 103286 0 0 0 348032 65 0 0 20 0 20 0 184014802 19566772224 654933 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 654933 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 3857 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 654933 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 654933 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 3535.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2619732 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/320 959200
/proc/meminfo: memFree=118943640/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=2623856 CPUtime=3596.38 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 255651 0 0 0 359343 295 0 0 20 0 20 0 184014802 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 655964 5906 1 0 794280 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=11600 CPUtime=3540.29 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 105279 0 0 0 353964 65 0 0 20 0 20 0 184014802 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=2623856 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=2623856 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 3955 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=2623856 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 3596.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2623856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586 s]*
/proc/loadavg: 4.12 4.17 4.18 6/320 959200
/proc/meminfo: memFree=118939496/131655788 swapFree=131071996/131071996
[pid=957152] ppid=957149 vsize=19108176 memory=2623856 CPUtime=3600.08 cores=4,6
/proc/957152/stat : 957152 (java) S 957149 957152 955693 0 -1 1077936128 255709 0 0 0 359713 295 0 0 20 0 20 0 184014802 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
/proc/957152/statm: 4777044 655964 5906 1 0 794280 0
[pid=957152/tid=957154] ppid=957149 vsize=19108176 memory=5488 CPUtime=3543.99 cores=4,6
/proc/957152/task/957154/stat : 957154 (java) R 957149 957152 955693 0 -1 4194368 105337 0 0 0 354334 65 0 0 20 0 20 0 184014802 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957163] ppid=957149 vsize=19108176 memory=2680 CPUtime=0 cores=4,6
/proc/957152/task/957163/stat : 957163 (Finalizer) S 957149 957152 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184014805 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957170] ppid=957149 vsize=19108176 memory=-7089077746938831487 CPUtime=0 cores=4,6
/proc/957152/task/957170/stat : 957170 (Common-Cleaner) S 957149 957152 955693 0 -1 1077936192 3955 0 0 0 0 0 0 0 20 0 20 0 184014806 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
[pid=957152/tid=957171] ppid=957149 vsize=19108176 memory=28436 CPUtime=0 cores=4,6
/proc/957152/task/957171/stat : 957171 (Timer-0) S 957149 957152 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184014819 19566772224 655964 134679101440 94702257831936 94702257835632 140733274926624 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94702257843448 94702257844240 94702272458752 140733274928116 140733274928224 140733274928224 140733274935240 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2623856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.29 s, system=2.97606 s

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

[startup+3586.12 s]*
/proc/loadavg: 4.12 4.17 4.18 5/302 959203
/proc/meminfo: memFree=121506616/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3586.14
CPU time (s): 3600.27
CPU user time (s): 3597.29
CPU system time (s): 2.97606
CPU usage (%): 100.394
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2623856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.29
system time used= 2.97606
maximum resident set size= 2625444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128780
involuntary context switches= 6456


# summary of solver processes directly reported to runsolver:
#   pid: 957152
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3597.29
#   total CPU system time (s): 2.97606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.629 second user time and 39.0448 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 18:03:16
IDJOB=4444991
IDBENCH=148096
IDSOLVER=3052
FILE ID=nodeC008/4444991-1721318584
RUNJOBID= nodeC008-1721318349-955704
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= bbc1115e586f74a0f8929a975bad121a
RANDOM SEED=538386937

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.299
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		: 3634.320
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		: 3524.461
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:        121511084 kB
MemAvailable:   122377676 kB
Buffers:          518464 kB
Cached:          1186164 kB
SwapCached:            0 kB
Active:          1014148 kB
Inactive:        8569720 kB
Active(anon):       1476 kB
Inactive(anon):  7915516 kB
Active(file):    1012672 kB
Inactive(file):   654204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1200 kB
Writeback:             0 kB
AnonPages:       7879304 kB
Mapped:           125844 kB
Shmem:             37704 kB
KReclaimable:      79496 kB
Slab:             179228 kB
SReclaimable:      79496 kB
SUnreclaim:        99732 kB
KernelStack:        4880 kB
PageTables:        25524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12017644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7593984 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:03:02