Trace number 4444421

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-12UNSAT 182.215 172.104

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564281.opb
MD5SUM805ed681f1e939847797e19474cd24e9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.495709
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.19	c version CUSTOM.v20240707
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.21	c os.arch		amd64
0.14/0.22	c Free memory 		2115194816
0.14/0.22	c Max memory 		16282288128
0.31/0.24	c Total memory 		2122317824
0.31/0.24	c Number of processors 	2
0.46/0.41	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.41	 - never skip resolution steps
0.46/0.41	 - Auto-division on coefficients is disabled
0.46/0.41	 - No postprocessing
0.46/0.41	 - Conflict is considered as is when resolving
0.46/0.41	 - Use constraints as they come during conflict analysis
0.46/0.41	 - Weaken first using unassigned literals
0.46/0.41	 - Bump strategy: ALWAYS_ONE
0.46/0.41	 - Bumper: EFFECTIVE
0.46/0.41	--- Begin Solver configuration ---
0.46/0.41	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.41	Learn all clauses as in MiniSAT
0.46/0.41	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.41	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.41	No reason simplification
0.46/0.41	Dynamic restart strategy considering the size of the coefficients
0.46/0.41	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.41	timeout=2147483s
0.46/0.41	DB Simplification allowed=false
0.46/0.41	Listener: none
0.46/0.41	--- End Solver configuration ---
0.46/0.42	c Pseudo Boolean Optimization by upper bound
0.46/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.42	c  - never skip resolution steps
0.46/0.42	c  - Auto-division on coefficients is disabled
0.46/0.42	c  - No postprocessing
0.46/0.42	c  - Conflict is considered as is when resolving
0.46/0.42	c  - Use constraints as they come during conflict analysis
0.46/0.42	c  - Weaken first using unassigned literals
0.46/0.42	c  - Bump strategy: ALWAYS_ONE
0.46/0.42	c  - Bumper: EFFECTIVE
0.46/0.42	c --- Begin Solver configuration ---
0.46/0.42	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.42	c Learn all clauses as in MiniSAT
0.46/0.42	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.42	c No reason simplification
0.46/0.42	c Dynamic restart strategy considering the size of the coefficients
0.46/0.42	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.42	c timeout=2147483s
0.46/0.42	c DB Simplification allowed=false
0.46/0.42	c Listener: none
0.46/0.42	c --- End Solver configuration ---
0.46/0.42	c solving HOME/instance-4444421-1721318337.opb
0.46/0.42	c reading problem ... 
0.46/0.42	c  no objective function found
0.98/0.65	c ... done. Wall clock time 0.221s.
0.98/0.65	c declared #vars     231
0.98/0.65	c #constraints  2707
0.98/0.65	c constraints type 
0.98/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.98/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.98/0.65	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.98/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.98/0.65	c 2707 constraints processed.
20.80/15.28	c cleaning 2498 clauses out of 5001 with flag 0/5001
47.78/41.22	c cleaning 4245 clauses out of 8502 with flag 0/11000
90.87/82.80	c cleaning 5628 clauses out of 11258 with flag 0/18001
145.32/135.87	c cleaning 6808 clauses out of 13629 with flag 0/26000
182.10/172.04	c starts		: 39
182.10/172.05	c conflicts		: 31430
182.10/172.05	c decisions		: 63727
182.10/172.05	c propagations		: 1370533
182.10/172.05	c inspects		: 139691454
182.10/172.05	c shortcuts		: 0
182.10/172.05	c learnt literals	: 0
182.10/172.05	c learnt binary clauses	: 0
182.10/172.05	c learnt ternary clauses	: 8
182.10/172.05	c learnt constraints	: 31429
182.10/172.05	c ignored constraints	: 0
182.10/172.05	c root simplifications	: 0
182.10/172.05	c removed literals (reason simplification)	: 0
182.10/172.05	c reason swapping (by a shorter reason)	: 0
182.10/172.05	c Calls to reduceDB	: 4
182.10/172.05	c Number of update (reduction) of LBD	: 51167
182.10/172.05	c Imported unit clauses	: 0
182.10/172.05	c No decision after first conflict	: false
182.10/172.05	c number of reductions to clauses (during analyze)	: 0
182.10/172.05	c number of learned constraints concerned by reduction	: 0
182.10/172.05	c number of learning phase by resolution	: 0
182.10/172.05	c number of learning phase by cutting planes	: 0
182.10/172.05	c number of rounding to 1 operations	: 0
182.10/172.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
182.10/172.05	c number of reductions of the coefficients by power 2 	: 0
182.10/172.05	c number of right shift for reduction by power 2 	: 0
182.10/172.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
182.10/172.05	c number of ending skipping 	: 0
182.10/172.05	c number of internal skipping 	: 0
182.10/172.05	c number of derivation steps 	: 276896
182.10/172.05	c number of skipped derivation steps 	: 0
182.10/172.05	c number of remaining unassigned 	: 225842
182.10/172.06	c number of remaining assigned 	: 2574730
182.10/172.06	c number of falsified literals weakened from reason	: 0
182.10/172.06	c number of falsified literals weakened from conflict	: 0
182.10/172.06	c time for arithmetic operations	: 851314489
182.10/172.06	c minimum degree of deleted constraints	: 1
182.10/172.06	c maximum degree of deleted constraints	: 12364635280669417116870946941837641760
182.10/172.06	c number of deleted constraints	: 19179
182.10/172.06	c speed (assignments/second)	: 7996.06186661688
182.10/172.06	c non guided choices	: 121
182.10/172.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1042
182.10/172.06	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 78
182.10/172.06	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11130
182.10/172.06	s UNSATISFIABLE
182.10/172.06	c Total wall clock time (in seconds): 171.645

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=955766, runsolver pid=955751

