Trace number 4445351

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.28 3593.54

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM471fd854f2c30bf1b2104c39e43ffd70
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.198066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
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 constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.18	c version CUSTOM.v20240707
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.21	c os.arch		amd64
0.11/0.22	c Free memory 		2113181440
0.11/0.22	c Max memory 		16282288128
0.31/0.23	c Total memory 		2122317824
0.31/0.23	c Number of processors 	2
0.46/0.39	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.39	 - never skip resolution steps
0.46/0.39	 - Auto-division on coefficients is disabled
0.46/0.39	 - No postprocessing
0.46/0.39	 - Conflict is considered as is when resolving
0.46/0.39	 - Use constraints as they come during conflict analysis
0.46/0.39	 - Weaken first using unassigned literals
0.46/0.39	 - Bump strategy: ALWAYS_ONE
0.46/0.39	 - Bumper: EFFECTIVE
0.46/0.39	--- Begin Solver configuration ---
0.46/0.39	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.39	Learn all clauses as in MiniSAT
0.46/0.39	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.39	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.39	No reason simplification
0.46/0.39	Dynamic restart strategy considering the size of the coefficients
0.46/0.39	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.39	timeout=2147483s
0.46/0.39	DB Simplification allowed=false
0.46/0.39	Listener: none
0.46/0.39	--- End Solver configuration ---
0.46/0.41	c Pseudo Boolean Optimization by upper bound
0.46/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.41	c  - never skip resolution steps
0.46/0.41	c  - Auto-division on coefficients is disabled
0.46/0.41	c  - No postprocessing
0.46/0.41	c  - Conflict is considered as is when resolving
0.46/0.41	c  - Use constraints as they come during conflict analysis
0.46/0.41	c  - Weaken first using unassigned literals
0.46/0.41	c  - Bump strategy: ALWAYS_ONE
0.46/0.41	c  - Bumper: EFFECTIVE
0.46/0.41	c --- Begin Solver configuration ---
0.46/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.41	c Learn all clauses as in MiniSAT
0.46/0.41	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.41	c No reason simplification
0.46/0.41	c Dynamic restart strategy considering the size of the coefficients
0.46/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.41	c timeout=2147483s
0.46/0.41	c DB Simplification allowed=false
0.46/0.41	c Listener: none
0.46/0.41	c --- End Solver configuration ---
0.46/0.41	c solving HOME/instance-4445351-1721328469.opb
0.46/0.41	c reading problem ... 
0.46/0.41	c  no objective function found
0.65/0.44	c ... done. Wall clock time 0.033s.
0.65/0.44	c declared #vars     77
0.65/0.44	c #constraints  2
0.65/0.44	c constraints type 
0.65/0.44	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.65/0.44	c 2 constraints processed.
30.95/26.71	c cleaning 2489 clauses out of 5000 with flag 0/5000
114.29/109.16	c cleaning 4256 clauses out of 8511 with flag 0/11000
251.36/245.71	c cleaning 5628 clauses out of 11255 with flag 0/18000
437.78/431.53	c cleaning 6812 clauses out of 13627 with flag 0/26000
674.58/668.47	c cleaning 7907 clauses out of 15815 with flag 0/35000
963.68/957.64	c cleaning 8951 clauses out of 17908 with flag 0/45000
1348.32/1341.50	c cleaning 9976 clauses out of 19957 with flag 0/56000
1789.10/1782.36	c cleaning 10990 clauses out of 21981 with flag 0/68000
2326.11/2319.48	c cleaning 11996 clauses out of 23992 with flag 0/81001
2994.64/2988.07	c cleaning 12995 clauses out of 25995 with flag 0/95000
3600.07/3593.42	c starts		: 4
3600.07/3593.43	c conflicts		: 108270
3600.07/3593.45	c decisions		: 123988
3600.07/3593.45	c timeout
3600.07/3593.45	c propagations		: 560470
3600.07/3593.46	c inspects		: 1813115184
3600.07/3593.46	c shortcuts		: 0
3600.07/3593.46	c learnt literals	: 0
3600.07/3593.46	c learnt binary clauses	: 0
3600.07/3593.46	c learnt ternary clauses	: 0
3600.07/3593.46	c learnt constraints	: 108269
3600.07/3593.46	c ignored constraints	: 0
3600.07/3593.46	c root simplifications	: 0
3600.07/3593.46	c removed literals (reason simplification)	: 0
3600.07/3593.46	c reason swapping (by a shorter reason)	: 0
3600.07/3593.46	c Calls to reduceDB	: 10
3600.07/3593.46	c Number of update (reduction) of LBD	: 84249
3600.07/3593.46	c Imported unit clauses	: 0
3600.07/3593.46	c No decision after first conflict	: false
3600.07/3593.46	c number of reductions to clauses (during analyze)	: 0
3600.07/3593.46	c number of learned constraints concerned by reduction	: 0
3600.07/3593.46	c number of learning phase by resolution	: 0
3600.07/3593.46	c number of learning phase by cutting planes	: 0
3600.07/3593.46	c number of rounding to 1 operations	: 0
3600.07/3593.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3593.46	c number of reductions of the coefficients by power 2 	: 0
3600.07/3593.46	c number of right shift for reduction by power 2 	: 0
3600.07/3593.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3593.46	c number of ending skipping 	: 0
3600.07/3593.46	c number of internal skipping 	: 0
3600.07/3593.46	c number of derivation steps 	: 434623
3600.07/3593.46	c number of skipped derivation steps 	: 0
3600.07/3593.46	c number of remaining unassigned 	: 25826
3600.07/3593.46	c number of remaining assigned 	: 16550847
3600.07/3593.46	c number of falsified literals weakened from reason	: 0
3600.07/3593.46	c number of falsified literals weakened from conflict	: 0
3600.07/3593.46	c time for arithmetic operations	: 1720700678
3600.07/3593.47	c minimum degree of deleted constraints	: 1
3600.07/3593.47	c maximum degree of deleted constraints	: 339722632778725334113047935413092811816602582643935195030078024372040954835577719406954629411017448734477969049613465945112830883401180
3600.07/3593.47	c number of deleted constraints	: 82000
3600.07/3593.47	c speed (assignments/second)	: 155.98842534545423
3600.07/3593.47	c non guided choices	: 66
3600.24/3593.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 153
3600.24/3593.52	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 26116
3600.24/3593.52	s UNKNOWN
3600.24/3593.52	c Total wall clock time (in seconds): 3593.121

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: 64096 MiB (63126 MiB free)
  memory of node 1: 64473 MiB (63368 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445351-1721328469/watcher-4445351-1721328469 -o /tmp/evaluation-result-4445351-1721328469/solver-4445351-1721328469 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972844 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445351-1721328469.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=972897, runsolver pid=972887

[startup+0.100083 s]*
/proc/loadavg: 2.79 3.75 4.05 10/311 972974
/proc/meminfo: memFree=129392440/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=18975048 memory=55956 CPUtime=0.11 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 6423 0 0 0 9 2 0 0 20 0 18 0 185004028 19430449152 13989 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4743762 13989 5704 1 0 550795 0
[pid=972897/tid=972908] ppid=972887 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 5330 0 0 0 6 2 0 0 20 0 18 0 185004028 19430449152 13989 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=18975048 memory=1774770 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185004034 19430449152 13989 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 185004035 19430449152 13989 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55956 KiB

[startup+0.220649 s]*
/proc/loadavg: 2.79 3.75 4.05 17/311 972974
/proc/meminfo: memFree=129374552/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=18975048 memory=60936 CPUtime=0.31 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 7117 0 0 0 27 4 0 0 20 0 18 0 185004028 19430449152 15234 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4743762 15234 5728 1 0 551345 0
[pid=972897/tid=972908] ppid=972887 vsize=18975048 memory=664970851429515395 CPUtime=0.18 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 5685 0 0 0 16 2 0 0 20 0 18 0 185004028 19430449152 15234 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=18975048 memory=1774770 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185004034 19430449152 15234 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 185004035 19430449152 15234 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60936 KiB

[startup+0.315178 s]*
/proc/loadavg: 2.79 3.75 4.05 12/311 972974
/proc/meminfo: memFree=129354860/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=18975048 memory=66492 CPUtime=0.46 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 7388 0 0 0 42 4 0 0 20 0 18 0 185004028 19430449152 16623 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4743762 16623 5806 1 0 551548 0
[pid=972897/tid=972908] ppid=972887 vsize=18975048 memory=-9175066550000198332 CPUtime=0.28 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 5875 0 0 0 25 3 0 0 20 0 18 0 185004028 19430449152 16623 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185004034 19430449152 16623 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 185004035 19430449152 16623 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66492 KiB

[startup+0.709354 s]
/proc/loadavg: 2.79 3.75 4.05 15/314 972979
/proc/meminfo: memFree=129295928/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19041612 memory=86224 CPUtime=1.19 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 8750 0 0 0 113 6 0 0 20 0 19 0 185004028 19498610688 21556 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4760403 21556 5875 1 0 552503 0
[pid=972897/tid=972908] ppid=972887 vsize=19041612 memory=5540 CPUtime=0.57 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 6105 0 0 0 53 4 0 0 20 0 19 0 185004028 19498610688 21556 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185004034 19498610688 21556 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19041612 memory=115300 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 185004035 19498610688 21556 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 185004073 19498610688 21556 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86224 KiB

[startup+1.50034 s]
/proc/loadavg: 2.79 3.75 4.05 11/293 973015
/proc/meminfo: memFree=128705988/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=176980 CPUtime=2.74 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 18433 0 0 0 264 10 0 0 20 0 20 0 185004028 19566772224 44245 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 44245 5875 1 0 556206 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=12508 CPUtime=1.28 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 6429 0 0 0 122 6 0 0 20 0 20 0 185004028 19566772224 44245 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 44245 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 44245 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=281428671767792 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 44245 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176980 KiB

[startup+3.10635 s]
/proc/loadavg: 2.79 3.75 4.05 8/297 973130
/proc/meminfo: memFree=127454688/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=376268 CPUtime=5.91 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 29124 0 0 0 575 16 0 0 20 0 20 0 185004028 19566772224 94067 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 94067 5875 1 0 560803 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=0 CPUtime=2.82 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 7905 0 0 0 272 10 0 0 20 0 20 0 185004028 19566772224 94067 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 94067 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 94067 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 94067 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 376268 KiB

[startup+6.30034 s]
/proc/loadavg: 3.05 3.79 4.06 7/294 973418
/proc/meminfo: memFree=126297140/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=1014312 CPUtime=10.32 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 29879 0 0 0 1003 29 0 0 20 0 20 0 185004028 19566772224 253578 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 253578 5891 1 0 560811 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=12508 CPUtime=5.95 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 8417 0 0 0 573 22 0 0 20 0 20 0 185004028 19566772224 253578 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 253578 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 253578 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 253578 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 10.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1014312 KiB

[startup+12.7003 s]
/proc/loadavg: 3.36 3.85 4.08 6/317 973912
/proc/meminfo: memFree=123140848/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=1178152 CPUtime=16.79 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 30340 0 0 0 1645 34 0 0 20 0 20 0 185004028 19566772224 294538 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 294538 5891 1 0 560811 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=-8670944866711413436 CPUtime=12.24 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 8855 0 0 0 1198 26 0 0 20 0 20 0 185004028 19566772224 294538 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=2264 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 294538 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 294538 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 294538 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 16.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1178152 KiB

[startup+25.5005 s]
/proc/loadavg: 3.79 3.92 4.10 6/319 973916
/proc/meminfo: memFree=119810752/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=1352556 CPUtime=29.66 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 36298 0 0 0 2927 39 0 0 20 0 20 0 185004028 19566772224 338139 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 338139 5891 1 0 560811 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=12508 CPUtime=24.82 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 11361 0 0 0 2453 29 0 0 20 0 20 0 185004028 19566772224 338139 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=132 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 338139 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=1038888 CPUtime=0 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 185004035 19566772224 338139 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=2273 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 338139 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 29.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1352556 KiB

[startup+51.1141 s]
/proc/loadavg: 4.17 4.01 4.12 5/319 973920
/proc/meminfo: memFree=118855108/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=1781704 CPUtime=56.1 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 49476 0 0 0 5560 50 0 0 20 0 20 0 185004028 19566772224 445426 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 445426 5891 1 0 667369 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=1359000 CPUtime=49.78 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 14967 0 0 0 4941 37 0 0 20 0 20 0 185004028 19566772224 445426 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=1777604 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.28 4.30 4.27 5/319 975687
/proc/meminfo: memFree=118821612/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=2302064 CPUtime=3288.94 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 207689 0 0 0 328628 266 0 0 20 0 20 0 185004028 19566772224 575516 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 575516 5915 1 0 667440 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=2302064 CPUtime=3244.86 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 90669 0 0 0 324432 54 0 0 20 0 20 0 185004028 19566772224 575516 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=2300016 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 575516 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=2300016 CPUtime=0.01 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 3659 0 0 0 1 0 0 0 20 0 20 0 185004035 19566772224 575516 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 575516 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 3288.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2302064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.32 4.28 5/319 975697
/proc/meminfo: memFree=118813152/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=2308208 CPUtime=3348.9 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 209634 0 0 0 334620 270 0 0 20 0 20 0 185004028 19566772224 577052 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 577052 5915 1 0 667440 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=2308208 CPUtime=3304.26 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 91982 0 0 0 330372 54 0 0 20 0 20 0 185004028 19566772224 577052 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=2308208 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 577052 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=11420 CPUtime=0.01 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 3738 0 0 0 1 0 0 0 20 0 20 0 185004035 19566772224 577052 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=2264 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 577052 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 3348.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2308208 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.36 4.29 5/319 975707
/proc/meminfo: memFree=118276192/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=2314352 CPUtime=3408.87 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 211605 0 0 0 340613 274 0 0 20 0 20 0 185004028 19566772224 578588 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 578588 5915 1 0 667440 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=2308208 CPUtime=3363.61 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 93224 0 0 0 336307 54 0 0 20 0 20 0 185004028 19566772224 578588 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=2308208 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 578588 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=2312304 CPUtime=0.01 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 3813 0 0 0 1 0 0 0 20 0 20 0 185004035 19566772224 578588 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=2314352 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 578588 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 3408.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2314352 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.30 4.27 5/319 975718
/proc/meminfo: memFree=117638592/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=2320516 CPUtime=3468.93 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 213467 0 0 0 346616 277 0 0 20 0 20 0 185004028 19566772224 580129 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 580129 5915 1 0 667443 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=2308208 CPUtime=3423.06 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 94316 0 0 0 342252 54 0 0 20 0 20 0 185004028 19566772224 580129 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=2308208 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 580129 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=2312304 CPUtime=0.01 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 3894 0 0 0 1 0 0 0 20 0 20 0 185004035 19566772224 580129 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=2320516 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 580129 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 3468.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2320516 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.34 4.29 5/317 975796
/proc/meminfo: memFree=117369096/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=2326660 CPUtime=3528.92 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 215445 0 0 0 352612 280 0 0 20 0 20 0 185004028 19566772224 581665 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 581665 5915 1 0 667443 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=2320516 CPUtime=3482.49 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 95594 0 0 0 348194 55 0 0 20 0 20 0 185004028 19566772224 581665 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 581665 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=2324612 CPUtime=0.01 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 3990 0 0 0 1 0 0 0 20 0 20 0 185004035 19566772224 581665 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=2324612 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 581665 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 3528.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2326660 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.37 4.30 5/319 975877
/proc/meminfo: memFree=116414928/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=2330756 CPUtime=3588.94 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 217485 0 0 0 358611 283 0 0 20 0 20 0 185004028 19566772224 582689 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 582689 5915 1 0 667443 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=11420 CPUtime=3541.91 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 96875 0 0 0 354136 55 0 0 20 0 20 0 185004028 19566772224 582689 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=45484 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 582689 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=5184 CPUtime=0.01 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 4086 0 0 0 1 0 0 0 20 0 20 0 185004035 19566772224 582689 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=45484 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 582689 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 3588.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2330756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.4 s]
/proc/loadavg: 4.32 4.36 4.30 4/297 975897
/proc/meminfo: memFree=118826460/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19108176 memory=2332804 CPUtime=3600.07 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 217579 0 0 0 359723 284 0 0 20 0 20 0 185004028 19566772224 583201 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4777044 583201 5915 1 0 667443 0
[pid=972897/tid=972908] ppid=972887 vsize=19108176 memory=12508 CPUtime=3552.88 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) R 972887 972897 972831 0 -1 4194368 96958 0 0 0 355233 55 0 0 20 0 20 0 185004028 19566772224 583201 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185004034 19566772224 583201 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19108176 memory=16192 CPUtime=0.01 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 4086 0 0 0 1 0 0 0 20 0 20 0 185004035 19566772224 583201 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972976] ppid=972887 vsize=19108176 memory=2264 CPUtime=0 cores=5,7
/proc/972897/task/972976/stat : 972976 (Timer-0) S 972887 972897 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185004073 19566772224 583201 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2332804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.42 s, system=2.86089 s

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

