Trace number 4429959

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.25 3549.44

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark71553.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.15/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.12	c java.vm.version	22.0.1+8-16
0.15/0.12	c java.vm.vendor	Oracle Corporation
0.15/0.12	c sun.arch.data.model	64
0.15/0.12	c java.version		22.0.1
0.15/0.12	c os.name		Linux
0.15/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.12	c os.arch		amd64
0.15/0.12	c Free memory 		2115194816
0.15/0.12	c Max memory 		16282288128
0.15/0.12	c Total memory 		2122317824
0.15/0.12	c Number of processors 	2
0.34/0.25	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.25	 - never skip resolution steps
0.34/0.25	 - Auto-division on coefficients is disabled
0.34/0.25	 - No postprocessing
0.34/0.25	 - Conflict is considered as is when resolving
0.34/0.25	 - Use constraints as they come during conflict analysis
0.34/0.25	 - Weaken first using unassigned literals
0.34/0.25	 - Bump strategy: ALWAYS_ONE
0.34/0.25	 - Bumper: EFFECTIVE
0.34/0.25	--- Begin Solver configuration ---
0.34/0.25	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.25	Learn all clauses as in MiniSAT
0.34/0.25	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.25	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.25	No reason simplification
0.34/0.25	Dynamic restart strategy considering the size of the coefficients
0.34/0.25	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.25	timeout=2147483s
0.34/0.25	DB Simplification allowed=false
0.34/0.25	Listener: none
0.34/0.25	--- End Solver configuration ---
0.34/0.25	c Pseudo Boolean Optimization by upper bound
0.34/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.25	c  - never skip resolution steps
0.34/0.25	c  - Auto-division on coefficients is disabled
0.34/0.25	c  - No postprocessing
0.34/0.25	c  - Conflict is considered as is when resolving
0.34/0.25	c  - Use constraints as they come during conflict analysis
0.34/0.25	c  - Weaken first using unassigned literals
0.34/0.25	c  - Bump strategy: ALWAYS_ONE
0.34/0.25	c  - Bumper: EFFECTIVE
0.34/0.25	c --- Begin Solver configuration ---
0.34/0.25	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.25	c Learn all clauses as in MiniSAT
0.34/0.25	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.25	c No reason simplification
0.34/0.25	c Dynamic restart strategy considering the size of the coefficients
0.34/0.25	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.25	c timeout=2147483s
0.34/0.25	c DB Simplification allowed=false
0.34/0.25	c Listener: none
0.34/0.25	c --- End Solver configuration ---
0.34/0.25	c solving HOME/instance-4429959-1721120298.opb
0.34/0.25	c reading problem ... 
0.34/0.25	c  objective function found
0.82/0.52	c ... done. Wall clock time 0.262s.
0.82/0.52	c declared #vars     3216
0.82/0.52	c #constraints  3721
0.82/0.52	c constraints type 
0.82/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
0.82/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
0.82/0.52	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 384
0.82/0.52	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.82/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
0.82/0.52	c 3721 constraints processed.
0.82/0.53	c objective function length is 6 literals
33.72/27.51	c cleaning 2495 clauses out of 5000 with flag 0/5000
74.86/67.61	c cleaning 4251 clauses out of 8507 with flag 0/11002
169.68/160.85	c cleaning 5627 clauses out of 11254 with flag 0/18000
243.77/233.26	c cleaning 6805 clauses out of 13628 with flag 0/26001
406.85/394.11	c cleaning 7911 clauses out of 15822 with flag 0/35000
922.90/909.14	c cleaning 8941 clauses out of 17911 with flag 0/45000
1164.06/1148.82	c cleaning 9962 clauses out of 19972 with flag 0/56002
1537.46/1518.83	c cleaning 10990 clauses out of 22008 with flag 0/68000
1821.71/1800.34	c cleaning 12000 clauses out of 24019 with flag 0/81001
2583.01/2554.68	c cleaning 13008 clauses out of 26022 with flag 0/95004
3095.19/3060.62	c cleaning 13992 clauses out of 28010 with flag 0/110000
3600.07/3549.34	c timeout
3600.07/3549.34	c starts		: 27
3600.07/3549.34	c conflicts		: 120154
3600.07/3549.34	c decisions		: 211299
3600.07/3549.34	c propagations		: 12156674
3600.07/3549.34	c inspects		: 472510991
3600.07/3549.34	c shortcuts		: 0
3600.07/3549.34	c learnt literals	: 0
3600.07/3549.34	c learnt binary clauses	: 0
3600.07/3549.34	c learnt ternary clauses	: 0
3600.07/3549.34	c learnt constraints	: 120154
3600.07/3549.35	c ignored constraints	: 0
3600.07/3549.35	c root simplifications	: 0
3600.07/3549.35	c removed literals (reason simplification)	: 0
3600.07/3549.35	c reason swapping (by a shorter reason)	: 0
3600.07/3549.35	c Calls to reduceDB	: 11
3600.07/3549.35	c Number of update (reduction) of LBD	: 115246
3600.07/3549.35	c Imported unit clauses	: 0
3600.07/3549.35	c No decision after first conflict	: false
3600.07/3549.35	c number of reductions to clauses (during analyze)	: 0
3600.07/3549.35	c number of learned constraints concerned by reduction	: 0
3600.07/3549.35	c number of learning phase by resolution	: 0
3600.07/3549.35	c number of learning phase by cutting planes	: 0
3600.07/3549.35	c number of rounding to 1 operations	: 0
3600.07/3549.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3549.35	c number of reductions of the coefficients by power 2 	: 0
3600.07/3549.35	c number of right shift for reduction by power 2 	: 0
3600.07/3549.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3549.35	c number of ending skipping 	: 0
3600.07/3549.35	c number of internal skipping 	: 0
3600.07/3549.35	c number of derivation steps 	: 1873494
3600.07/3549.35	c number of skipped derivation steps 	: 0
3600.07/3549.35	c number of remaining unassigned 	: 529591
3600.07/3549.35	c number of remaining assigned 	: 288118822
3600.07/3549.35	c number of falsified literals weakened from reason	: 0
3600.07/3549.35	c number of falsified literals weakened from conflict	: 0
3600.07/3549.35	c time for arithmetic operations	: 17301622553
3600.07/3549.36	c minimum degree of deleted constraints	: 132
3600.07/3549.36	c maximum degree of deleted constraints	: 172529589022870762158929202682646446597848193390279372847693360759072608644448636393242194724917760
3600.07/3549.36	c number of deleted constraints	: 95982
3600.07/3549.36	c speed (assignments/second)	: 3425.5557765994195
3600.07/3549.36	c non guided choices	: 2655
3600.07/3549.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24172
3600.07/3549.40	s UNKNOWN
3600.07/3549.40	c Total wall clock time (in seconds): 3549.145

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429959-1721120298/watcher-4429959-1721120298 -o /tmp/evaluation-result-4429959-1721120298/solver-4429959-1721120298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721116745-836661 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429959-1721120298.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=838565, runsolver pid=838562

