Trace number 4452505

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.33 3568.15

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-952987.0.d.opb
MD5SUMc2f3e0c6154609bf2d3178c0d208b6f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31248
Total number of constraints354
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints177
Minimum length of a constraint168
Maximum length of a constraint343
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 1050
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 27454
Number of bits of the biggest sum of numbers15
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	 - never skip resolution steps
0.14/0.17	 - Auto-division on coefficients is disabled
0.14/0.17	 - No postprocessing
0.14/0.17	 - Conflict is considered as is when resolving
0.14/0.17	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.17	 - Weaken first using unassigned literals
0.14/0.17	 - Bump strategy: ALWAYS_ONE
0.14/0.17	 - Bumper: ASSIGNED
0.14/0.17	--- Begin Solver configuration ---
0.14/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.17	Learn all clauses as in MiniSAT
0.14/0.17	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	No reason simplification
0.14/0.17	Armin Biere (Picosat) restarts strategy
0.14/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.17	timeout=2147483s
0.14/0.17	DB Simplification allowed=false
0.14/0.17	Listener: none
0.14/0.17	--- End Solver configuration ---
0.14/0.17	c Pseudo Boolean Optimization by upper bound
0.14/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	c  - never skip resolution steps
0.14/0.17	c  - Auto-division on coefficients is disabled
0.14/0.17	c  - No postprocessing
0.14/0.17	c  - Conflict is considered as is when resolving
0.14/0.17	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.17	c  - Weaken first using unassigned literals
0.14/0.17	c  - Bump strategy: ALWAYS_ONE
0.14/0.17	c  - Bumper: ASSIGNED
0.14/0.17	c --- Begin Solver configuration ---
0.14/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.17	c Learn all clauses as in MiniSAT
0.14/0.17	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	c No reason simplification
0.14/0.17	c Armin Biere (Picosat) restarts strategy
0.14/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.17	c timeout=2147483s
0.14/0.17	c DB Simplification allowed=false
0.14/0.17	c Listener: none
0.14/0.17	c --- End Solver configuration ---
0.14/0.17	c solving HOME/instance-4452505-1721446472.opb
0.14/0.17	c reading problem ... 
0.14/0.17	c  no objective function found
0.69/0.47	c ... done. Wall clock time 0.301s.
0.69/0.47	c declared #vars     31248
0.69/0.47	c #constraints  522
0.69/0.47	c constraints type 
0.69/0.47	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 345
0.69/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 177
0.69/0.47	c 522 constraints processed.
14.11/9.26	c cleaning 2491 clauses out of 5000 with flag 0/5000
22.07/16.52	c cleaning 2685 clauses out of 8509 with flag 0/11000
48.13/41.94	c cleaning 2905 clauses out of 12824 with flag 0/18000
68.46/61.94	c cleaning 3101 clauses out of 17920 with flag 0/26001
130.36/123.36	c cleaning 4205 clauses out of 23818 with flag 0/35000
275.51/268.66	c cleaning 5641 clauses out of 29613 with flag 0/45000
549.36/541.63	c cleaning 6982 clauses out of 34972 with flag 0/56000
899.80/890.24	c cleaning 7126 clauses out of 39990 with flag 0/68000
983.68/973.57	c cleaning 6708 clauses out of 45864 with flag 0/81000
1061.95/1051.32	c cleaning 5148 clauses out of 53156 with flag 0/95000
1081.98/1070.89	c cleaning 2908 clauses out of 63008 with flag 0/110000
1282.00/1270.10	c cleaning 7433 clauses out of 76100 with flag 0/126000
1690.09/1676.60	c cleaning 9642 clauses out of 85667 with flag 0/143000
1712.66/1698.66	c cleaning 945 clauses out of 94025 with flag 0/161000
1751.91/1737.00	c cleaning 2920 clauses out of 112081 with flag 0/180001
2138.38/2122.62	c cleaning 14923 clauses out of 129161 with flag 0/200001
2951.35/2929.85	c cleaning 16332 clauses out of 135237 with flag 0/221000
3600.07/3568.01	c starts		: 119
3600.07/3568.02	c conflicts		: 227056
3600.07/3568.02	c decisions		: 1588767
3600.07/3568.02	c propagations		: 7455405
3600.07/3568.02	c inspects		: 392343027
3600.07/3568.02	c shortcuts		: 0
3600.07/3568.02	c learnt literals	: 0
3600.07/3568.02	c learnt binary clauses	: 0
3600.07/3568.02	c learnt ternary clauses	: 0
3600.07/3568.02	c learnt constraints	: 227056
3600.07/3568.02	c ignored constraints	: 0
3600.07/3568.02	c root simplifications	: 0
3600.07/3568.02	c removed literals (reason simplification)	: 0
3600.07/3568.02	c reason swapping (by a shorter reason)	: 0
3600.07/3568.02	c Calls to reduceDB	: 17
3600.07/3568.02	c Number of update (reduction) of LBD	: 0
3600.07/3568.02	c Imported unit clauses	: 0
3600.07/3568.02	c No decision after first conflict	: false
3600.07/3568.02	c number of reductions to clauses (during analyze)	: 0
3600.07/3568.02	c number of learned constraints concerned by reduction	: 0
3600.07/3568.02	c number of learning phase by resolution	: 0
3600.07/3568.02	c number of learning phase by cutting planes	: 0
3600.07/3568.02	c number of rounding to 1 operations	: 672666
3600.07/3568.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3568.02	c number of reductions of the coefficients by power 2 	: 0
3600.07/3568.02	c number of right shift for reduction by power 2 	: 0
3600.07/3568.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3568.02	c number of ending skipping 	: 0
3600.07/3568.02	c number of internal skipping 	: 0
3600.07/3568.02	c number of derivation steps 	: 595044
3600.07/3568.02	c number of skipped derivation steps 	: 0
3600.07/3568.02	c number of remaining unassigned 	: 433637
3600.07/3568.02	c number of remaining assigned 	: 117683276
3600.07/3568.02	c number of falsified literals weakened from reason	: 0
3600.07/3568.02	c number of falsified literals weakened from conflict	: 0
3600.07/3568.02	c time for arithmetic operations	: 8349062344
3600.07/3568.04	c minimum degree of deleted constraints	: 4
3600.07/3568.04	c maximum degree of deleted constraints	: 107289459
3600.07/3568.04	c number of deleted constraints	: 102095
3600.07/3568.04	c speed (assignments/second)	: 2089.7893477828834
3600.07/3568.04	c non guided choices	: 404538
3600.28/3568.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118064
3600.28/3568.12	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6897
3600.28/3568.12	s UNKNOWN
3600.28/3568.12	c Total wall clock time (in seconds): 3567.953

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: 63968 MiB (54992 MiB free)
  memory of node 1: 64473 MiB (59349 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452505-1721446472/watcher-4452505-1721446472 -o /tmp/evaluation-result-4452505-1721446472/solver-4452505-1721446472 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037947 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452505-1721446472.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.103088 s]*
