Trace number 4446785

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.24 3594.2

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K172.opb
MD5SUM44b1adf4a7e5c26b78f2dbc134a2606f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark605.744
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20468
Total number of constraints20814
Number of constraints which are clauses20642
Number of constraints which are cardinality constraints (but not clauses)172
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint172
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 173
Number of bits of the biggest sum of numbers8
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4446785-1721344209.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
2.39/1.34	c ... done. Wall clock time 1.196s.
2.39/1.34	c declared #vars     20468
2.39/1.34	c #constraints  20814
2.39/1.34	c constraints type 
2.39/1.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2223
2.39/1.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 172
2.39/1.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18417
2.39/1.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.39/1.35	c 20814 constraints processed.
88.56/82.65	c cleaning 2464 clauses out of 5002 with flag 0/5002
287.01/281.18	c cleaning 4193 clauses out of 8536 with flag 0/11000
520.90/514.76	c cleaning 5554 clauses out of 11343 with flag 0/18000
900.82/894.81	c cleaning 6629 clauses out of 13789 with flag 0/26000
1147.51/1141.19	c cleaning 7164 clauses out of 16160 with flag 0/35000
1476.32/1470.16	c cleaning 8023 clauses out of 18998 with flag 0/45002
2059.36/2053.67	c cleaning 9201 clauses out of 21973 with flag 0/56000
2782.08/2776.53	c cleaning 9791 clauses out of 24772 with flag 0/68000
3430.22/3424.41	c cleaning 10562 clauses out of 27984 with flag 0/81003
3600.09/3594.14	c starts		: 84
3600.09/3594.14	c conflicts		: 85755
3600.09/3594.14	c decisions		: 1182254
3600.09/3594.14	c propagations		: 71258010
3600.09/3594.14	c inspects		: 463716124
3600.09/3594.14	c shortcuts		: 0
3600.09/3594.14	c learnt literals	: 0
3600.09/3594.14	c learnt binary clauses	: 0
3600.09/3594.14	c learnt ternary clauses	: 119
3600.09/3594.14	c learnt constraints	: 85755
3600.09/3594.14	c ignored constraints	: 0
3600.09/3594.14	c root simplifications	: 0
3600.09/3594.14	c removed literals (reason simplification)	: 0
3600.09/3594.14	c reason swapping (by a shorter reason)	: 0
3600.09/3594.14	c Calls to reduceDB	: 9
3600.09/3594.14	c Number of update (reduction) of LBD	: 5034
3600.09/3594.14	c Imported unit clauses	: 0
3600.09/3594.14	c No decision after first conflict	: false
3600.09/3594.14	c number of reductions to clauses (during analyze)	: 0
3600.09/3594.14	c number of learned constraints concerned by reduction	: 0
3600.09/3594.14	c number of learning phase by resolution	: 0
3600.09/3594.14	c number of learning phase by cutting planes	: 0
3600.09/3594.14	c number of rounding to 1 operations	: 160670
3600.09/3594.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3594.14	c number of reductions of the coefficients by power 2 	: 0
3600.09/3594.14	c number of right shift for reduction by power 2 	: 0
3600.09/3594.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3594.14	c number of ending skipping 	: 0
3600.09/3594.14	c number of internal skipping 	: 0
3600.09/3594.14	c number of derivation steps 	: 4448346
3600.09/3594.14	c number of skipped derivation steps 	: 0
3600.09/3594.14	c number of remaining unassigned 	: 244231
3600.09/3594.14	c number of remaining assigned 	: 53622438
3600.09/3594.14	c number of falsified literals weakened from reason	: 0
3600.09/3594.14	c number of falsified literals weakened from conflict	: 0
3600.09/3594.14	c time for arithmetic operations	: 5495689746
3600.09/3594.14	c minimum degree of deleted constraints	: 4
3600.09/3594.14	c maximum degree of deleted constraints	: 164556573018235663532944162317681561914716056144114869
3600.09/3594.16	c number of deleted constraints	: 63581
3600.09/3594.16	c speed (assignments/second)	: 19833.624796780437
3600.09/3594.16	c non guided choices	: 3141
3600.09/3594.16	c timeout
3600.09/3594.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 10327
3600.09/3594.17	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7115
3600.09/3594.17	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4732
3600.09/3594.17	s UNKNOWN
3600.09/3594.17	c Total wall clock time (in seconds): 3594.027

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446785-1721344209/watcher-4446785-1721344209 -o /tmp/evaluation-result-4446785-1721344209/solver-4446785-1721344209 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721340622-984985 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446785-1721344209.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
solver pid=987230, runsolver pid=987227
Current StackSize limit: 8192 KiB


