Trace number 4445021

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.36 3592.79

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob10.opb
MD5SUMff70f65d4e56aadb7819a27e192bee4f
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.311995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables106
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 constraint106
Maximum length of a constraint106
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 106925262
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1723212177
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.14/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.13	c java.vm.version	22.0.1+8-16
0.14/0.13	c java.vm.vendor	Oracle Corporation
0.14/0.13	c sun.arch.data.model	64
0.14/0.13	c java.version		22.0.1
0.14/0.13	c os.name		Linux
0.14/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.13	c os.arch		amd64
0.14/0.13	c Free memory 		2115194816
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2122317824
0.14/0.13	c Number of processors 	2
0.14/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.21	 - never skip resolution steps
0.14/0.21	 - Auto-division on coefficients is disabled
0.14/0.21	 - No postprocessing
0.14/0.21	 - Conflict is considered as is when resolving
0.14/0.21	 - Use constraints as they come during conflict analysis
0.14/0.21	 - Weaken first using unassigned literals
0.14/0.21	 - Bump strategy: ALWAYS_ONE
0.14/0.21	 - Bumper: EFFECTIVE
0.14/0.21	--- Begin Solver configuration ---
0.14/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.21	Learn all clauses as in MiniSAT
0.14/0.21	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.21	No reason simplification
0.14/0.21	Dynamic restart strategy considering the size of the coefficients
0.14/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.21	timeout=2147483s
0.14/0.21	DB Simplification allowed=false
0.14/0.21	Listener: none
0.14/0.21	--- End Solver configuration ---
0.14/0.21	c Pseudo Boolean Optimization by upper bound
0.14/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.21	c  - never skip resolution steps
0.14/0.21	c  - Auto-division on coefficients is disabled
0.14/0.21	c  - No postprocessing
0.14/0.21	c  - Conflict is considered as is when resolving
0.14/0.21	c  - Use constraints as they come during conflict analysis
0.14/0.21	c  - Weaken first using unassigned literals
0.14/0.21	c  - Bump strategy: ALWAYS_ONE
0.14/0.21	c  - Bumper: EFFECTIVE
0.14/0.21	c --- Begin Solver configuration ---
0.14/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.21	c Learn all clauses as in MiniSAT
0.14/0.21	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.21	c No reason simplification
0.14/0.21	c Dynamic restart strategy considering the size of the coefficients
0.14/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.21	c timeout=2147483s
0.14/0.21	c DB Simplification allowed=false
0.14/0.21	c Listener: none
0.14/0.21	c --- End Solver configuration ---
0.14/0.21	c solving HOME/instance-4445021-1721319117.opb
0.14/0.21	c reading problem ... 
0.14/0.22	c  no objective function found
0.14/0.23	c ... done. Wall clock time 0.011s.
0.14/0.23	c declared #vars     106
0.14/0.23	c #constraints  2
0.14/0.23	c constraints type 
0.14/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.14/0.23	c 2 constraints processed.
40.09/36.33	c cleaning 2499 clauses out of 5000 with flag 0/5000
134.93/128.57	c cleaning 4251 clauses out of 8501 with flag 0/11000
282.93/275.64	c cleaning 5625 clauses out of 11251 with flag 0/18001
481.85/474.20	c cleaning 6812 clauses out of 13626 with flag 0/26001
761.31/753.79	c cleaning 7907 clauses out of 15814 with flag 0/35001
1116.91/1109.41	c cleaning 8953 clauses out of 17906 with flag 0/45000
1617.76/1610.18	c cleaning 9975 clauses out of 19953 with flag 0/56000
2227.72/2220.36	c cleaning 10990 clauses out of 21980 with flag 0/68002
2939.67/2932.23	c cleaning 11995 clauses out of 23989 with flag 0/81001
3600.02/3592.62	c starts		: 3
3600.02/3592.64	c conflicts		: 92941
3600.02/3592.64	c decisions		: 102247
3600.02/3592.69	c propagations		: 455497
3600.02/3592.69	c inspects		: 1436378192
3600.02/3592.69	c shortcuts		: 0
3600.02/3592.69	c learnt literals	: 0
3600.02/3592.69	c learnt binary clauses	: 0
3600.02/3592.69	c learnt ternary clauses	: 0
3600.02/3592.69	c learnt constraints	: 92941
3600.02/3592.69	c ignored constraints	: 0
3600.02/3592.69	c root simplifications	: 0
3600.02/3592.69	c removed literals (reason simplification)	: 0
3600.02/3592.69	c reason swapping (by a shorter reason)	: 0
3600.02/3592.69	c Calls to reduceDB	: 9
3600.02/3592.69	c Number of update (reduction) of LBD	: 71327
3600.02/3592.69	c Imported unit clauses	: 0
3600.23/3592.70	c No decision after first conflict	: false
3600.23/3592.70	c number of reductions to clauses (during analyze)	: 0
3600.23/3592.70	c number of learned constraints concerned by reduction	: 0
3600.23/3592.70	c number of learning phase by resolution	: 0
3600.23/3592.70	c number of learning phase by cutting planes	: 0
3600.23/3592.70	c number of rounding to 1 operations	: 0
3600.23/3592.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.23/3592.70	c number of reductions of the coefficients by power 2 	: 0
3600.23/3592.70	c number of right shift for reduction by power 2 	: 0
3600.23/3592.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.23/3592.70	c number of ending skipping 	: 0
3600.23/3592.70	c number of internal skipping 	: 0
3600.23/3592.70	c number of derivation steps 	: 364972
3600.23/3592.70	c number of skipped derivation steps 	: 0
3600.23/3592.71	c number of remaining unassigned 	: 38598
3600.23/3592.71	c number of remaining assigned 	: 20747145
3600.23/3592.71	c number of falsified literals weakened from reason	: 0
3600.23/3592.71	c number of falsified literals weakened from conflict	: 0
3600.23/3592.71	c time for arithmetic operations	: 1634176136
3600.23/3592.71	c minimum degree of deleted constraints	: 1
3600.23/3592.71	c maximum degree of deleted constraints	: 9386546251599270054306770887180929316491529086206912559225274603251953870884200
3600.23/3592.71	c number of deleted constraints	: 69007
3600.23/3592.72	c speed (assignments/second)	: 126.79239442712273
3600.23/3592.73	c non guided choices	: 94
3600.23/3592.73	c timeout
3600.23/3592.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18
3600.23/3592.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23916
3600.23/3592.76	s UNKNOWN
3600.23/3592.76	c Total wall clock time (in seconds): 3592.547

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=957316, runsolver pid=957313

