Trace number 4456330

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? 1749.75 1739.26

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
scens/normalized-scen08reduc_wcsp.wbo
MD5SUM6173017921cf4cdc7f10e0dda09f7db9
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.12	c See www.sat4j.org for details.
0.15/0.13	c version CUSTOM.v20240707
0.15/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.15	c java.vm.version	22.0.1+8-16
0.15/0.16	c java.vm.vendor	Oracle Corporation
0.15/0.16	c sun.arch.data.model	64
0.15/0.16	c java.version		22.0.1
0.15/0.16	c os.name		Linux
0.15/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.16	c os.arch		amd64
0.15/0.16	c Free memory 		2113181440
0.15/0.16	c Max memory 		16282288128
0.15/0.16	c Total memory 		2122317824
0.15/0.17	c Number of processors 	2
0.46/0.32	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.32	 - never skip resolution steps
0.46/0.32	 - Auto-division on coefficients is disabled
0.46/0.32	 - No postprocessing
0.46/0.32	 - Conflict is considered as is when resolving
0.46/0.32	 - Use constraints as they come during conflict analysis
0.46/0.32	 - Weaken first using unassigned literals
0.46/0.32	 - Bump strategy: ALWAYS_ONE
0.46/0.32	 - Bumper: EFFECTIVE
0.46/0.32	--- Begin Solver configuration ---
0.46/0.32	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.32	Learn all clauses as in MiniSAT
0.46/0.32	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.32	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.32	No reason simplification
0.46/0.32	Dynamic restart strategy considering the size of the coefficients
0.46/0.32	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.32	timeout=2147483s
0.46/0.32	DB Simplification allowed=false
0.46/0.32	Listener: none
0.46/0.32	--- End Solver configuration ---
0.46/0.33	c Pseudo Boolean Optimization by upper bound
0.46/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.33	c  - never skip resolution steps
0.46/0.33	c  - Auto-division on coefficients is disabled
0.46/0.33	c  - No postprocessing
0.46/0.33	c  - Conflict is considered as is when resolving
0.46/0.33	c  - Use constraints as they come during conflict analysis
0.46/0.33	c  - Weaken first using unassigned literals
0.46/0.33	c  - Bump strategy: ALWAYS_ONE
0.46/0.33	c  - Bumper: EFFECTIVE
0.46/0.33	c --- Begin Solver configuration ---
0.46/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.33	c Learn all clauses as in MiniSAT
0.46/0.33	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.33	c No reason simplification
0.46/0.33	c Dynamic restart strategy considering the size of the coefficients
0.46/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.33	c timeout=2147483s
0.46/0.33	c DB Simplification allowed=false
0.46/0.33	c Listener: none
0.46/0.33	c --- End Solver configuration ---
0.46/0.33	c solving HOME/instance-4456330-1721717999.wbo
0.46/0.33	c reading problem ... 
1747.26/1737.57	c ... done. Wall clock time 1737.248s.
1747.26/1737.57	c declared #vars     14194
1747.26/1737.57	c internal #vars     1463934
1747.26/1737.57	c #constraints  1450471
1747.26/1737.58	c constraints type 
1747.26/1737.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5310
1747.26/1737.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 365
1747.26/1737.58	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
1747.26/1737.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1444795
1747.26/1737.58	c 1450471 constraints processed.
1747.26/1737.59	c objective function length is 1449740 literals
1749.69/1739.20	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 1455334 out of bounds for length 14195
1749.69/1739.20		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
1749.69/1739.20		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
1749.69/1739.20		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
1749.69/1739.20		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
1749.69/1739.20		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
1749.69/1739.20		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
1749.69/1739.20		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
1749.69/1739.20		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
1749.69/1739.20		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
1749.69/1739.20		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
1749.69/1739.20		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
1749.69/1739.20		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
1749.69/1739.20		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
1749.69/1739.20		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
1749.69/1739.20		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
1749.69/1739.21	c starts		: 1
1749.69/1739.21	c conflicts		: 1
1749.69/1739.21	c decisions		: 1455334
1749.69/1739.21	c propagations		: 1460994
1749.69/1739.21	c inspects		: 1452129
1749.69/1739.21	c shortcuts		: 0
1749.69/1739.21	c learnt literals	: 0
1749.69/1739.21	c learnt binary clauses	: 0
1749.69/1739.21	c learnt ternary clauses	: 0
1749.69/1739.21	c learnt constraints	: 0
1749.69/1739.21	c ignored constraints	: 0
1749.69/1739.21	c root simplifications	: 0
1749.69/1739.21	c removed literals (reason simplification)	: 0
1749.69/1739.21	c reason swapping (by a shorter reason)	: 0
1749.69/1739.21	c Calls to reduceDB	: 0
1749.69/1739.21	c Number of update (reduction) of LBD	: 0
1749.69/1739.21	c Imported unit clauses	: 0
1749.69/1739.21	c No decision after first conflict	: true
1749.69/1739.21	c number of reductions to clauses (during analyze)	: 0
1749.69/1739.21	c number of learned constraints concerned by reduction	: 0
1749.69/1739.21	c number of learning phase by resolution	: 0
1749.69/1739.21	c number of learning phase by cutting planes	: 0
1749.69/1739.21	c number of rounding to 1 operations	: 0
1749.69/1739.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1749.69/1739.21	c number of reductions of the coefficients by power 2 	: 0
1749.69/1739.21	c number of right shift for reduction by power 2 	: 0
1749.69/1739.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
1749.69/1739.21	c number of ending skipping 	: 0
1749.69/1739.21	c number of internal skipping 	: 0
1749.69/1739.21	c number of derivation steps 	: 3
1749.69/1739.21	c number of skipped derivation steps 	: 0
1749.69/1739.21	c number of remaining unassigned 	: 0
1749.69/1739.21	c number of remaining assigned 	: 0
1749.69/1739.21	c number of falsified literals weakened from reason	: 0
1749.69/1739.21	c number of falsified literals weakened from conflict	: 0
1749.69/1739.21	c time for arithmetic operations	: 0
1749.69/1739.21	c minimum degree of deleted constraints	: null
1749.69/1739.21	c maximum degree of deleted constraints	: null
1749.69/1739.21	c number of deleted constraints	: 0
1749.69/1739.21	c speed (assignments/second)	: 1425360.0000000002
1749.69/1739.21	c non guided choices	: 5594
1749.69/1739.21	s UNKNOWN
1749.69/1739.21	c Total wall clock time (in seconds): 1738.891

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456330-1721717999/watcher-4456330-1721717999 -o /tmp/evaluation-result-4456330-1721717999/solver-4456330-1721717999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721717812-78075 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456330-1721717999.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.104237 s]*
/proc/loadavg: 4.33 3.34 2.59 7/326 81275
/proc/meminfo: memFree=114117768/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=18975048 memory=60624 CPUtime=0.15 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 6622 0 0 0 12 3 0 0 20 0 18 0 7789284 19430449152 15156 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4743762 15156 5633 1 0 550932 0
[pid=81257/tid=81259] ppid=81254 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 5545 0 0 0 6 2 0 0 20 0 18 0 7789285 19430449152 15156 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7789290 19430449152 15156 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=18975048 memory=15539622046449866 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7789290 19430449152 15156 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60624 KiB