[startup+0.104353 s]*
/proc/loadavg: 4.35 4.19 4.12 6/331 987248
/proc/meminfo: memFree=119510764/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=18975048 memory=65520 CPUtime=0.14 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 7224 0 0 0 12 2 0 0 20 0 18 0 186587061 19430449152 16380 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4743762 16380 5708 1 0 549380 0
[pid=987230/tid=987232] ppid=987227 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 5780 0 0 0 7 1 0 0 20 0 18 0 186587061 19430449152 16380 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186587064 19430449152 16380 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186587064 19430449152 16380 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65520 KiB

[startup+0.213335 s]*
/proc/loadavg: 4.35 4.19 4.12 8/331 987248
/proc/meminfo: memFree=119482652/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=18975048 memory=98132 CPUtime=0.35 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 7627 0 0 0 32 3 0 0 20 0 18 0 186587061 19430449152 24533 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4743762 24533 5861 1 0 549679 0
[pid=987230/tid=987232] ppid=987227 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 6032 0 0 0 17 2 0 0 20 0 18 0 186587061 19430449152 24533 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=18975048 memory=1676398 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186587064 19430449152 24533 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186587064 19430449152 24533 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 98132 KiB

[startup+0.314599 s]*
/proc/loadavg: 4.35 4.19 4.12 6/332 987249
/proc/meminfo: memFree=119406436/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19041612 memory=169484 CPUtime=0.52 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 9173 0 0 0 48 4 0 0 20 0 19 0 186587061 19498610688 42371 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4760403 42371 5877 1 0 550966 0
[pid=987230/tid=987232] ppid=987227 vsize=19041612 memory=-8672640292149830332 CPUtime=0.27 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 6081 0 0 0 24 3 0 0 20 0 19 0 186587061 19498610688 42371 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186587064 19498610688 42371 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186587064 19498610688 42371 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 169484 KiB

[startup+0.70584 s]
/proc/loadavg: 4.35 4.19 4.12 7/332 987249
/proc/meminfo: memFree=119074752/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19041612 memory=1178972 CPUtime=1.24 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 14379 0 0 0 99 25 0 0 20 0 19 0 186587061 19498610688 294743 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4760403 294743 5877 1 0 1277993 0
[pid=987230/tid=987232] ppid=987227 vsize=19041612 memory=5468 CPUtime=0.61 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 6564 0 0 0 39 22 0 0 20 0 19 0 186587061 19498610688 294743 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19041612 memory=12420 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186587064 19498610688 294743 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186587064 19498610688 294743 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1178972 KiB

[startup+1.50832 s]
/proc/loadavg: 4.35 4.19 4.12 6/332 987249
/proc/meminfo: memFree=117394876/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=3142008 CPUtime=2.8 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 23160 0 0 0 216 64 0 0 20 0 20 0 186587061 19566772224 785502 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 785502 5877 1 0 1282165 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=12420 CPUtime=1.36 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 7644 0 0 0 77 59 0 0 20 0 20 0 186587061 19566772224 785502 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 785502 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 785502 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3142008 KiB

[startup+3.10932 s]
/proc/loadavg: 4.33 4.19 4.12 6/333 987250
/proc/meminfo: memFree=116433296/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=3142992 CPUtime=5.4 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 23405 0 0 0 476 64 0 0 20 0 20 0 186587061 19566772224 785748 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 785748 5877 1 0 1282203 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=198340509722 CPUtime=2.92 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 7649 0 0 0 233 59 0 0 20 0 20 0 186587061 19566772224 785748 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 785748 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 785748 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=3142728 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 785748 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 5.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3142992 KiB

[startup+6.30032 s]
/proc/loadavg: 4.33 4.19 4.12 5/333 987251
/proc/meminfo: memFree=116427408/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=3138480 CPUtime=10.22 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 23609 0 0 0 957 65 0 0 20 0 20 0 186587061 19566772224 784620 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 784620 5893 1 0 1282210 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=0 CPUtime=6.06 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 7650 0 0 0 547 59 0 0 20 0 20 0 186587061 19566772224 784620 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 784620 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=3142992 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 784620 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=3138480 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 784620 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 10.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3138480 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.19 4.11 5/333 987251
/proc/meminfo: memFree=116426852/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=3139020 CPUtime=16.99 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 24462 0 0 0 1634 65 0 0 20 0 20 0 186587061 19566772224 784755 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 784755 5909 1 0 1282226 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=3138988 CPUtime=12.4 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 8350 0 0 0 1181 59 0 0 20 0 20 0 186587061 19566772224 784755 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 784755 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=6084196422862332755 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 784755 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 784755 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 16.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3139020 KiB