[startup+0.10007 s]*
/proc/loadavg: 4.30 4.26 3.82 7/318 957334
/proc/meminfo: memFree=120568168/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=18975048 memory=56756 CPUtime=0.14 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 6733 0 0 0 12 2 0 0 20 0 18 0 184068069 19430449152 14189 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4743762 14189 5597 1 0 551026 0
[pid=957316/tid=957318] ppid=957313 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 5639 0 0 0 7 2 0 0 20 0 18 0 184068069 19430449152 14189 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184068074 19430449152 14189 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184068075 19430449152 14189 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56756 KiB

[startup+0.2231 s]*
/proc/loadavg: 4.30 4.26 3.82 8/318 957334
/proc/meminfo: memFree=120558272/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=18976076 memory=67180 CPUtime=0.35 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 7553 0 0 0 32 3 0 0 20 0 19 0 184068069 19431501824 16795 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4744019 16795 5802 1 0 551975 0
[pid=957316/tid=957318] ppid=957313 vsize=18976076 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) S 957313 957316 955693 0 -1 1077936192 6097 0 0 0 17 2 0 0 20 0 19 0 184068069 19431501824 16795 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=18976076 memory=5697 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184068074 19431501824 16795 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19041612 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184068075 19498610688 16818 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (java) R 957313 957316 955693 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 184068092 19498610688 16818 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18976076 KiB
Current children cumulated memory: 67180 KiB

