Trace number 4445285

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.26 3560.33

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMb3a7e12d93ab079a38c8d0bc0b1ef8cc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20800.4
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.13	c Number of processors 	2
0.13/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.21	 - never skip resolution steps
0.13/0.21	 - Auto-division on coefficients is disabled
0.13/0.21	 - No postprocessing
0.13/0.21	 - Conflict is considered as is when resolving
0.13/0.21	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.21	 - Weaken first using unassigned literals
0.13/0.21	 - Bump strategy: ALWAYS_ONE
0.13/0.21	 - Bumper: ASSIGNED
0.13/0.21	--- Begin Solver configuration ---
0.13/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.21	Learn all clauses as in MiniSAT
0.13/0.21	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.21	No reason simplification
0.13/0.21	Armin Biere (Picosat) restarts strategy
0.13/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.21	timeout=2147483s
0.13/0.21	DB Simplification allowed=false
0.13/0.21	Listener: none
0.13/0.21	--- End Solver configuration ---
0.13/0.21	c Pseudo Boolean Optimization by upper bound
0.13/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.21	c  - never skip resolution steps
0.13/0.21	c  - Auto-division on coefficients is disabled
0.13/0.21	c  - No postprocessing
0.13/0.21	c  - Conflict is considered as is when resolving
0.13/0.21	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.21	c  - Weaken first using unassigned literals
0.13/0.21	c  - Bump strategy: ALWAYS_ONE
0.13/0.21	c  - Bumper: ASSIGNED
0.13/0.21	c --- Begin Solver configuration ---
0.13/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.21	c Learn all clauses as in MiniSAT
0.13/0.21	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.21	c No reason simplification
0.13/0.21	c Armin Biere (Picosat) restarts strategy
0.13/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.21	c timeout=2147483s
0.13/0.21	c DB Simplification allowed=false
0.13/0.21	c Listener: none
0.13/0.21	c --- End Solver configuration ---
0.13/0.21	c solving HOME/instance-4445285-1721323683.opb
0.13/0.21	c reading problem ... 
0.13/0.21	c  no objective function found
0.13/0.22	c ... done. Wall clock time 0.009s.
0.13/0.22	c declared #vars     52
0.13/0.22	c #constraints  2
0.13/0.22	c constraints type 
0.13/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.13/0.22	c 2 constraints processed.
22.68/18.34	c cleaning 2498 clauses out of 5001 with flag 0/5001
66.65/61.53	c cleaning 4248 clauses out of 8504 with flag 0/11002
136.57/130.94	c cleaning 5623 clauses out of 11255 with flag 0/18001
224.87/219.24	c cleaning 6812 clauses out of 13631 with flag 0/26000
325.97/320.19	c cleaning 7906 clauses out of 15821 with flag 0/35002
468.05/461.14	c cleaning 8954 clauses out of 17915 with flag 0/45002
610.49/603.12	c cleaning 9977 clauses out of 19959 with flag 0/56000
765.61/757.95	c cleaning 10990 clauses out of 21984 with flag 0/68002
952.78/944.02	c cleaning 11993 clauses out of 23993 with flag 0/81001
1177.57/1167.58	c cleaning 12997 clauses out of 26001 with flag 0/95002
1424.54/1412.85	c cleaning 13996 clauses out of 28002 with flag 0/110000
1724.51/1709.78	c cleaning 14996 clauses out of 30006 with flag 0/126000
2060.40/2042.73	c cleaning 15998 clauses out of 32010 with flag 0/143000
2403.39/2381.38	c cleaning 16999 clauses out of 34013 with flag 0/161001
2799.15/2773.48	c cleaning 18002 clauses out of 36013 with flag 0/180000
3228.56/3195.78	c cleaning 19001 clauses out of 38011 with flag 0/200000
3600.04/3560.22	c starts		: 119
3600.04/3560.24	c timeout
3600.04/3560.25	c conflicts		: 219147
3600.04/3560.26	c decisions		: 258120
3600.04/3560.26	c propagations		: 918068
3600.04/3560.26	c inspects		: 2469932952
3600.04/3560.26	c shortcuts		: 0
3600.04/3560.26	c learnt literals	: 0
3600.04/3560.26	c learnt binary clauses	: 0
3600.04/3560.26	c learnt ternary clauses	: 0
3600.04/3560.26	c learnt constraints	: 219147
3600.04/3560.26	c ignored constraints	: 0
3600.04/3560.26	c root simplifications	: 0
3600.04/3560.26	c removed literals (reason simplification)	: 0
3600.04/3560.26	c reason swapping (by a shorter reason)	: 0
3600.04/3560.26	c Calls to reduceDB	: 16
3600.04/3560.26	c Number of update (reduction) of LBD	: 30
3600.04/3560.26	c Imported unit clauses	: 0
3600.04/3560.26	c No decision after first conflict	: false
3600.04/3560.26	c number of reductions to clauses (during analyze)	: 0
3600.04/3560.26	c number of learned constraints concerned by reduction	: 0
3600.04/3560.26	c number of learning phase by resolution	: 0
3600.04/3560.26	c number of learning phase by cutting planes	: 0
3600.04/3560.26	c number of rounding to 1 operations	: 840406
3600.04/3560.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3560.26	c number of reductions of the coefficients by power 2 	: 0
3600.04/3560.26	c number of right shift for reduction by power 2 	: 0
3600.04/3560.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3560.26	c number of ending skipping 	: 0
3600.04/3560.26	c number of internal skipping 	: 0
3600.04/3560.26	c number of derivation steps 	: 689147
3600.04/3560.26	c number of skipped derivation steps 	: 0
3600.04/3560.26	c number of remaining unassigned 	: 53711
3600.04/3560.26	c number of remaining assigned 	: 19901787
3600.04/3560.26	c number of falsified literals weakened from reason	: 0
3600.04/3560.26	c number of falsified literals weakened from conflict	: 0
3600.04/3560.26	c time for arithmetic operations	: 1102113334
3600.04/3560.27	c minimum degree of deleted constraints	: 32
3600.04/3560.27	c maximum degree of deleted constraints	: 3356181296
3600.04/3560.27	c number of deleted constraints	: 180990
3600.04/3560.27	c speed (assignments/second)	: 257.88072018109864
3600.04/3560.27	c non guided choices	: 43
3600.04/3560.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2084
3600.04/3560.29	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 200
3600.04/3560.29	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 35873
3600.04/3560.30	s UNKNOWN
3600.04/3560.30	c Total wall clock time (in seconds): 3560.091

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445285-1721323683/watcher-4445285-1721323683 -o /tmp/evaluation-result-4445285-1721323683/solver-4445285-1721323683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957068 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445285-1721323683.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=962168, runsolver pid=962165