[startup+0.211024 s]*
/proc/loadavg: 4.33 3.34 2.59 5/326 81275
/proc/meminfo: memFree=114106612/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=18975048 memory=69168 CPUtime=0.29 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 7219 0 0 0 26 3 0 0 20 0 18 0 7789284 19430449152 17292 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4743762 17292 5621 1 0 551470 0
[pid=81257/tid=81259] ppid=81254 vsize=18975048 memory=664970838410264707 CPUtime=0.18 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) S 81254 81257 78062 0 -1 1077936192 5791 0 0 0 16 2 0 0 20 0 18 0 7789285 19430449152 17292 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=18975048 memory=3637 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7789290 19430449152 17292 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=18975048 memory=14126749604647555 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7789290 19430449152 17292 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69168 KiB

[startup+0.309282 s]*
/proc/loadavg: 4.33 3.34 2.59 6/326 81275
/proc/meminfo: memFree=114103612/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=18975048 memory=70516 CPUtime=0.46 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 7462 0 0 0 42 4 0 0 20 0 18 0 7789284 19430449152 17629 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4743762 17629 5726 1 0 551673 0
[pid=81257/tid=81259] ppid=81254 vsize=18975048 memory=-6000919489886579559 CPUtime=0.28 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 5965 0 0 0 25 3 0 0 20 0 18 0 7789285 19430449152 17629 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7789290 19430449152 18141 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7789290 19430449152 18141 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70516 KiB

[startup+0.707805 s]
/proc/loadavg: 4.33 3.34 2.59 7/327 81276
/proc/meminfo: memFree=114000452/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=250092 CPUtime=1.17 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 9353 0 0 0 109 8 0 0 20 0 19 0 7789284 19498610688 62523 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 62523 5866 1 0 553080 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=5472 CPUtime=0.62 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 6141 0 0 0 56 6 0 0 20 0 19 0 7789285 19498610688 62523 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=12932 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 62523 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 62523 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 250092 KiB