[startup+0.100749 s]*
/proc/loadavg: 4.17 4.18 4.18 7/319 838583
/proc/meminfo: memFree=118986572/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=18975048 memory=56920 CPUtime=0.15 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 6736 0 0 0 13 2 0 0 20 0 18 0 164186202 19430449152 14230 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4743762 14230 5592 1 0 551032 0
[pid=838565/tid=838567] ppid=838562 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 5666 0 0 0 8 2 0 0 20 0 18 0 164186202 19430449152 14230 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164186207 19430449152 14230 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 164186208 19430449152 14241 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56920 KiB

[startup+0.21903 s]*
/proc/loadavg: 4.17 4.18 4.18 7/319 838583
/proc/meminfo: memFree=118976424/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=18975048 memory=67144 CPUtime=0.34 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 7520 0 0 0 31 3 0 0 20 0 18 0 164186202 19430449152 16786 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4743762 16786 5851 1 0 551643 0
[pid=838565/tid=838567] ppid=838562 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 1077936192 5963 0 0 0 17 2 0 0 20 0 18 0 164186202 19430449152 16786 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=18975048 memory=5697 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164186207 19430449152 16786 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 164186208 19430449152 16786 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67144 KiB

[startup+0.320745 s]*
/proc/loadavg: 4.17 4.18 4.18 6/319 838583
/proc/meminfo: memFree=118962876/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=18975048 memory=80504 CPUtime=0.49 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 7792 0 0 0 46 3 0 0 20 0 18 0 164186202 19430449152 20126 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4743762 20126 5866 1 0 551787 0
[pid=838565/tid=838567] ppid=838562 vsize=18975048 memory=-9031799059686728380 CPUtime=0.28 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 6076 0 0 0 26 2 0 0 20 0 18 0 164186202 19430449152 20126 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164186207 19430449152 20126 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 164186208 19430449152 20126 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80504 KiB