[startup+3593.51 s]
/proc/loadavg: 4.32 4.36 4.30 4/297 975897
/proc/meminfo: memFree=118826460/131655788 swapFree=131070704/131071996
[pid=972897] ppid=972887 vsize=19307868 memory=2333612 CPUtime=3600.24 cores=5,7
/proc/972897/stat : 972897 (java) S 972887 972897 972831 0 -1 1077936128 219914 0 0 0 359739 285 0 0 20 0 21 0 185004028 19771256832 583403 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
/proc/972897/statm: 4826967 583403 5914 1 0 668346 0
[pid=972897/tid=972908] ppid=972887 vsize=19307868 memory=2316420 CPUtime=3552.94 cores=5,7
/proc/972897/task/972908/stat : 972908 (java) S 972887 972897 972831 0 -1 1077936192 97038 0 0 0 355239 55 0 0 20 0 21 0 185004028 19771256832 583403 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972949] ppid=972887 vsize=19307868 memory=2330756 CPUtime=0 cores=5,7
/proc/972897/task/972949/stat : 972949 (Finalizer) S 972887 972897 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185004034 19771256832 583403 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
[pid=972897/tid=972970] ppid=972887 vsize=19307868 memory=11420 CPUtime=0.01 cores=5,7
/proc/972897/task/972970/stat : 972970 (Common-Cleaner) S 972887 972897 972831 0 -1 1077936192 4086 0 0 0 1 0 0 0 20 0 21 0 185004035 19771256832 583403 134679101440 94320180797440 94320180801136 140737190176784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94320180808952 94320180809744 94320191512576 140737190183924 140737190184032 140737190184032 140737190191048 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2333612 KiB