[startup+1.50081 s]
/proc/loadavg: 4.33 3.34 2.59 7/327 81276
/proc/meminfo: memFree=113060356/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=2446104 CPUtime=2.67 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 17682 0 0 0 214 53 0 0 20 0 19 0 7789284 19498610688 611526 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 611526 5866 1 0 1129432 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=0 CPUtime=1.37 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 7197 0 0 0 88 49 0 0 20 0 19 0 7789285 19498610688 611526 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 611526 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=12932 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 611526 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2446104 KiB

[startup+3.10581 s]
/proc/loadavg: 4.30 3.35 2.60 5/327 81276
/proc/meminfo: memFree=111014912/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=3142440 CPUtime=4.45 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 18612 0 0 0 378 67 0 0 20 0 19 0 7789284 19498610688 785610 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 785610 5866 1 0 1129742 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=12932 CPUtime=2.9 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 7537 0 0 0 228 62 0 0 20 0 19 0 7789285 19498610688 785610 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 785610 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=489669221498217 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 785610 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 4.45 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3142440 KiB

[startup+6.30381 s]
/proc/loadavg: 4.30 3.35 2.60 5/327 81277
/proc/meminfo: memFree=109832408/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=4314604 CPUtime=7.75 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 20110 0 0 0 684 91 0 0 20 0 19 0 7789284 19498610688 1078651 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1078651 5866 1 0 1430553 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=12932 CPUtime=5.88 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) S 81254 81257 78062 0 -1 1077936192 8161 0 0 0 503 85 0 0 20 0 19 0 7789285 19498610688 1078651 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=3142440 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1078651 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=11652 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1078651 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 7.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4314604 KiB

[startup+12.7004 s]
/proc/loadavg: 4.28 3.36 2.61 5/327 81277
/proc/meminfo: memFree=109387768/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=4752080 CPUtime=14.4 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 21354 0 0 0 1340 100 0 0 20 0 19 0 7789284 19498610688 1188020 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1188020 5866 1 0 1537086 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=11652 CPUtime=11.68 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 9069 0 0 0 1075 93 0 0 20 0 19 0 7789285 19498610688 1188020 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=15823313192619110 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1188020 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=4743888 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1188020 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 14.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4752080 KiB

[startup+25.5098 s]
/proc/loadavg: 4.21 3.39 2.63 5/327 81280
/proc/meminfo: memFree=108865060/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=5220568 CPUtime=27.56 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 25926 0 0 0 2645 111 0 0 20 0 19 0 7789284 19498610688 1305142 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1305142 5866 1 0 1645727 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=31436 CPUtime=23.78 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) S 81254 81257 78062 0 -1 1077936192 11078 0 0 0 2276 102 0 0 20 0 19 0 7789285 19498610688 1305142 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=289 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1305142 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1305142 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 27.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5220568 KiB

[startup+51.1139 s]
/proc/loadavg: 4.20 3.46 2.68 5/327 81287
/proc/meminfo: memFree=108687604/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=5264012 CPUtime=53.7 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 28150 0 0 0 5254 116 0 0 20 0 19 0 7789284 19498610688 1316003 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1316003 5866 1 0 1645728 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=132 CPUtime=48.45 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 12840 0 0 0 4742 103 0 0 20 0 19 0 7789285 19498610688 1316003 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=5222616 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1316003 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=11652 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1316003 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 53.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5264012 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 3.59 2.76 5/327 81308
/proc/meminfo: memFree=108499716/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=5328124 CPUtime=105.47 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 37289 0 0 0 10422 125 0 0 20 0 19 0 7789284 19498610688 1332031 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1332031 5866 1 0 1645728 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=5324028 CPUtime=98.01 cores=5,7

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

Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6459944 KiB

[startup+1602.3 s]
/proc/loadavg: 4.34 4.37 4.02 5/316 82030
/proc/meminfo: memFree=104103240/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=6459944 CPUtime=1609.87 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 170470 0 0 0 160617 370 0 0 20 0 19 0 7789284 19498610688 1614986 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1614986 5866 1 0 1645728 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=15976 CPUtime=1573.06 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 75472 0 0 0 157165 141 0 0 20 0 19 0 7789285 19498610688 1614986 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=12932 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1614986 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=11652 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2012 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1614986 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1609.87 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6459944 KiB