[startup+0.705744 s]
/proc/loadavg: 4.17 4.18 4.18 7/320 838584
/proc/meminfo: memFree=118862340/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=174632 CPUtime=1.18 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 14233 0 0 0 111 7 0 0 20 0 20 0 164186202 19566772224 43658 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 43658 5936 1 0 556326 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=5512 CPUtime=0.55 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 6252 0 0 0 51 4 0 0 20 0 20 0 164186202 19566772224 43658 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 43658 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 43658 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174632 KiB

[startup+1.50376 s]
/proc/loadavg: 4.17 4.18 4.18 6/321 838585
/proc/meminfo: memFree=118841836/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=185404 CPUtime=2.75 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 20807 0 0 0 267 8 0 0 20 0 20 0 164186202 19566772224 46351 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 46351 5936 1 0 558080 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=11992 CPUtime=1.29 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 6302 0 0 0 125 4 0 0 20 0 20 0 164186202 19566772224 46351 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 46351 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 46351 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 46351 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185404 KiB

[startup+3.10575 s]
/proc/loadavg: 4.31 4.21 4.19 6/321 838585
/proc/meminfo: memFree=118789076/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=261652 CPUtime=5.9 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 24420 0 0 0 580 10 0 0 20 0 20 0 164186202 19566772224 65413 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 65413 5936 1 0 558105 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=0 CPUtime=2.79 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 6888 0 0 0 274 5 0 0 20 0 20 0 164186202 19566772224 65413 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 65413 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 65413 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 65413 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 261652 KiB

[startup+6.30275 s]
/proc/loadavg: 4.31 4.21 4.19 5/321 838587
/proc/meminfo: memFree=117915524/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=862328 CPUtime=11.49 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 29609 0 0 0 1126 23 0 0 20 0 20 0 164186202 19566772224 215582 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 215582 5936 1 0 665624 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=0 CPUtime=5.83 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 7290 0 0 0 568 15 0 0 20 0 20 0 164186202 19566772224 215582 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 215582 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 215582 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=41176 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 215582 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 11.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 862328 KiB

[startup+12.7005 s]
/proc/loadavg: 4.43 4.24 4.20 7/320 838655
/proc/meminfo: memFree=119738164/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=900776 CPUtime=18.52 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 32670 0 0 0 1827 25 0 0 20 0 20 0 164186202 19566772224 225194 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 225194 5936 1 0 665625 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=892200 CPUtime=11.91 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 7744 0 0 0 1176 15 0 0 20 0 20 0 164186202 19566772224 225194 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=180436 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 225194 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=261652 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 225194 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 225194 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 18.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 900776 KiB

[startup+25.5005 s]
/proc/loadavg: 4.60 4.28 4.21 7/321 838897
/proc/meminfo: memFree=123020728/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=2359540 CPUtime=31.55 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 36637 0 0 0 3099 56 0 0 20 0 20 0 164186202 19566772224 589885 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 589885 5936 1 0 943455 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=261652 CPUtime=24.02 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 9427 0 0 0 2362 40 0 0 20 0 20 0 164186202 19566772224 589885 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 589885 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 589885 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 589885 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 31.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2359540 KiB