[startup+0.100101 s]*
/proc/loadavg: 1.29 1.69 2.86 14/312 955835
/proc/meminfo: memFree=128965092/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=18975048 memory=55660 CPUtime=0.14 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 6416 0 0 0 10 4 0 0 20 0 18 0 183990130 19430449152 13915 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4743762 13915 5693 1 0 550747 0
[pid=955766/tid=955771] ppid=955751 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 5352 0 0 0 6 3 0 0 20 0 18 0 183990131 19430449152 13915 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183990137 19430449152 13915 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183990138 19430449152 13915 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55660 KiB

[startup+0.226229 s]*
/proc/loadavg: 1.29 1.69 2.86 15/312 955835
/proc/meminfo: memFree=128948844/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=18975048 memory=60648 CPUtime=0.31 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 7119 0 0 0 27 4 0 0 20 0 18 0 183990130 19430449152 15162 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4743762 15162 5719 1 0 551324 0
[pid=955766/tid=955771] ppid=955751 vsize=18975048 memory=664970851429515395 CPUtime=0.19 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 5689 0 0 0 16 3 0 0 20 0 18 0 183990131 19430449152 15162 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183990137 19430449152 15162 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183990138 19430449152 15162 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60648 KiB

[startup+0.3152 s]*
/proc/loadavg: 1.29 1.69 2.86 14/312 955835
/proc/meminfo: memFree=128928648/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=18975048 memory=66024 CPUtime=0.46 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 7323 0 0 0 41 5 0 0 20 0 18 0 183990130 19430449152 16506 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4743762 16506 5760 1 0 551518 0
[pid=955766/tid=955771] ppid=955751 vsize=18975048 memory=-9104135942529393340 CPUtime=0.27 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 5836 0 0 0 23 4 0 0 20 0 18 0 183990131 19430449152 16506 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183990137 19430449152 16506 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183990138 19430449152 16506 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66024 KiB

[startup+0.701194 s]
/proc/loadavg: 1.29 1.69 2.86 13/312 955835
/proc/meminfo: memFree=128904512/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19041612 memory=81860 CPUtime=1.14 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 7776 0 0 0 108 6 0 0 20 0 19 0 183990130 19498610688 20465 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4760403 20465 5765 1 0 552160 0
[pid=955766/tid=955771] ppid=955751 vsize=19041612 memory=5512 CPUtime=0.6 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 6151 0 0 0 55 5 0 0 20 0 19 0 183990131 19498610688 20465 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183990137 19498610688 20465 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183990138 19498610688 20465 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81860 KiB

[startup+1.50619 s]
/proc/loadavg: 1.29 1.69 2.86 16/316 955839
/proc/meminfo: memFree=128739344/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=184404 CPUtime=2.71 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 20215 0 0 0 259 12 0 0 20 0 20 0 183990130 19566772224 46101 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 46101 5866 1 0 557385 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=0 CPUtime=1.28 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 6507 0 0 0 120 8 0 0 20 0 20 0 183990131 19566772224 46101 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 46101 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 46101 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 46101 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184404 KiB

[startup+3.10819 s]
/proc/loadavg: 2.15 1.86 2.91 14/319 955909
/proc/meminfo: memFree=127993056/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=378856 CPUtime=5.88 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 26905 0 0 0 570 18 0 0 20 0 20 0 183990130 19566772224 94714 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 94714 5898 1 0 559717 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=0 CPUtime=2.78 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 7057 0 0 0 266 12 0 0 20 0 20 0 183990131 19566772224 94714 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 94714 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 94714 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 94714 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 378856 KiB