[startup+0.103975 s]*
/proc/loadavg: 4.26 4.34 4.31 7/318 962186
/proc/meminfo: memFree=119897028/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=18975048 memory=56540 CPUtime=0.13 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 6631 0 0 0 9 4 0 0 20 0 18 0 184527897 19430449152 14135 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4743762 14135 5643 1 0 550940 0
[pid=962168/tid=962170] ppid=962165 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 5581 0 0 0 5 3 0 0 20 0 18 0 184527898 19430449152 14135 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184527903 19430449152 14135 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184527904 19430449152 14135 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56540 KiB

[startup+0.219922 s]*
/proc/loadavg: 4.26 4.34 4.31 8/318 962186
/proc/meminfo: memFree=119886624/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19041612 memory=66804 CPUtime=0.34 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 7618 0 0 0 30 4 0 0 20 0 19 0 184527897 19498610688 16701 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4760403 16701 5733 1 0 552071 0
[pid=962168/tid=962170] ppid=962165 vsize=19041612 memory=4782652875487838339 CPUtime=0.2 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 6134 0 0 0 16 4 0 0 20 0 19 0 184527898 19498610688 16701 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19041612 memory=671 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184527903 19498610688 16701 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19041612 memory=14697383271339398 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184527904 19498610688 16701 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (java) R 962165 962168 957012 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 184527920 19498610688 16701 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 66804 KiB