/proc/loadavg: 4.34 4.26 4.20 7/330 1040046
/proc/meminfo: memFree=117044096/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=18975048 memory=63284 CPUtime=0.14 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 7174 0 0 0 12 2 0 0 20 0 18 0 196813885 19430449152 15821 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4743762 15821 5725 1 0 549310 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 1077936192 5709 0 0 0 7 1 0 0 20 0 18 0 196813886 19430449152 15821 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196813888 19430449152 15821 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196813889 19430449152 15821 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63284 KiB

[startup+0.206856 s]*
/proc/loadavg: 4.34 4.26 4.20 7/330 1040046
/proc/meminfo: memFree=117031672/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=18975048 memory=76044 CPUtime=0.31 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 7742 0 0 0 29 2 0 0 20 0 18 0 196813885 19430449152 19011 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4743762 19011 5857 1 0 549688 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 6016 0 0 0 16 1 0 0 20 0 18 0 196813886 19430449152 19011 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196813888 19430449152 19011 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196813889 19430449152 19011 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76044 KiB

[startup+0.30686 s]*
/proc/loadavg: 4.34 4.26 4.20 7/330 1040046
/proc/meminfo: memFree=116966284/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=18975048 memory=141272 CPUtime=0.5 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 9185 0 0 0 46 4 0 0 20 0 18 0 196813885 19430449152 35318 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4743762 35318 5857 1 0 550594 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=18975048 memory=-7812159286163827047 CPUtime=0.27 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 6065 0 0 0 24 3 0 0 20 0 18 0 196813886 19430449152 35318 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196813888 19430449152 35318 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196813889 19430449152 35318 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 141272 KiB