[startup+1662.3 s]
/proc/loadavg: 4.22 4.33 4.03 5/316 82040
/proc/meminfo: memFree=104102764/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=6459944 CPUtime=1669.97 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 174199 0 0 0 166621 376 0 0 20 0 19 0 7789284 19498610688 1614986 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1614986 5866 1 0 1645728 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=15976 CPUtime=1632.3 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 77477 0 0 0 163089 141 0 0 20 0 19 0 7789285 19498610688 1614986 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=6459944 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1614986 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=11652 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2096 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1614986 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1669.97 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6459944 KiB

[startup+1722.3 s]
/proc/loadavg: 4.20 4.30 4.03 5/318 82220
/proc/meminfo: memFree=104101916/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=6459980 CPUtime=1730.11 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 179796 0 0 0 172626 385 0 0 20 0 19 0 7789284 19498610688 1614995 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1614995 5866 1 0 1645728 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=15976 CPUtime=1691.59 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 79828 0 0 0 169018 141 0 0 20 0 19 0 7789285 19498610688 1614995 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=6459944 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1614995 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=100 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2173 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1614995 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1730.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6459980 KiB

[startup+1739.26 s]
# the end of solver process 81257 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=1745.82 s, system=3.9337 s

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

[startup+1728 s]*
/proc/loadavg: 4.18 4.29 4.03 5/318 82222
/proc/meminfo: memFree=104099284/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=6462596 CPUtime=1736.94 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 189544 0 0 0 173306 388 0 0 20 0 19 0 7789284 19498610688 1615649 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1615649 5866 1 0 1647352 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=40404 CPUtime=1697.22 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 81079 0 0 0 169580 142 0 0 20 0 19 0 7789285 19498610688 1615649 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=31524 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1615649 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=18180 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2173 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1615649 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1736.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6462596 KiB

[startup+1734.4 s]
/proc/loadavg: 4.15 4.28 4.03 5/318 82223
/proc/meminfo: memFree=104099284/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=6462596 CPUtime=1743.33 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 189915 0 0 0 173944 389 0 0 20 0 19 0 7789284 19498610688 1615649 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1615649 5866 1 0 1647352 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=11652 CPUtime=1703.49 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 81336 0 0 0 170207 142 0 0 20 0 19 0 7789285 19498610688 1615649 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 55 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=6477472 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1615649 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=5548 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2173 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1615649 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1743.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6462596 KiB

[startup+1737.6 s]
/proc/loadavg: 4.15 4.28 4.03 5/318 82223
/proc/meminfo: memFree=104099032/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19041612 memory=6467340 CPUtime=1747.38 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 193505 0 0 0 174348 390 0 0 20 0 19 0 7789284 19498610688 1616835 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4760403 1616835 5903 1 0 1648458 0
[pid=81257/tid=81259] ppid=81254 vsize=19041612 memory=6462596 CPUtime=1706.64 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) S 81254 81257 78062 0 -1 1077936192 84797 0 0 0 170521 143 0 0 20 0 19 0 7789285 19498610688 1616835 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 55 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19041612 memory=6462632 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1616835 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19041612 memory=-6000919489886579559 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2173 0 0 0 0 0 0 0 20 0 19 0 7789290 19498610688 1616835 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1747.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6467340 KiB

[startup+1738.4 s]
/proc/loadavg: 4.15 4.28 4.03 10/319 82224
/proc/meminfo: memFree=104094684/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19174740 memory=6467516 CPUtime=1748.82 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 193929 0 0 0 174491 391 0 0 20 0 21 0 7789284 19634933760 1616879 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4793685 1616879 5903 1 0 1649091 0
[pid=81257/tid=81259] ppid=81254 vsize=19174740 memory=6467340 CPUtime=1706.93 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 84882 0 0 0 170550 143 0 0 20 0 21 0 7789285 19634933760 1616879 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 55 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19174740 memory=6463004 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7789290 19634933760 1616879 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19174740 memory=31436 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2180 0 0 0 0 0 0 0 20 0 21 0 7789290 19634933760 1616879 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1748.82 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6467516 KiB

[startup+1738.8 s]
/proc/loadavg: 4.15 4.28 4.03 10/319 82224
/proc/meminfo: memFree=104094684/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19174740 memory=6467516 CPUtime=1749.25 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 193934 0 0 0 174534 391 0 0 20 0 21 0 7789284 19634933760 1616879 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4793685 1616879 5903 1 0 1649091 0
[pid=81257/tid=81259] ppid=81254 vsize=19174740 memory=3491 CPUtime=1707.33 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) R 81254 81257 78062 0 -1 4194368 84882 0 0 0 170590 143 0 0 20 0 21 0 7789285 19634933760 1616879 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 55 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19174740 memory=18267 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7789290 19634933760 1616879 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19174740 memory=462524 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2180 0 0 0 0 0 0 0 20 0 21 0 7789290 19634933760 1616879 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1749.25 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6467516 KiB