[startup+51.1132 s]
/proc/loadavg: 4.85 4.37 4.24 5/321 838901
/proc/meminfo: memFree=119022732/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=3819136 CPUtime=57.87 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 44548 0 0 0 5697 90 0 0 20 0 20 0 164186202 19566772224 954784 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 954784 5952 1 0 1242203 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=6010731450383756643 CPUtime=48.58 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 12269 0 0 0 4791 67 0 0 20 0 20 0 164186202 19566772224 954784 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=3755552 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 954784 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=41176 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 954784 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0

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

/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 1231079 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=4924276 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 3490 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 1231079 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=26064 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 1231079 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 3197.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4924316 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.20 4.20 5/319 840105
/proc/meminfo: memFree=112317640/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=4924324 CPUtime=3259.15 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 370625 0 0 0 325579 336 0 0 20 0 20 0 164186202 19566772224 1231081 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 1231081 5981 1 0 1243552 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=4924268 CPUtime=3179 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 156189 0 0 0 317798 102 0 0 20 0 20 0 164186202 19566772224 1231081 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=4924276 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 1231081 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=4924324 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 3490 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 1231081 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=4924324 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 1231081 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 3259.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4924324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.22 4.21 5/319 840116
/proc/meminfo: memFree=114092892/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=3148384 CPUtime=3321.01 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 385971 0 0 0 331758 343 0 0 20 0 20 0 164186202 19566772224 787096 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 787096 5981 1 0 798808 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=3148384 CPUtime=3238.27 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 158265 0 0 0 323724 103 0 0 20 0 20 0 164186202 19566772224 787096 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=4924340 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 787096 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 3532 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 787096 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=3148384 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 787096 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 3321.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3148384 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.19 4.20 5/319 840126
/proc/meminfo: memFree=114285764/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=2956308 CPUtime=3384.33 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 401950 0 0 0 338085 348 0 0 20 0 20 0 164186202 19566772224 739077 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 739077 5981 1 0 750784 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=2956304 CPUtime=3297.43 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 161079 0 0 0 329640 103 0 0 20 0 20 0 164186202 19566772224 739077 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=2956308 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 739077 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=2956308 CPUtime=0 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 3613 0 0 0 0 0 0 0 20 0 20 0 164186208 19566772224 739077 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 739077 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 3384.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2956308 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.22 4.20 5/319 840137
/proc/meminfo: memFree=114285428/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=2956312 CPUtime=3446.36 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 402724 0 0 0 344284 352 0 0 20 0 20 0 164186202 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 739078 5981 1 0 750784 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=2956308 CPUtime=3356.59 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 161422 0 0 0 335556 103 0 0 20 0 20 0 164186202 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 21 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=2956312 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=11992 CPUtime=0.01 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 3613 0 0 0 1 0 0 0 20 0 20 0 164186208 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=41456 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 3446.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2956312 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.25 4.21 5/320 840533
/proc/meminfo: memFree=114891840/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=2956312 CPUtime=3507.82 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 403628 0 0 0 350427 355 0 0 20 0 20 0 164186202 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 739078 5981 1 0 750784 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=2956308 CPUtime=3415.71 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 162060 0 0 0 341467 104 0 0 20 0 20 0 164186202 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=2956312 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=11992 CPUtime=0.01 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 3613 0 0 0 1 0 0 0 20 0 20 0 164186208 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=41456 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 739078 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 3507.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2956312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.25 4.21 5/320 840543
/proc/meminfo: memFree=114891736/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=2956348 CPUtime=3571.13 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 419189 0 0 0 356751 362 0 0 20 0 20 0 164186202 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 739087 5981 1 0 750784 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=2956348 CPUtime=3474.56 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 165871 0 0 0 347352 104 0 0 20 0 20 0 164186202 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=2956348 CPUtime=0.01 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 3655 0 0 0 1 0 0 0 20 0 20 0 164186208 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=2956348 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 3571.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2956348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.3 s]
/proc/loadavg: 4.36 4.28 4.22 5/320 840616
/proc/meminfo: memFree=112637776/131655788 swapFree=131071996/131071996
[pid=838565] ppid=838562 vsize=19108176 memory=2956348 CPUtime=3600.07 cores=1,3
/proc/838565/stat : 838565 (java) S 838562 838565 836649 0 -1 1077936128 419466 0 0 0 359642 365 0 0 20 0 20 0 164186202 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
/proc/838565/statm: 4777044 739087 5981 1 0 750784 0
[pid=838565/tid=838567] ppid=838562 vsize=19108176 memory=2956348 CPUtime=3501.03 cores=1,3
/proc/838565/task/838567/stat : 838567 (java) R 838562 838565 836649 0 -1 4194368 166012 0 0 0 349999 104 0 0 20 0 20 0 164186202 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838576] ppid=838562 vsize=19108176 memory=2956348 CPUtime=0 cores=1,3
/proc/838565/task/838576/stat : 838576 (Finalizer) S 838562 838565 836649 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164186207 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838583] ppid=838562 vsize=19108176 memory=2956348 CPUtime=0.01 cores=1,3
/proc/838565/task/838583/stat : 838583 (Common-Cleaner) S 838562 838565 836649 0 -1 1077936192 3655 0 0 0 1 0 0 0 20 0 20 0 164186208 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
[pid=838565/tid=838585] ppid=838562 vsize=19108176 memory=2956348 CPUtime=0 cores=1,3
/proc/838565/task/838585/stat : 838585 (Timer-0) S 838562 838565 836649 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164186256 19566772224 739087 134679101440 94391726620672 94391726624368 140722631236336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94391726632184 94391726632976 94391752945664 140722631238645 140722631238753 140722631238753 140722631245768 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2956348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.56 s, system=3.68263 s

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