[startup+0.328094 s]*
/proc/loadavg: 4.30 4.26 3.82 8/319 957335
/proc/meminfo: memFree=120549100/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19041612 memory=77516 CPUtime=0.53 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 7692 0 0 0 50 3 0 0 20 0 19 0 184068069 19498610688 19379 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4760403 19379 5802 1 0 552053 0
[pid=957316/tid=957318] ppid=957313 vsize=19041612 memory=-8961151043816956604 CPUtime=0.28 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 6137 0 0 0 26 2 0 0 20 0 19 0 184068069 19498610688 19379 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184068074 19498610688 19379 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184068075 19498610688 19379 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184068092 19498610688 19379 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77516 KiB

[startup+0.700393 s]
/proc/loadavg: 4.30 4.26 3.82 7/319 957335
/proc/meminfo: memFree=120510808/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19041612 memory=152292 CPUtime=1.21 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 8686 0 0 0 116 5 0 0 20 0 19 0 184068069 19498610688 38073 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4760403 38073 5840 1 0 552614 0
[pid=957316/tid=957318] ppid=957313 vsize=19041612 memory=43480 CPUtime=0.64 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 6202 0 0 0 60 4 0 0 20 0 19 0 184068069 19498610688 38073 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19041612 memory=11992 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184068074 19498610688 38073 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184068075 19498610688 38073 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19041612 memory=25208 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184068092 19498610688 38073 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 152292 KiB

[startup+1.50109 s]
/proc/loadavg: 4.30 4.26 3.82 6/320 957336
/proc/meminfo: memFree=120451860/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=177380 CPUtime=2.79 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 17992 0 0 0 271 8 0 0 20 0 20 0 184068069 19566772224 44345 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 44345 5856 1 0 555817 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=11992 CPUtime=1.39 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 6507 0 0 0 135 4 0 0 20 0 20 0 184068069 19566772224 44345 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 44345 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184068075 19566772224 44345 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=25208 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 44345 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177380 KiB

[startup+3.10609 s]
/proc/loadavg: 4.36 4.27 3.83 7/320 957336
/proc/meminfo: memFree=120220596/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=425944 CPUtime=5.79 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 23779 0 0 0 565 14 0 0 20 0 20 0 184068069 19566772224 106486 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 106486 5856 1 0 558001 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=0 CPUtime=2.96 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 7116 0 0 0 287 9 0 0 20 0 20 0 184068069 19566772224 106486 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=-8961151043816956604 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 106486 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184068075 19566772224 106486 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 106486 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 425944 KiB

[startup+6.30035 s]
/proc/loadavg: 4.36 4.27 3.83 5/320 957338
/proc/meminfo: memFree=119900304/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=714924 CPUtime=9.7 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 24823 0 0 0 949 21 0 0 20 0 20 0 184068069 19566772224 178731 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 178731 5871 1 0 558002 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=2312 CPUtime=6.12 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 7400 0 0 0 597 15 0 0 20 0 20 0 184068069 19566772224 178731 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 178731 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184068075 19566772224 178731 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 178731 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 714924 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.27 3.83 5/320 957338
/proc/meminfo: memFree=119354236/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=1270112 CPUtime=16.14 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 28103 0 0 0 1580 34 0 0 20 0 20 0 184068069 19566772224 317528 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 317528 5871 1 0 558002 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=11992 CPUtime=12.42 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 8580 0 0 0 1216 26 0 0 20 0 20 0 184068069 19566772224 317528 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=721068 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 317528 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=43480 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184068075 19566772224 317528 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 317528 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1270112 KiB

[startup+25.5005 s]
/proc/loadavg: 4.25 4.25 3.83 5/320 957339
/proc/meminfo: memFree=119228804/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=1349996 CPUtime=29.09 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 32978 0 0 0 2872 37 0 0 20 0 20 0 184068069 19566772224 337499 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 337499 5871 1 0 558002 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=6943526294502006880 CPUtime=25.01 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 9929 0 0 0 2474 27 0 0 20 0 20 0 184068069 19566772224 337499 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 337499 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=4357 CPUtime=0 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184068075 19566772224 337499 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 337499 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 29.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349996 KiB

[startup+51.1134 s]
/proc/loadavg: 4.29 4.27 3.85 5/320 957344
/proc/meminfo: memFree=119155392/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=1365580 CPUtime=55.83 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 48896 0 0 0 5543 40 0 0 20 0 20 0 184068069 19566772224 341395 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 341395 5871 1 0 558281 0

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