[startup+1739.2 s]
/proc/loadavg: 4.38 4.33 4.05 5/320 82225
/proc/meminfo: memFree=104094132/131655788 swapFree=131071996/131071996
[pid=81257] ppid=81254 vsize=19174740 memory=6467572 CPUtime=1749.69 cores=5,7
/proc/81257/stat : 81257 (java) S 81254 81257 78062 0 -1 1077936128 193973 0 0 0 174578 391 0 0 20 0 21 0 7789284 19634933760 1616893 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
/proc/81257/statm: 4793685 1616893 5903 1 0 1649108 0
[pid=81257/tid=81259] ppid=81254 vsize=19174740 memory=11652 CPUtime=1707.72 cores=5,7
/proc/81257/task/81259/stat : 81259 (java) S 81254 81257 78062 0 -1 1077936192 84919 0 0 0 170629 143 0 0 20 0 21 0 7789285 19634933760 1616893 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 55 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81268] ppid=81254 vsize=19174740 memory=31436 CPUtime=0 cores=5,7
/proc/81257/task/81268/stat : 81268 (Finalizer) S 81254 81257 78062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7789290 19634933760 1616893 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=81275] ppid=81254 vsize=19174740 memory=-6000919489886579559 CPUtime=0 cores=5,7
/proc/81257/task/81275/stat : 81275 (Common-Cleaner) S 81254 81257 78062 0 -1 1077936192 2180 0 0 0 0 0 0 0 20 0 21 0 7789290 19634933760 1616893 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
[pid=81257/tid=82225] ppid=81254 vsize=19174740 memory=2316 CPUtime=0 cores=5,7
/proc/81257/task/82225/stat : 82225 (Timer-0) S 81254 81257 78062 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 7963104 19634933760 1616893 134679101440 94302770130944 94302770134640 140724692280560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94302770142456 94302770143248 94302775615488 140724692288500 140724692288608 140724692288608 140724692295624 0
Current children cumulated CPU time: 1749.69 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6467572 KiB

Child status: 1

Real time (s): 1739.26
CPU time (s): 1749.75
CPU user time (s): 1745.82
CPU system time (s): 3.9337
CPU usage (%): 100.603
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 6477472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.82
system time used= 3.9337
maximum resident set size= 6477472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 234512
involuntary context switches= 4125


# summary of solver processes directly reported to runsolver:
#   pid: 81257
#   total CPU time (s): 1749.75
#   total CPU user time (s): 1745.82
#   total CPU system time (s): 3.9337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.47889 second user time and 19.1407 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-23 08:59:59
IDJOB=4456330
IDBENCH=143877
IDSOLVER=3036
FILE ID=nodeC008/4456330-1721717999
RUNJOBID= nodeC008-1721717812-78075
SLURM_JOB_ID= 7770387
Free space on /tmp= 723668 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen08reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456330-1721717999/watcher-4456330-1721717999 -o /tmp/evaluation-result-4456330-1721717999/solver-4456330-1721717999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721717812-78075 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456330-1721717999.wbo

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

MD5SUM BENCH= 6173017921cf4cdc7f10e0dda09f7db9
RANDOM SEED=938242358

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		: 3565.864
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.19
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		: 3660.282
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.33
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.183
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.19
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.127
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.33
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		: 3509.753
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.19
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		: 2050.909
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.33
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.131
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.19
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		: 1256.044
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114155260 kB
MemAvailable:   118755112 kB
Buffers:          136044 kB
Cached:          5241640 kB
SwapCached:            0 kB
Active:           879012 kB
Inactive:       16002572 kB
Active(anon):       1448 kB
Inactive(anon): 11531964 kB
Active(file):     877564 kB
Inactive(file):  4470608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             44024 kB
Writeback:             0 kB
AnonPages:      11503596 kB
Mapped:           119208 kB
Shmem:             29512 kB
KReclaimable:     183424 kB
Slab:             281664 kB
SReclaimable:     183424 kB
SUnreclaim:        98240 kB
KernelStack:        4960 kB
PageTables:        32396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   16883108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16064 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11200512 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:      256840 kB
DirectMap2M:    24813568 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723664 MiB
End job on nodeC008 at 2024-07-23 09:28:59