[startup+0.318926 s]*
/proc/loadavg: 4.26 4.34 4.31 7/319 962187
/proc/meminfo: memFree=119873524/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19041612 memory=83548 CPUtime=0.52 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 7734 0 0 0 48 4 0 0 20 0 19 0 184527897 19498610688 20887 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4760403 20887 5733 1 0 552087 0
[pid=962168/tid=962170] ppid=962165 vsize=19041612 memory=-8815630701338862268 CPUtime=0.29 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 6167 0 0 0 25 4 0 0 20 0 19 0 184527898 19498610688 20887 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184527903 19498610688 20887 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184527904 19498610688 20887 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184527920 19498610688 20887 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83548 KiB

[startup+0.701437 s]
/proc/loadavg: 4.26 4.34 4.31 7/319 962187
/proc/meminfo: memFree=119831976/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19041612 memory=154676 CPUtime=1.19 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 14094 0 0 0 112 7 0 0 20 0 19 0 184527897 19498610688 38669 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4760403 38669 5803 1 0 555899 0
[pid=962168/tid=962170] ppid=962165 vsize=19041612 memory=43720 CPUtime=0.53 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 6225 0 0 0 48 5 0 0 20 0 19 0 184527898 19498610688 38669 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19041612 memory=12776 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184527903 19498610688 38669 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19041612 memory=2216 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184527904 19498610688 38669 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19041612 memory=32144 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184527920 19498610688 38669 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 154676 KiB

[startup+1.50091 s]
/proc/loadavg: 4.26 4.34 4.31 6/320 962188
/proc/meminfo: memFree=119773644/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=245804 CPUtime=2.75 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 20668 0 0 0 265 10 0 0 20 0 20 0 184527897 19566772224 61451 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 61451 5803 1 0 557589 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=12776 CPUtime=1.25 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 6350 0 0 0 118 7 0 0 20 0 20 0 184527898 19566772224 61451 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 61451 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=2216 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184527904 19566772224 61451 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=32144 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 61451 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 245804 KiB

[startup+3.10586 s]
/proc/loadavg: 4.26 4.34 4.31 8/320 962258
/proc/meminfo: memFree=122230392/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=622940 CPUtime=5.83 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 30162 0 0 0 563 20 0 0 20 0 20 0 184527897 19566772224 155735 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 155735 5835 1 0 561714 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=0 CPUtime=2.84 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 7372 0 0 0 269 15 0 0 20 0 20 0 184527898 19566772224 155735 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=-8815630701338862268 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 155735 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184527904 19566772224 155735 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=2216 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 155735 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 622940 KiB

[startup+6.30044 s]
/proc/loadavg: 4.40 4.37 4.32 5/320 962258
/proc/meminfo: memFree=120919616/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=1335752 CPUtime=9.28 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 30837 0 0 0 893 35 0 0 20 0 20 0 184527897 19566772224 333938 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 333938 5835 1 0 561718 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=2216 CPUtime=5.97 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 7899 0 0 0 568 29 0 0 20 0 20 0 184527898 19566772224 333938 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 333938 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184527904 19566772224 333938 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=-2629634285971821982 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 333938 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335752 KiB

[startup+12.7005 s]
/proc/loadavg: 4.45 4.38 4.32 7/320 962326
/proc/meminfo: memFree=123521488/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=1348968 CPUtime=16.94 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 32615 0 0 0 1658 36 0 0 20 0 20 0 184527897 19566772224 337242 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 337242 5835 1 0 561718 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=12776 CPUtime=12.28 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 8513 0 0 0 1199 29 0 0 20 0 20 0 184527898 19566772224 337242 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=1342676 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 337242 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=1348820 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184527904 19566772224 337242 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 337242 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 16.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1348968 KiB

[startup+25.5005 s]
/proc/loadavg: 4.62 4.42 4.34 5/322 962500
/proc/meminfo: memFree=121518796/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=1778228 CPUtime=30.59 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 42792 0 0 0 3013 46 0 0 20 0 20 0 184527897 19566772224 444557 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 444557 5835 1 0 668282 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=1778228 CPUtime=24.74 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 11128 0 0 0 2437 37 0 0 20 0 20 0 184527898 19566772224 444557 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=1353496 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 444557 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=1353496 CPUtime=0 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 184527904 19566772224 444557 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 444557 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 30.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1778228 KiB