[startup+0.706854 s]
/proc/loadavg: 4.34 4.26 4.20 7/332 1040048
/proc/meminfo: memFree=116919112/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=192108 CPUtime=1.27 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 13335 0 0 0 121 6 0 0 20 0 20 0 196813885 19566772224 48027 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 48027 5873 1 0 553853 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=5544 CPUtime=0.61 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 6146 0 0 0 58 3 0 0 20 0 20 0 196813886 19566772224 48027 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 48027 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=279614719320744 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 48027 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 48027 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192108 KiB

[startup+1.50087 s]
/proc/loadavg: 4.34 4.26 4.20 6/332 1040048
/proc/meminfo: memFree=116910100/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=274360 CPUtime=2.83 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 16921 0 0 0 275 8 0 0 20 0 20 0 196813885 19566772224 68590 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 68590 5873 1 0 773087 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=12504 CPUtime=1.3 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 6208 0 0 0 126 4 0 0 20 0 20 0 196813886 19566772224 68590 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 68590 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 68590 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=279614719173904 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 68590 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 274360 KiB

[startup+3.10686 s]
/proc/loadavg: 4.34 4.26 4.20 6/332 1040048
/proc/meminfo: memFree=116372540/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=802592 CPUtime=6.01 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 18155 0 0 0 583 18 0 0 20 0 20 0 196813885 19566772224 200648 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 200648 5873 1 0 944744 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=0 CPUtime=2.82 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 6433 0 0 0 270 12 0 0 20 0 20 0 196813886 19566772224 200648 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 200648 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 200648 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 200648 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 802592 KiB

[startup+6.30029 s]
/proc/loadavg: 4.31 4.26 4.19 5/332 1040048
/proc/meminfo: memFree=115708128/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=1394184 CPUtime=10.63 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 18906 0 0 0 1034 29 0 0 20 0 20 0 196813885 19566772224 348546 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 348546 5889 1 0 944759 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=12504 CPUtime=5.85 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 6907 0 0 0 564 21 0 0 20 0 20 0 196813886 19566772224 348546 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 348546 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 348546 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=325816 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 348546 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 10.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1394184 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.25 4.19 5/332 1040049
/proc/meminfo: memFree=114689332/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=2665100 CPUtime=18.03 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 33013 0 0 0 1748 55 0 0 20 0 20 0 196813885 19566772224 666275 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 666275 5889 1 0 1072833 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=0 CPUtime=12.07 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 10638 0 0 0 1162 45 0 0 20 0 20 0 196813886 19566772224 666275 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 666275 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=2232972 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 666275 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 666275 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 18.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2665100 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.24 4.19 5/332 1040051
/proc/meminfo: memFree=114436160/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=2657600 CPUtime=31.37 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 36644 0 0 0 3080 57 0 0 20 0 20 0 196813885 19566772224 664400 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 664400 5905 1 0 1072834 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=2232972 CPUtime=24.69 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 11439 0 0 0 2424 45 0 0 20 0 20 0 196813886 19566772224 664400 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=-7812159286163827047 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 664400 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=46876 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 664400 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 664400 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 31.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2657600 KiB