[startup+3282.3 s]
/proc/loadavg: 4.32 4.30 4.23 5/317 959307
/proc/meminfo: memFree=117058988/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=2407764 CPUtime=3289.7 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 219954 0 0 0 328662 308 0 0 20 0 20 0 184068069 19566772224 601941 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 601941 5896 1 0 666697 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=2405716 CPUtime=3243.66 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 90089 0 0 0 324313 53 0 0 20 0 20 0 184068069 19566772224 601941 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=2403664 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 601941 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=2405716 CPUtime=0.01 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 3951 0 0 0 0 1 0 0 20 0 20 0 184068075 19566772224 601941 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=2405716 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 601941 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 3289.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2407764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.29 4.23 5/317 959318
/proc/meminfo: memFree=117013624/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=2413936 CPUtime=3349.73 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 222788 0 0 0 334659 314 0 0 20 0 20 0 184068069 19566772224 603484 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 603484 5896 1 0 666697 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=2409812 CPUtime=3303.12 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 91413 0 0 0 330258 54 0 0 20 0 20 0 184068069 19566772224 603484 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=2407764 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 603484 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=2413916 CPUtime=0.01 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 4037 0 0 0 0 1 0 0 20 0 20 0 184068075 19566772224 603484 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=-8961151043816956604 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 603484 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 3349.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2413936 KiB

[startup+3402.3 s]
/proc/loadavg: 4.84 4.45 4.29 5/317 959328
/proc/meminfo: memFree=116974128/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=2422128 CPUtime=3409.73 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 223976 0 0 0 340654 319 0 0 20 0 20 0 184068069 19566772224 605532 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 605532 5896 1 0 666697 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=43480 CPUtime=3362.62 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 92431 0 0 0 336208 54 0 0 20 0 20 0 184068069 19566772224 605532 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=2420080 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 605532 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=2422128 CPUtime=0.01 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 4065 0 0 0 0 1 0 0 20 0 20 0 184068075 19566772224 605532 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=2420080 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 605532 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 3409.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2422128 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.41 4.29 5/317 959339
/proc/meminfo: memFree=116938916/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=2428276 CPUtime=3469.69 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 226777 0 0 0 346646 323 0 0 20 0 20 0 184068069 19566772224 607069 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 607069 5896 1 0 666697 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=11600 CPUtime=3422.06 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 93795 0 0 0 342151 55 0 0 20 0 20 0 184068069 19566772224 607069 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=2428276 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 607069 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=2428276 CPUtime=0.01 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 4126 0 0 0 0 1 0 0 20 0 20 0 184068075 19566772224 607069 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 607069 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 3469.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2428276 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.36 4.28 5/319 959353
/proc/meminfo: memFree=116907512/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=2436476 CPUtime=3529.69 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 229572 0 0 0 352641 328 0 0 20 0 20 0 184068069 19566772224 609119 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 609119 5896 1 0 666697 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=2428276 CPUtime=3481.5 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 95044 0 0 0 348095 55 0 0 20 0 20 0 184068069 19566772224 609119 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 609119 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=11600 CPUtime=0.01 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 4212 0 0 0 0 1 0 0 20 0 20 0 184068075 19566772224 609119 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=2434424 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 609119 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 3529.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2436476 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.33 4.27 5/319 959363
/proc/meminfo: memFree=116878468/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=2442624 CPUtime=3589.69 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 232412 0 0 0 358635 334 0 0 20 0 20 0 184068069 19566772224 610656 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 610656 5896 1 0 666697 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=-4421386517689295458 CPUtime=3540.92 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 96820 0 0 0 354036 56 0 0 20 0 20 0 184068069 19566772224 610656 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=2442624 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 610656 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=2442624 CPUtime=0.01 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 4298 0 0 0 0 1 0 0 20 0 20 0 184068075 19566772224 610656 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 610656 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 3589.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2442624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.6 s]
/proc/loadavg: 4.19 4.32 4.27 5/319 959364
/proc/meminfo: memFree=116872240/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19108176 memory=2444672 CPUtime=3600.02 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 232697 0 0 0 359667 335 0 0 20 0 20 0 184068069 19566772224 611168 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4777044 611168 5896 1 0 666697 0
[pid=957316/tid=957318] ppid=957313 vsize=19108176 memory=11644 CPUtime=3551.17 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 97033 0 0 0 355061 56 0 0 20 0 20 0 184068069 19566772224 611168 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19108176 memory=11644 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184068074 19566772224 611168 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19108176 memory=2680 CPUtime=0.01 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 4298 0 0 0 0 1 0 0 20 0 20 0 184068075 19566772224 611168 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957335] ppid=957313 vsize=19108176 memory=5048 CPUtime=0 cores=1,3
/proc/957316/task/957335/stat : 957335 (Timer-0) S 957313 957316 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184068092 19566772224 611168 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2444672 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.99 s, system=3.37364 s

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