[startup+51.1059 s]
/proc/loadavg: 4.68 4.46 4.35 5/322 962503
/proc/meminfo: memFree=120447964/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=2283572 CPUtime=56.2 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 50923 0 0 0 5559 61 0 0 20 0 20 0 184527897 19566772224 570893 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 570893 5835 1 0 795717 0

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

/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 903611 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=-8815630701338862268 CPUtime=0.01 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 3484 0 0 0 0 1 0 0 20 0 20 0 184527904 19566772224 903611 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=3614444 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 903611 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 3194.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3614444 KiB

[startup+3222.3 s]
/proc/loadavg: 4.55 4.31 4.21 5/320 964635
/proc/meminfo: memFree=115143064/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=3614516 CPUtime=3256.71 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 275864 0 0 0 325366 305 0 0 20 0 20 0 184527897 19566772224 903629 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 903629 5857 1 0 929963 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=3614436 CPUtime=3155.07 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 130842 0 0 0 315426 81 0 0 20 0 20 0 184527898 19566772224 903629 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=3614444 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 903629 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=3614444 CPUtime=0.01 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 3599 0 0 0 0 1 0 0 20 0 20 0 184527904 19566772224 903629 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=32144 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 903629 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 3256.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3614516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.33 4.23 5/320 964646
/proc/meminfo: memFree=115978536/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=3614524 CPUtime=3317.97 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 279334 0 0 0 331488 309 0 0 20 0 20 0 184527897 19566772224 903631 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 903631 5857 1 0 929963 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=3614516 CPUtime=3213.9 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 132922 0 0 0 321309 81 0 0 20 0 20 0 184527898 19566772224 903631 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 903631 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=3614516 CPUtime=0.01 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 3599 0 0 0 0 1 0 0 20 0 20 0 184527904 19566772224 903631 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 903631 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 3317.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3614524 KiB

[startup+3342.3 s]
/proc/loadavg: 4.56 4.38 4.25 5/320 964657
/proc/meminfo: memFree=115803920/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=3614540 CPUtime=3378.79 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 282873 0 0 0 337565 314 0 0 20 0 20 0 184527897 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 903635 5857 1 0 929963 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=3614540 CPUtime=3272.66 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 135018 0 0 0 327185 81 0 0 20 0 20 0 184527898 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=3614524 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=3614444 CPUtime=0.01 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 3700 0 0 0 0 1 0 0 20 0 20 0 184527904 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=3614540 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 3378.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3614540 KiB

[startup+3402.3 s]
/proc/loadavg: 4.50 4.38 4.26 5/320 964668
/proc/meminfo: memFree=114940080/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=3614540 CPUtime=3439.45 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 286449 0 0 0 343628 317 0 0 20 0 20 0 184527897 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 903635 5857 1 0 929963 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=3614540 CPUtime=3331.63 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 137136 0 0 0 333081 82 0 0 20 0 20 0 184527898 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=16116 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=3614540 CPUtime=0.01 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 3790 0 0 0 0 1 0 0 20 0 20 0 184527904 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=3614540 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 903635 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 3439.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3614540 KiB

[startup+3462.3 s]
/proc/loadavg: 5.04 4.56 4.33 5/322 965064
/proc/meminfo: memFree=114939240/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=3614580 CPUtime=3500.63 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 290172 0 0 0 349741 322 0 0 20 0 20 0 184527897 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 903645 5857 1 0 929963 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=3614540 CPUtime=3390.32 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 139119 0 0 0 338950 82 0 0 20 0 20 0 184527898 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=3614540 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=11464 CPUtime=0.01 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 3880 0 0 0 0 1 0 0 20 0 20 0 184527904 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=-4421386483329754721 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 3500.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3614580 KiB