Child status: 143

Real time (s): 3593.54
CPU time (s): 3600.28
CPU user time (s): 3597.42
CPU system time (s): 2.86089
CPU usage (%): 100.188
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2333612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.42
system time used= 2.86089
maximum resident set size= 2334424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220118
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132218
involuntary context switches= 5408


# summary of solver processes directly reported to runsolver:
#   pid: 972897
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.42
#   total CPU system time (s): 2.86089

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9553 second user time and 40.2075 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 20:48:01
IDJOB=4445351
IDBENCH=148108
IDSOLVER=3052
FILE ID=nodeC011/4445351-1721328469
RUNJOBID= nodeC011-1721328481-972844
SLURM_JOB_ID= 7542688
Free space on /tmp= 723784 MiB

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

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

MD5SUM BENCH= 471fd854f2c30bf1b2104c39e43ffd70
RANDOM SEED=1513212556

nodeC011.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.134
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.20
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		: 3437.428
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.123
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.20
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.122
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.135
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.20
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.122
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.123
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.20
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.124
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:        129531056 kB
MemAvailable:   130004808 kB
Buffers:          515156 kB
Cached:           798788 kB
SwapCached:          132 kB
Active:          1019912 kB
Inactive:         618684 kB
Active(anon):       1328 kB
Inactive(anon):   360724 kB
Active(file):    1018584 kB
Inactive(file):   257960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              2752 kB
Writeback:            16 kB
AnonPages:        324612 kB
Mapped:           104724 kB
Shmem:             37400 kB
KReclaimable:      74816 kB
Slab:             156860 kB
SReclaimable:      74816 kB
SUnreclaim:        82044 kB
KernelStack:        3552 kB
PageTables:         9716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     710088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC011 at 2024-07-18 21:47:55