[startup+25.5003 s]
/proc/loadavg: 4.38 4.21 4.12 5/333 987253
/proc/meminfo: memFree=116153620/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=3140456 CPUtime=31.39 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 33304 0 0 0 3072 67 0 0 20 0 20 0 186587061 19566772224 785114 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 785114 5909 1 0 1282444 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=6084196422862332755 CPUtime=25.07 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 11268 0 0 0 2447 60 0 0 20 0 20 0 186587061 19566772224 785114 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 785114 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=19704 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 785114 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=-8672640292149830332 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 785114 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 31.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3140456 KiB

[startup+51.1063 s]
/proc/loadavg: 4.32 4.21 4.12 5/333 987258
/proc/meminfo: memFree=116034584/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=3196368 CPUtime=56.88 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 41257 0 0 0 5619 69 0 0 20 0 20 0 186587061 19566772224 799092 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 799092 5925 1 0 1282460 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=3140976 CPUtime=50.25 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 13188 0 0 0 4964 61 0 0 20 0 20 0 186587061 19566772224 799092 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 799092 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 799092 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 799092 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0

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

/proc/meminfo: memFree=109935904/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=5077068 CPUtime=3288.6 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 314623 0 0 0 328580 280 0 0 20 0 20 0 186587061 19566772224 1269267 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 1269267 5957 1 0 1284522 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=45616 CPUtime=3248.26 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 149266 0 0 0 324717 109 0 0 20 0 20 0 186587061 19566772224 1269267 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=5077068 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1269267 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=5077068 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 4494 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1269267 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=5077068 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 1269267 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 3288.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5077068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/330 989050
/proc/meminfo: memFree=109935172/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=5077072 CPUtime=3348.55 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 317709 0 0 0 334573 282 0 0 20 0 20 0 186587061 19566772224 1269268 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 1269268 5957 1 0 1284522 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=5468 CPUtime=3307.6 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 151121 0 0 0 330650 110 0 0 20 0 20 0 186587061 19566772224 1269268 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=5077068 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1269268 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 4495 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1269268 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=5077068 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 1269268 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 3348.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5077072 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/330 989060
/proc/meminfo: memFree=109932248/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=5079120 CPUtime=3408.31 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 321955 0 0 0 340546 285 0 0 20 0 20 0 186587061 19566772224 1269780 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 1269780 5957 1 0 1284522 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=5077068 CPUtime=3366.73 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 153601 0 0 0 336562 111 0 0 20 0 20 0 186587061 19566772224 1269780 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=5077072 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1269780 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 4575 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1269780 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=5077072 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 1269780 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 3408.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5079120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/330 989071
/proc/meminfo: memFree=109929188/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=5081180 CPUtime=3468.39 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 327610 0 0 0 346550 289 0 0 20 0 20 0 186587061 19566772224 1270295 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 1270295 5957 1 0 1284522 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=5077068 CPUtime=3425.67 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) S 987227 987230 984975 0 -1 1077936192 156331 0 0 0 342455 112 0 0 20 0 20 0 186587061 19566772224 1270295 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270295 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=5079132 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 4616 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270295 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=5077072 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 1270295 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 3468.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5081180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.11 4.15 5/330 989081
/proc/meminfo: memFree=109916480/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=5083228 CPUtime=3528.57 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 330787 0 0 0 352565 292 0 0 20 0 20 0 186587061 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 1270807 5957 1 0 1284522 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=5081180 CPUtime=3485.12 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 159120 0 0 0 348399 113 0 0 20 0 20 0 186587061 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=5083228 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=5083228 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 4756 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=5536 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 3528.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5083228 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.14 4.15 7/330 989160
/proc/meminfo: memFree=114639420/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=5083228 CPUtime=3588.39 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 335507 0 0 0 358544 295 0 0 20 0 20 0 186587061 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 1270807 5957 1 0 1284522 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=11664 CPUtime=3544.33 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 162411 0 0 0 354319 114 0 0 20 0 20 0 186587061 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 30 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=5083228 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 4841 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=5083228 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 3588.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5083228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.11 s]
/proc/loadavg: 4.30 4.16 4.16 5/332 989301
/proc/meminfo: memFree=120190920/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=5083228 CPUtime=3600.09 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 335795 0 0 0 359713 296 0 0 20 0 20 0 186587061 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 1270807 5957 1 0 1284522 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=11664 CPUtime=3556.01 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 162698 0 0 0 355487 114 0 0 20 0 20 0 186587061 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 30 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=5083228 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 4841 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=5083228 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5083228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.25 s, system=2.98684 s

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