[startup+51.1069 s]
/proc/loadavg: 4.43 4.28 4.20 5/333 1040192
/proc/meminfo: memFree=116735368/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=2925796 CPUtime=57.59 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 49006 0 0 0 5694 65 0 0 20 0 20 0 196813885 19566772224 731449 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 731449 5905 1 0 1073272 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=2925796 CPUtime=49.66 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 15010 0 0 0 4920 46 0 0 20 0 20 0 196813886 19566772224 731449 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=2925796 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 731449 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0

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

[startup+3222.3 s]
/proc/loadavg: 4.25 4.20 4.18 5/332 1041988
/proc/meminfo: memFree=110561028/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=3250.81 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 349428 0 0 0 324824 257 0 0 20 0 20 0 196813885 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 1298423 5913 1 0 1312681 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=5193616 CPUtime=3184.76 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 129084 0 0 0 318391 85 0 0 20 0 20 0 196813886 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=46876 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=40388 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 3193 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 3250.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5193692 KiB

[startup+3282.31 s]
/proc/loadavg: 4.19 4.19 4.18 5/333 1042167
/proc/meminfo: memFree=110558424/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=3310.38 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 350232 0 0 0 330780 258 0 0 20 0 20 0 196813885 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 1298423 5913 1 0 1312681 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=3244.03 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 129816 0 0 0 324318 85 0 0 20 0 20 0 196813886 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 3193 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 1298423 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 3310.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5193692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.18 4.18 5/331 1042178
/proc/meminfo: memFree=110558116/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=5193696 CPUtime=3372.91 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 366714 0 0 0 337029 262 0 0 20 0 20 0 196813885 19566772224 1298424 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 1298424 5913 1 0 1312681 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=3303.49 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 133605 0 0 0 330264 85 0 0 20 0 20 0 196813886 19566772224 1298424 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 1298424 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=5193696 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 3333 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 1298424 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=46876 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 1298424 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 3372.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5193696 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/336 1042250
/proc/meminfo: memFree=110556540/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=5194520 CPUtime=3432.48 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 367131 0 0 0 342984 264 0 0 20 0 20 0 196813885 19566772224 1298630 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 1298630 5913 1 0 1312681 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=3362.79 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 133808 0 0 0 336194 85 0 0 20 0 20 0 196813886 19566772224 1298630 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=5193696 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 1298630 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=46876 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 3333 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 1298630 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 1298630 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 3432.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5194520 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.18 4.18 5/336 1042260
/proc/meminfo: memFree=110460412/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=5199572 CPUtime=3492.06 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 369819 0 0 0 348939 267 0 0 20 0 20 0 196813885 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 1299893 5913 1 0 1312681 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=5193692 CPUtime=3422.07 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 136160 0 0 0 342121 86 0 0 20 0 20 0 196813886 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=5194520 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=5194520 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 3334 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=5194520 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 3492.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5199572 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.20 4.19 5/336 1042271
/proc/meminfo: memFree=110460260/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=5199572 CPUtime=3554.51 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 374918 0 0 0 355179 272 0 0 20 0 20 0 196813885 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 1299893 5913 1 0 1312681 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=5194520 CPUtime=3481.69 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 137648 0 0 0 348083 86 0 0 20 0 20 0 196813886 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=5194520 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 3385 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=5199572 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 3554.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5199572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568 s]*
/proc/loadavg: 4.21 4.20 4.18 5/335 1042280
/proc/meminfo: memFree=110460016/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19108176 memory=5199572 CPUtime=3600.07 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 376720 0 0 0 359734 273 0 0 20 0 20 0 196813885 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4777044 1299893 5913 1 0 1312681 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19108176 memory=-7812159286163759970 CPUtime=3527 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 139033 0 0 0 352614 86 0 0 20 0 20 0 196813886 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19108176 memory=1399379902901149754 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196813888 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19108176 memory=27056 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 3515 0 0 0 0 0 0 0 20 0 20 0 196813889 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040048] ppid=1040025 vsize=19108176 memory=40388 CPUtime=0 cores=1,3
/proc/1040028/task/1040048/stat : 1040048 (Timer-0) S 1040025 1040028 1037935 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196813934 19566772224 1299893 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5199572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.58 s, system=2.75711 s

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