[startup+6.30119 s]
/proc/loadavg: 2.15 1.86 2.91 9/320 955912
/proc/meminfo: memFree=125884012/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=911276 CPUtime=11.14 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 27792 0 0 0 1084 30 0 0 20 0 20 0 183990130 19566772224 227819 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 227819 5898 1 0 666244 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=0 CPUtime=5.9 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 7387 0 0 0 566 24 0 0 20 0 20 0 183990131 19566772224 227819 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 227819 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 227819 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=43480 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 227819 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 11.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 911276 KiB

[startup+12.7082 s]
/proc/loadavg: 2.51 1.95 2.92 7/320 955912
/proc/meminfo: memFree=124693204/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=1417540 CPUtime=17.89 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 33861 0 0 0 1747 42 0 0 20 0 20 0 183990130 19566772224 354385 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 354385 5898 1 0 666248 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=11992 CPUtime=12.13 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 9016 0 0 0 1180 33 0 0 20 0 20 0 183990131 19566772224 354385 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=1044104 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 354385 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 354385 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 354385 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 17.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1417540 KiB

[startup+25.5004 s]
/proc/loadavg: 2.89 2.05 2.95 8/320 955981
/proc/meminfo: memFree=121617060/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=1620656 CPUtime=31.52 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 39225 0 0 0 3104 48 0 0 20 0 20 0 183990130 19566772224 405164 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 405164 5898 1 0 666282 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=1620648 CPUtime=24.54 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 11533 0 0 0 2417 37 0 0 20 0 20 0 183990131 19566772224 405164 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 405164 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=2434 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 405164 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=911276 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 405164 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 31.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1620656 KiB

[startup+51.1134 s]
/proc/loadavg: 3.34 2.22 2.98 7/320 955985
/proc/meminfo: memFree=118733780/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=3381892 CPUtime=58.2 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 46397 0 0 0 5729 91 0 0 20 0 20 0 183990130 19566772224 845473 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 845473 5898 1 0 1098690 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=3381892 CPUtime=49.53 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 13893 0 0 0 4877 76 0 0 20 0 20 0 183990131 19566772224 845473 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=3381808 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 845473 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 845473 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=2129612 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 845473 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 58.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3381892 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 2.62 3.07 7/322 956065
/proc/meminfo: memFree=118696292/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=3382872 CPUtime=110.83 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 61745 0 0 0 10987 96 0 0 20 0 20 0 183990130 19566772224 845718 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 845718 5898 1 0 1098723 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=3382872 CPUtime=99.76 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 19560 0 0 0 9899 77 0 0 20 0 20 0 183990131 19566772224 845718 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=3382832 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 845718 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=3382832 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 119 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 845718 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 845718 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 110.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3382872 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 2.93 3.16 7/321 956086
/proc/meminfo: memFree=118419412/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=3434412 CPUtime=172.28 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 69988 0 0 0 17125 103 0 0 20 0 20 0 183990130 19566772224 858603 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 858603 5898 1 0 1098740 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=3395356 CPUtime=158.47 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 23534 0 0 0 15769 78 0 0 20 0 20 0 183990131 19566772224 858603 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=3393292 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 858603 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=3420076 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 161 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 858603 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 858603 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 172.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3434412 KiB

[startup+172.104 s]
# the end of solver process 955766 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=181.14 s, system=1.07531 s

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

[startup+166.4 s]
/proc/loadavg: 4.24 2.93 3.16 6/321 956087
/proc/meminfo: memFree=118402888/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=3446764 CPUtime=176.5 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 72716 0 0 0 17546 104 0 0 20 0 20 0 183990130 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 861691 5898 1 0 1098740 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=140590117367073 CPUtime=162.43 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 25010 0 0 0 16165 78 0 0 20 0 20 0 183990131 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=3407712 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=3420076 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 161 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=3397436 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 176.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3446764 KiB

[startup+169.6 s]
/proc/loadavg: 4.22 2.95 3.16 7/321 956087
/proc/meminfo: memFree=118384376/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=3446764 CPUtime=179.69 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 72775 0 0 0 17865 104 0 0 20 0 20 0 183990130 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 861691 5898 1 0 1098740 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=3446764 CPUtime=165.62 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 25069 0 0 0 16484 78 0 0 20 0 20 0 183990131 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=3446764 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=3395356 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 161 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=3397432 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 179.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3446764 KiB