[startup+3549.42 s]*
/proc/loadavg: 4.36 4.28 4.22 5/302 840619
/proc/meminfo: memFree=115488212/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3549.44
CPU time (s): 3600.25
CPU user time (s): 3596.56
CPU system time (s): 3.68263
CPU usage (%): 101.431
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4924340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.56
system time used= 3.68263
maximum resident set size= 4924348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421852
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117299
involuntary context switches= 6591


# summary of solver processes directly reported to runsolver:
#   pid: 838565
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.56
#   total CPU system time (s): 3.68263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2446 second user time and 34.2963 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 10:58:30
IDJOB=4429959
IDBENCH=148772
IDSOLVER=3052
FILE ID=nodeC008/4429959-1721120298
RUNJOBID= nodeC008-1721116745-836661
SLURM_JOB_ID= 7505659
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429959-1721120298/watcher-4429959-1721120298 -o /tmp/evaluation-result-4429959-1721120298/solver-4429959-1721120298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721116745-836661 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429959-1721120298.opb

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=1154051259

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		: 3491.957
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		: 3491.979
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		: 3591.728
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.246
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		: 3591.728
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		: 3662.928
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.403
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.360
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:        119022596 kB
MemAvailable:   119266808 kB
Buffers:          419960 kB
Cached:           668172 kB
SwapCached:            0 kB
Active:           665864 kB
Inactive:       11423388 kB
Active(anon):       1476 kB
Inactive(anon): 11037388 kB
Active(file):     664388 kB
Inactive(file):   386000 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2564 kB
Writeback:             0 kB
AnonPages:      11001204 kB
Mapped:           124304 kB
Shmem:             37704 kB
KReclaimable:      67708 kB
Slab:             162020 kB
SReclaimable:      67708 kB
SUnreclaim:        94312 kB
KernelStack:        4864 kB
PageTables:        31612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13298140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52256 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10639360 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= 723760 MiB
End job on nodeC008 at 2024-07-16 11:57:40