[startup+3594.11 s]
/proc/loadavg: 4.30 4.16 4.16 5/332 989301
/proc/meminfo: memFree=120190920/131524600 swapFree=131071996/131071996
[pid=987230] ppid=987227 vsize=19108176 memory=5083228 CPUtime=3600.09 cores=0,2
/proc/987230/stat : 987230 (java) S 987227 987230 984975 0 -1 1077936128 335795 0 0 0 359713 296 0 0 20 0 20 0 186587061 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
/proc/987230/statm: 4777044 1270807 5957 1 0 1284522 0
[pid=987230/tid=987232] ppid=987227 vsize=19108176 memory=11664 CPUtime=3556.01 cores=0,2
/proc/987230/task/987232/stat : 987232 (java) R 987227 987230 984975 0 -1 4194368 162698 0 0 0 355487 114 0 0 20 0 20 0 186587061 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 30 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987241] ppid=987227 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/987230/task/987241/stat : 987241 (Finalizer) S 987227 987230 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987248] ppid=987227 vsize=19108176 memory=5083228 CPUtime=0 cores=0,2
/proc/987230/task/987248/stat : 987248 (Common-Cleaner) S 987227 987230 984975 0 -1 1077936192 4841 0 0 0 0 0 0 0 20 0 20 0 186587064 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
[pid=987230/tid=987250] ppid=987227 vsize=19108176 memory=5083228 CPUtime=0 cores=0,2
/proc/987230/task/987250/stat : 987250 (Timer-0) S 987227 987230 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186587197 19566772224 1270807 134679101440 94132931850240 94132931853936 140734769352768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94132931861752 94132931862544 94132962594816 140734769361903 140734769362016 140734769362016 140734769369032 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5083228 KiB

Child status: 143

Real time (s): 3594.2
CPU time (s): 3600.24
CPU user time (s): 3597.25
CPU system time (s): 2.98684
CPU usage (%): 100.168
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5083228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.25
system time used= 2.98684
maximum resident set size= 5084732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339571
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112698
involuntary context switches= 33780


# summary of solver processes directly reported to runsolver:
#   pid: 987230
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.25
#   total CPU system time (s): 2.98684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52363 second user time and 19.6838 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 01:10:22
IDJOB=4446785
IDBENCH=158312
IDSOLVER=3046
FILE ID=nodeC026/4446785-1721344209
RUNJOBID= nodeC026-1721340622-984985
SLURM_JOB_ID= 7542725
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K172.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446785-1721344209/watcher-4446785-1721344209 -o /tmp/evaluation-result-4446785-1721344209/solver-4446785-1721344209 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721340622-984985 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446785-1721344209.opb

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

MD5SUM BENCH= 44b1adf4a7e5c26b78f2dbc134a2606f
RANDOM SEED=580399977

nodeC026.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		: 3646.557
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	: 6999.74
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		: 3599.885
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	: 7005.45
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		: 3651.754
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	: 6999.74
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		: 3669.826
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	: 7005.45
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		: 3658.277
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	: 6999.74
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		: 3669.915
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	: 7005.45
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		: 3655.563
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	: 6999.74
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.068
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	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119555052 kB
MemAvailable:   120190748 kB
Buffers:          535988 kB
Cached:           936492 kB
SwapCached:            0 kB
Active:          1050216 kB
Inactive:       10287444 kB
Active(anon):       1540 kB
Inactive(anon):  9901352 kB
Active(file):    1048676 kB
Inactive(file):   386092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9652 kB
Writeback:             0 kB
AnonPages:       9862364 kB
Mapped:           126564 kB
Shmem:             37720 kB
KReclaimable:      81500 kB
Slab:             192368 kB
SReclaimable:      81500 kB
SUnreclaim:       110868 kB
KernelStack:        5016 kB
PageTables:        29396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14778720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9555968 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC026 at 2024-07-19 02:10:16