[startup+171.2 s]
/proc/loadavg: 4.22 2.95 3.16 7/321 956087
/proc/meminfo: memFree=118376156/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=3446764 CPUtime=181.29 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 72788 0 0 0 18025 104 0 0 20 0 20 0 183990130 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 861691 5898 1 0 1098740 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=-9104135942529393340 CPUtime=167.21 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 25082 0 0 0 16643 78 0 0 20 0 20 0 183990131 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 161 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=19104 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 181.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3446764 KiB

[startup+171.6 s]
/proc/loadavg: 4.22 2.95 3.16 7/321 956087
/proc/meminfo: memFree=118376156/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=3446764 CPUtime=181.69 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 72788 0 0 0 18064 105 0 0 20 0 20 0 183990130 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 861691 5898 1 0 1098740 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=-9104135942529393340 CPUtime=167.61 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 25082 0 0 0 16683 78 0 0 20 0 20 0 183990131 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=43480 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 161 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 181.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3446764 KiB

[startup+172 s]*
/proc/loadavg: 4.20 2.97 3.17 6/321 956087
/proc/meminfo: memFree=118376016/131655788 swapFree=131071996/131071996
[pid=955766] ppid=955751 vsize=19108176 memory=3446764 CPUtime=182.1 cores=4,6
/proc/955766/stat : 955766 (java) S 955751 955766 955693 0 -1 1077936128 72789 0 0 0 18105 105 0 0 20 0 20 0 183990130 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
/proc/955766/statm: 4777044 861691 5898 1 0 1098740 0
[pid=955766/tid=955771] ppid=955751 vsize=19108176 memory=-9032648990731313852 CPUtime=168.02 cores=4,6
/proc/955766/task/955771/stat : 955771 (java) R 955751 955766 955693 0 -1 4194368 25083 0 0 0 16724 78 0 0 20 0 20 0 183990131 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 183990133 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955807] ppid=955751 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/955766/task/955807/stat : 955807 (Finalizer) S 955751 955766 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183990137 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955833] ppid=955751 vsize=19108176 memory=3835155060389746520 CPUtime=0 cores=4,6
/proc/955766/task/955833/stat : 955833 (Common-Cleaner) S 955751 955766 955693 0 -1 1077936192 161 0 0 0 0 0 0 0 20 0 20 0 183990138 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
[pid=955766/tid=955837] ppid=955751 vsize=19108176 memory=4828 CPUtime=0 cores=4,6
/proc/955766/task/955837/stat : 955837 (Timer-0) S 955751 955766 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183990195 19566772224 861691 134679101440 94787430658048 94787430661744 140735288192128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94787430669560 94787430670352 94787460521984 140735288194036 140735288194144 140735288194144 140735288201160 0
Current children cumulated CPU time: 182.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3446764 KiB

Child status: 20

Real time (s): 172.104
CPU time (s): 182.215
CPU user time (s): 181.14
CPU system time (s): 1.07531
CPU usage (%): 105.875
Max. virtual memory (cumulated for all children) (KiB): 19111988
Max. memory (cumulated for all children) (KiB): 3446764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.14
system time used= 1.07531
maximum resident set size= 3448156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7434
involuntary context switches= 1043


# summary of solver processes directly reported to runsolver:
#   pid: 955766
#   total CPU time (s): 182.215
#   total CPU user time (s): 181.14
#   total CPU system time (s): 1.07531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.955691 second user time and 1.70963 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 17:59:09
IDJOB=4444421
IDBENCH=147967
IDSOLVER=3052
FILE ID=nodeC008/4444421-1721318337
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/namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444421-1721318337/watcher-4444421-1721318337 -o /tmp/evaluation-result-4444421-1721318337/solver-4444421-1721318337 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955704 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444421-1721318337.opb

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

MD5SUM BENCH= 805ed681f1e939847797e19474cd24e9
RANDOM SEED=212533017

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		: 1197.256
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		: 1197.246
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.245
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.253
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		: 1197.271
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.255
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.245
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.244
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:        129107160 kB
MemAvailable:   129970180 kB
Buffers:          518116 kB
Cached:          1183040 kB
SwapCached:            0 kB
Active:          1011712 kB
Inactive:         992404 kB
Active(anon):       1360 kB
Inactive(anon):   339336 kB
Active(file):    1010352 kB
Inactive(file):   653068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2676 kB
Writeback:             0 kB
AnonPages:        303168 kB
Mapped:           105148 kB
Shmem:             37704 kB
KReclaimable:      79264 kB
Slab:             178532 kB
SReclaimable:      79264 kB
SUnreclaim:        99268 kB
KernelStack:        3684 kB
PageTables:         9892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     626652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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 18:02:01