[startup+3592.71 s]
/proc/loadavg: 4.19 4.32 4.27 5/319 959364
/proc/meminfo: memFree=116872240/131655788 swapFree=131071996/131071996
[pid=957316] ppid=957313 vsize=19307868 memory=2445256 CPUtime=3600.23 cores=1,3
/proc/957316/stat : 957316 (java) S 957313 957316 955693 0 -1 1077936128 235497 0 0 0 359687 336 0 0 20 0 21 0 184068069 19771256832 611314 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
/proc/957316/statm: 4826967 611314 5895 1 0 667584 0
[pid=957316/tid=957318] ppid=957313 vsize=19307868 memory=2424180 CPUtime=3551.28 cores=1,3
/proc/957316/task/957318/stat : 957318 (java) R 957313 957316 955693 0 -1 4194368 97050 0 0 0 355072 56 0 0 20 0 21 0 184068069 19771256832 611314 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957327] ppid=957313 vsize=19307868 memory=2411868 CPUtime=0 cores=1,3
/proc/957316/task/957327/stat : 957327 (Finalizer) S 957313 957316 955693 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184068074 19771256832 611314 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
[pid=957316/tid=957334] ppid=957313 vsize=19307868 memory=354352 CPUtime=0.01 cores=1,3
/proc/957316/task/957334/stat : 957334 (Common-Cleaner) S 957313 957316 955693 0 -1 1077936192 4298 0 0 0 0 1 0 0 20 0 21 0 184068075 19771256832 611314 134679101440 93977530736640 93977530740336 140727345556816 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93977530748152 93977530748944 93977555247104 140727345562612 140727345562720 140727345562720 140727345569736 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2445256 KiB

Child status: 143

Real time (s): 3592.79
CPU time (s): 3600.36
CPU user time (s): 3596.99
CPU system time (s): 3.37364
CPU usage (%): 100.211
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2445256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.99
system time used= 3.37364
maximum resident set size= 2446360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127356
involuntary context switches= 4712


# summary of solver processes directly reported to runsolver:
#   pid: 957316
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3596.99
#   total CPU system time (s): 3.37364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.332 second user time and 38.2673 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 18:12:09
IDJOB=4445021
IDBENCH=148097
IDSOLVER=3052
FILE ID=nodeC008/4445021-1721319117
RUNJOBID= nodeC008-1721318349-955705
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= ff70f65d4e56aadb7819a27e192bee4f
RANDOM SEED=315300911

nodeC008.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3503.694
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		: 3492.003
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.372
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.244
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		: 3575.117
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		: 3678.390
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.390
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.307
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:        120604156 kB
MemAvailable:   121473796 kB
Buffers:          519004 kB
Cached:          1188576 kB
SwapCached:            0 kB
Active:          1014604 kB
Inactive:        9474204 kB
Active(anon):       1476 kB
Inactive(anon):  8817448 kB
Active(file):    1013128 kB
Inactive(file):   656756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               880 kB
Writeback:             4 kB
AnonPages:       8781228 kB
Mapped:           125340 kB
Shmem:             37704 kB
KReclaimable:      79572 kB
Slab:             179520 kB
SReclaimable:      79572 kB
SUnreclaim:        99948 kB
KernelStack:        4848 kB
PageTables:        27276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11527028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8488960 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-18 19:12:02