[startup+3522.3 s]
/proc/loadavg: 4.54 4.50 4.32 5/322 965079
/proc/meminfo: memFree=114437488/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=3614580 CPUtime=3561.64 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 293616 0 0 0 355838 326 0 0 20 0 20 0 184527897 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 903645 5857 1 0 929963 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=3614580 CPUtime=3449.22 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 140996 0 0 0 344840 82 0 0 20 0 20 0 184527898 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=11464 CPUtime=0.01 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 3970 0 0 0 0 1 0 0 20 0 20 0 184527904 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=3614580 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 3561.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3614580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.2 s]
/proc/loadavg: 4.42 4.48 4.32 5/322 965086
/proc/meminfo: memFree=114437380/131655788 swapFree=131071996/131071996
[pid=962168] ppid=962165 vsize=19108176 memory=3614580 CPUtime=3600.04 cores=0,2
/proc/962168/stat : 962168 (java) S 962165 962168 957012 0 -1 1077936128 294546 0 0 0 359675 329 0 0 20 0 20 0 184527897 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
/proc/962168/statm: 4777044 903645 5857 1 0 929963 0
[pid=962168/tid=962170] ppid=962165 vsize=19108176 memory=3614580 CPUtime=3486.36 cores=0,2
/proc/962168/task/962170/stat : 962170 (java) R 962165 962168 957012 0 -1 4194368 141863 0 0 0 348553 83 0 0 20 0 20 0 184527898 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962179] ppid=962165 vsize=19108176 memory=2732 CPUtime=0 cores=0,2
/proc/962168/task/962179/stat : 962179 (Finalizer) S 962165 962168 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184527903 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962186] ppid=962165 vsize=19108176 memory=3396 CPUtime=0.01 cores=0,2
/proc/962168/task/962186/stat : 962186 (Common-Cleaner) S 962165 962168 957012 0 -1 1077936192 3970 0 0 0 0 1 0 0 20 0 20 0 184527904 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
[pid=962168/tid=962187] ppid=962165 vsize=19108176 memory=3961468 CPUtime=0 cores=0,2
/proc/962168/task/962187/stat : 962187 (Timer-0) S 962165 962168 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184527920 19566772224 903645 134679101440 94288259772416 94288259776112 140733554415840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288259783928 94288259784720 94288285745152 140733554418671 140733554418784 140733554418784 140733554425800 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3614580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.94 s, system=3.32171 s

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

[startup+3560.32 s]*
/proc/loadavg: 4.42 4.48 4.32 6/305 965089
/proc/meminfo: memFree=118020644/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): 3560.33
CPU time (s): 3600.26
CPU user time (s): 3596.94
CPU system time (s): 3.32171
CPU usage (%): 101.121
Max. virtual memory (cumulated for all children) (KiB): 19110588
Max. memory (cumulated for all children) (KiB): 3614580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.94
system time used= 3.32171
maximum resident set size= 3615460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133221
involuntary context switches= 30183


# summary of solver processes directly reported to runsolver:
#   pid: 962168
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.94
#   total CPU system time (s): 3.32171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5799 second user time and 39.0157 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 19:28:15
IDJOB=4445285
IDBENCH=148106
IDSOLVER=3046
FILE ID=nodeC009/4445285-1721323683
RUNJOBID= nodeC009-1721316605-957068
SLURM_JOB_ID= 7542654
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445285-1721323683/watcher-4445285-1721323683 -o /tmp/evaluation-result-4445285-1721323683/solver-4445285-1721323683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957068 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445285-1721323683.opb

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

MD5SUM BENCH= b3a7e12d93ab079a38c8d0bc0b1ef8cc
RANDOM SEED=1146243778

nodeC009.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		: 3492.182
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	: 6984.34
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		: 3504.935
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.27
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.320
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	: 6984.34
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.362
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.27
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		: 3548.890
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	: 6984.34
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		: 3533.330
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.27
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.335
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	: 6984.34
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.391
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119932592 kB
MemAvailable:   120710756 kB
Buffers:          519876 kB
Cached:          1096472 kB
SwapCached:            0 kB
Active:          1018408 kB
Inactive:       10140940 kB
Active(anon):       1460 kB
Inactive(anon):  9579240 kB
Active(file):    1016948 kB
Inactive(file):   561700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:       9541896 kB
Mapped:           126256 kB
Shmem:             37700 kB
KReclaimable:      79096 kB
Slab:             179116 kB
SReclaimable:      79096 kB
SUnreclaim:       100020 kB
KernelStack:        4832 kB
PageTables:        28772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10200288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58240 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9205760 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC009 at 2024-07-18 20:27:35