[startup+3568.11 s]
/proc/loadavg: 4.21 4.20 4.18 5/335 1042280
/proc/meminfo: memFree=110460016/131524600 swapFree=131071996/131071996
[pid=1040028] ppid=1040025 vsize=19307868 memory=5200204 CPUtime=3600.28 cores=1,3
/proc/1040028/stat : 1040028 (java) S 1040025 1040028 1037935 0 -1 1077936128 379490 0 0 0 359754 274 0 0 20 0 21 0 196813885 19771256832 1300051 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
/proc/1040028/statm: 4826967 1300051 5912 1 0 1313568 0
[pid=1040028/tid=1040030] ppid=1040025 vsize=19307868 memory=5199572 CPUtime=3527.1 cores=1,3
/proc/1040028/task/1040030/stat : 1040030 (java) R 1040025 1040028 1037935 0 -1 4194368 139086 0 0 0 352624 86 0 0 20 0 21 0 196813886 19771256832 1300051 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040039] ppid=1040025 vsize=19307868 memory=5199572 CPUtime=0 cores=1,3
/proc/1040028/task/1040039/stat : 1040039 (Finalizer) S 1040025 1040028 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 196813888 19771256832 1300051 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
[pid=1040028/tid=1040046] ppid=1040025 vsize=19307868 memory=5199572 CPUtime=0 cores=1,3
/proc/1040028/task/1040046/stat : 1040046 (Common-Cleaner) S 1040025 1040028 1037935 0 -1 1077936192 3515 0 0 0 0 0 0 0 20 0 21 0 196813889 19771256832 1300051 134679101440 94446665072640 94446665076336 140736717527328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94446665084152 94446665084944 94446686310400 140736717534190 140736717534303 140736717534303 140736717541320 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5200204 KiB

Child status: 143

Real time (s): 3568.15
CPU time (s): 3600.33
CPU user time (s): 3597.58
CPU system time (s): 2.75711
CPU usage (%): 100.902
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5200204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.58
system time used= 2.75711
maximum resident set size= 5200268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 379760
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117644
involuntary context switches= 17571


# summary of solver processes directly reported to runsolver:
#   pid: 1040028
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3597.58
#   total CPU system time (s): 2.75711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.76404 second user time and 18.1199 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-20 05:34:45
IDJOB=4452505
IDBENCH=164400
IDSOLVER=3046
FILE ID=nodeC027/4452505-1721446472
RUNJOBID= nodeC027-1721442917-1037947
SLURM_JOB_ID= 7545652
Free space on /tmp= 890028 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-952987.0.d.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452505-1721446472/watcher-4452505-1721446472 -o /tmp/evaluation-result-4452505-1721446472/solver-4452505-1721446472 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037947 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452505-1721446472.opb

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=1842530134

nodeC027.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	: 0xb00002a
cpu MHz		: 3649.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3651.864
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3600.399
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3653.714
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3649.934
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3659.483
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3600.442
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3600.453
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117085972 kB
MemAvailable:   118872936 kB
Buffers:          527832 kB
Cached:          2097232 kB
SwapCached:            0 kB
Active:          1035908 kB
Inactive:       12752464 kB
Active(anon):       1560 kB
Inactive(anon): 11207688 kB
Active(file):    1034348 kB
Inactive(file):  1544776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1460 kB
Writeback:             0 kB
AnonPages:      11162980 kB
Mapped:           127304 kB
Shmem:             45912 kB
KReclaimable:      95328 kB
Slab:             208856 kB
SReclaimable:      95328 kB
SUnreclaim:       113528 kB
KernelStack:        5056 kB
PageTables:        31756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13273236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71488 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10854400 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC027 at 2024-07-20 06:34:13