Trace number 4446845

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.17 3582.48

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
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 variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 151
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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	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.15/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.15	 - never skip resolution steps
0.15/0.15	 - Auto-division on coefficients is disabled
0.15/0.15	 - No postprocessing
0.15/0.15	 - Conflict is considered as is when resolving
0.15/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.15	 - Weaken first using unassigned literals
0.15/0.15	 - Bump strategy: ALWAYS_ONE
0.15/0.15	 - Bumper: ASSIGNED
0.15/0.15	--- Begin Solver configuration ---
0.15/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.15	Learn all clauses as in MiniSAT
0.15/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.15	No reason simplification
0.15/0.15	Armin Biere (Picosat) restarts strategy
0.15/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.15	timeout=2147483s
0.15/0.15	DB Simplification allowed=false
0.15/0.15	Listener: none
0.15/0.15	--- End Solver configuration ---
0.15/0.15	c Pseudo Boolean Optimization by upper bound
0.15/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.15	c  - never skip resolution steps
0.15/0.15	c  - Auto-division on coefficients is disabled
0.15/0.15	c  - No postprocessing
0.15/0.15	c  - Conflict is considered as is when resolving
0.15/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.15	c  - Weaken first using unassigned literals
0.15/0.15	c  - Bump strategy: ALWAYS_ONE
0.15/0.15	c  - Bumper: ASSIGNED
0.15/0.15	c --- Begin Solver configuration ---
0.15/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.15	c Learn all clauses as in MiniSAT
0.15/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.15	c No reason simplification
0.15/0.15	c Armin Biere (Picosat) restarts strategy
0.15/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.15	c timeout=2147483s
0.15/0.15	c DB Simplification allowed=false
0.15/0.15	c Listener: none
0.15/0.15	c --- End Solver configuration ---
0.15/0.15	c solving HOME/instance-4446845-1721346756.opb
0.15/0.15	c reading problem ... 
0.15/0.15	c  no objective function found
2.02/1.15	c ... done. Wall clock time 1.004s.
2.02/1.16	c declared #vars     17850
2.02/1.16	c #constraints  18152
2.02/1.16	c constraints type 
2.02/1.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1937
2.02/1.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 150
2.02/1.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16063
2.02/1.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.02/1.16	c 18152 constraints processed.
71.58/66.53	c cleaning 2442 clauses out of 5000 with flag 0/5000
217.40/211.45	c cleaning 4202 clauses out of 8558 with flag 0/11000
505.12/497.91	c cleaning 5517 clauses out of 11359 with flag 0/18003
755.04/747.25	c cleaning 6846 clauses out of 13839 with flag 0/26000
1187.47/1179.16	c cleaning 7538 clauses out of 15993 with flag 0/35000
1727.08/1717.01	c cleaning 8214 clauses out of 18455 with flag 0/45000
2281.60/2271.24	c cleaning 9035 clauses out of 21243 with flag 0/56002
3022.25/3010.97	c cleaning 9767 clauses out of 24207 with flag 0/68001
3600.03/3582.42	c starts		: 87
3600.03/3582.43	c conflicts		: 80085
3600.03/3582.43	c decisions		: 933037
3600.03/3582.43	c propagations		: 60032221
3600.03/3582.43	c inspects		: 463933201
3600.03/3582.43	c shortcuts		: 0
3600.03/3582.43	c learnt literals	: 0
3600.03/3582.43	c learnt binary clauses	: 0
3600.03/3582.43	c learnt ternary clauses	: 101
3600.03/3582.43	c learnt constraints	: 80085
3600.03/3582.43	c ignored constraints	: 0
3600.03/3582.43	c root simplifications	: 0
3600.03/3582.43	c removed literals (reason simplification)	: 0
3600.03/3582.43	c reason swapping (by a shorter reason)	: 0
3600.03/3582.43	c Calls to reduceDB	: 8
3600.03/3582.43	c Number of update (reduction) of LBD	: 7938
3600.03/3582.43	c Imported unit clauses	: 0
3600.03/3582.43	c No decision after first conflict	: false
3600.03/3582.43	c number of reductions to clauses (during analyze)	: 0
3600.03/3582.43	c number of learned constraints concerned by reduction	: 0
3600.03/3582.43	c number of learning phase by resolution	: 0
3600.03/3582.43	c number of learning phase by cutting planes	: 0
3600.03/3582.43	c number of rounding to 1 operations	: 183222
3600.03/3582.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3582.43	c number of reductions of the coefficients by power 2 	: 0
3600.03/3582.43	c number of right shift for reduction by power 2 	: 0
3600.03/3582.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3582.43	c number of ending skipping 	: 0
3600.03/3582.43	c number of internal skipping 	: 0
3600.03/3582.43	c number of derivation steps 	: 4503121
3600.03/3582.43	c number of skipped derivation steps 	: 0
3600.03/3582.43	c number of remaining unassigned 	: 294800
3600.03/3582.43	c number of remaining assigned 	: 61218463
3600.03/3582.43	c number of falsified literals weakened from reason	: 0
3600.03/3582.43	c number of falsified literals weakened from conflict	: 0
3600.03/3582.43	c time for arithmetic operations	: 6886425918
3600.03/3582.43	c minimum degree of deleted constraints	: 4
3600.03/3582.43	c maximum degree of deleted constraints	: 9551876147146039078609658901742481590634005145503911783698466
3600.03/3582.43	c number of deleted constraints	: 53561
3600.03/3582.44	c speed (assignments/second)	: 16762.901405847166
3600.03/3582.44	c non guided choices	: 2210
3600.03/3582.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 10158
3600.03/3582.46	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5739
3600.03/3582.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10627
3600.03/3582.46	s UNKNOWN
3600.03/3582.46	c Total wall clock time (in seconds): 3582.311

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446845-1721346756/watcher-4446845-1721346756 -o /tmp/evaluation-result-4446845-1721346756/solver-4446845-1721346756 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721343182-982533 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446845-1721346756.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=984611, runsolver pid=984608

[startup+0.101875 s]*
/proc/loadavg: 4.07 4.11 4.12 7/330 984629
/proc/meminfo: memFree=115790728/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=18975048 memory=64192 CPUtime=0.15 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 7104 0 0 0 13 2 0 0 20 0 18 0 186840519 19430449152 16048 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4743762 16048 5526 1 0 549381 0
[pid=984611/tid=984613] ppid=984608 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 5666 0 0 0 8 1 0 0 20 0 18 0 186840519 19430449152 16048 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186840521 19430449152 16048 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186840522 19430449152 16048 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64192 KiB

[startup+0.205868 s]*
/proc/loadavg: 4.07 4.11 4.12 7/330 984629
/proc/meminfo: memFree=115749968/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=18975048 memory=89844 CPUtime=0.33 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 7603 0 0 0 31 2 0 0 20 0 18 0 186840519 19430449152 22461 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4743762 22461 5842 1 0 549681 0
[pid=984611/tid=984613] ppid=984608 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 5908 0 0 0 17 1 0 0 20 0 18 0 186840519 19430449152 22461 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=18975048 memory=1783847 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186840521 19430449152 22461 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186840522 19430449152 22461 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 89844 KiB

[startup+0.305484 s]*
/proc/loadavg: 4.07 4.11 4.12 7/331 984630
/proc/meminfo: memFree=115644268/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19041612 memory=168576 CPUtime=0.5 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 9346 0 0 0 45 5 0 0 20 0 19 0 186840519 19498610688 42144 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4760403 42144 5842 1 0 551090 0
[pid=984611/tid=984613] ppid=984608 vsize=19041612 memory=-8601141262903714492 CPUtime=0.24 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 5951 0 0 0 20 4 0 0 20 0 19 0 186840519 19498610688 42144 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186840521 19498610688 42144 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186840522 19498610688 42144 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168576 KiB

[startup+0.702868 s]
/proc/loadavg: 4.07 4.11 4.12 7/331 984630
/proc/meminfo: memFree=115329724/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19042796 memory=1065692 CPUtime=1.24 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 15871 0 0 0 101 23 0 0 20 0 19 0 186840519 19499823104 266423 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4760699 266423 5858 1 0 553592 0
[pid=984611/tid=984613] ppid=984608 vsize=19042796 memory=5432 CPUtime=0.58 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 6393 0 0 0 38 20 0 0 20 0 19 0 186840519 19499823104 266423 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19042796 memory=12952 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186840521 19499823104 266423 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19042796 memory=0 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186840522 19499823104 266423 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19042796 KiB
Current children cumulated memory: 1065692 KiB

[startup+1.50935 s]
/proc/loadavg: 4.07 4.11 4.12 6/331 984630
/proc/meminfo: memFree=113625212/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=2429456 CPUtime=2.82 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 24356 0 0 0 231 51 0 0 20 0 20 0 186840519 19566772224 607364 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 607364 5858 1 0 1084347 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=0 CPUtime=1.3 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 7119 0 0 0 85 45 0 0 20 0 20 0 186840519 19566772224 607364 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 607364 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 607364 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2429456 KiB

[startup+3.10588 s]
/proc/loadavg: 4.07 4.11 4.12 7/331 984698
/proc/meminfo: memFree=114747752/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=2644200 CPUtime=5.89 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 24818 0 0 0 534 55 0 0 20 0 20 0 186840519 19566772224 661050 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 661050 5858 1 0 1084380 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=12952 CPUtime=2.86 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 7242 0 0 0 237 49 0 0 20 0 20 0 186840519 19566772224 661050 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=1360440 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 661050 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 661050 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 661050 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2644200 KiB

[startup+6.30026 s]
/proc/loadavg: 4.22 4.14 4.13 5/332 984699
/proc/meminfo: memFree=113947028/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=3245388 CPUtime=9.99 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 25283 0 0 0 930 69 0 0 20 0 20 0 186840519 19566772224 811347 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 811347 5890 1 0 1084387 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=0 CPUtime=6.05 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 7540 0 0 0 543 62 0 0 20 0 20 0 186840519 19566772224 811347 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 811347 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 811347 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 811347 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 9.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3245388 KiB

[startup+12.7003 s]
/proc/loadavg: 4.21 4.14 4.12 6/332 984769
/proc/meminfo: memFree=118217832/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=3389004 CPUtime=16.43 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 25971 0 0 0 1571 72 0 0 20 0 20 0 186840519 19566772224 847251 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 847251 5890 1 0 1084401 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=11648 CPUtime=12.39 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 8177 0 0 0 1174 65 0 0 20 0 20 0 186840519 19566772224 847251 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=3389004 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 847251 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=2662632 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 847251 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=107936 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 847251 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 16.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3389004 KiB

[startup+25.5089 s]
/proc/loadavg: 4.38 4.18 4.14 5/332 984771
/proc/meminfo: memFree=117152684/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=3459432 CPUtime=30.4 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 37207 0 0 0 2966 74 0 0 20 0 20 0 186840519 19566772224 864858 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 864858 5890 1 0 1085451 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=107936 CPUtime=24.99 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 9907 0 0 0 2433 66 0 0 20 0 20 0 186840519 19566772224 864858 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 864858 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=3459432 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 864858 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 864858 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 30.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3459432 KiB

[startup+51.1054 s]
/proc/loadavg: 4.33 4.18 4.14 5/332 984776
/proc/meminfo: memFree=115720836/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=3482188 CPUtime=55.99 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 42900 0 0 0 5523 76 0 0 20 0 20 0 186840519 19566772224 870547 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 870547 5890 1 0 1085451 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=3482148 CPUtime=50.35 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 11971 0 0 0 4968 67 0 0 20 0 20 0 186840519 19566772224 870547 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 870547 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=3389004 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 870547 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 870547 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0

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

/proc/meminfo: memFree=111248088/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=4296232 CPUtime=3236.2 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 348627 0 0 0 323376 244 0 0 20 0 20 0 186840519 19566772224 1074058 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 1074058 5922 1 0 1086902 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=5432 CPUtime=3192.01 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 149828 0 0 0 319102 99 0 0 20 0 20 0 186840519 19566772224 1074058 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=4296228 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 1074058 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=4296228 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 3850 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 1074058 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=4296228 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 1074058 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 3236.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/330 986547
/proc/meminfo: memFree=111240128/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=4303364 CPUtime=3296.37 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 352076 0 0 0 329390 247 0 0 20 0 20 0 186840519 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 1075841 5919 1 0 1086902 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=4303364 CPUtime=3251.41 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 152453 0 0 0 325041 100 0 0 20 0 20 0 186840519 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=4303364 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=4303364 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 3889 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=44048 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 3296.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4303364 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/330 986559
/proc/meminfo: memFree=111239840/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=4303364 CPUtime=3356.48 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 355618 0 0 0 335398 250 0 0 20 0 20 0 186840519 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 1075841 5919 1 0 1086902 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=4303364 CPUtime=3311.03 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 154467 0 0 0 331003 100 0 0 20 0 20 0 186840519 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=4303364 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=4303364 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 3957 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=44048 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 3356.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4303364 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/331 986570
/proc/meminfo: memFree=111239260/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=4303364 CPUtime=3416.47 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 360269 0 0 0 341394 253 0 0 20 0 20 0 186840519 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 1075841 5919 1 0 1086902 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=0 CPUtime=3370.53 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 157136 0 0 0 336952 101 0 0 20 0 20 0 186840519 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=44048 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=44048 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 4035 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=4303364 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 1075841 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 3416.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4303364 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.16 4.17 5/333 986584
/proc/meminfo: memFree=111238792/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=4303376 CPUtime=3477.95 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 375430 0 0 0 347538 257 0 0 20 0 20 0 186840519 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 1075844 5919 1 0 1086902 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=0 CPUtime=3429.6 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 160411 0 0 0 342859 101 0 0 20 0 20 0 186840519 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=44048 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=198340509722 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 4035 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=4303376 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 3477.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4303376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/333 986595
/proc/meminfo: memFree=111238268/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=4303376 CPUtime=3538.09 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 376677 0 0 0 353551 258 0 0 20 0 20 0 186840519 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 1075844 5919 1 0 1086902 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=4303376 CPUtime=3489.2 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 161373 0 0 0 348819 101 0 0 20 0 20 0 186840519 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 4074 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 3538.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4303376 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.16 4.17 5/333 986605
/proc/meminfo: memFree=111237548/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=4303376 CPUtime=3599.93 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 381707 0 0 0 359729 264 0 0 20 0 20 0 186840519 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 1075844 5919 1 0 1086902 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=4303376 CPUtime=3548.59 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 164240 0 0 0 354757 102 0 0 20 0 20 0 186840519 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=18984 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 4168 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=281171913382000 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 3599.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4303376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.4 s]
/proc/loadavg: 4.24 4.16 4.17 5/333 986605
/proc/meminfo: memFree=111237548/131524600 swapFree=131070704/131071996
[pid=984611] ppid=984608 vsize=19108176 memory=4303376 CPUtime=3600.03 cores=4,6
/proc/984611/stat : 984611 (java) S 984608 984611 982522 0 -1 1077936128 381707 0 0 0 359739 264 0 0 20 0 20 0 186840519 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
/proc/984611/statm: 4777044 1075844 5919 1 0 1086902 0
[pid=984611/tid=984613] ppid=984608 vsize=19108176 memory=5432 CPUtime=3548.69 cores=4,6
/proc/984611/task/984613/stat : 984613 (java) R 984608 984611 982522 0 -1 4194368 164240 0 0 0 354767 102 0 0 20 0 20 0 186840519 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984622] ppid=984608 vsize=19108176 memory=4303376 CPUtime=0 cores=4,6
/proc/984611/task/984622/stat : 984622 (Finalizer) S 984608 984611 982522 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186840521 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984629] ppid=984608 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/984611/task/984629/stat : 984629 (Common-Cleaner) S 984608 984611 982522 0 -1 1077936192 4168 0 0 0 0 0 0 0 20 0 20 0 186840522 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
[pid=984611/tid=984631] ppid=984608 vsize=19108176 memory=15996 CPUtime=0 cores=4,6
/proc/984611/task/984631/stat : 984631 (Timer-0) S 984608 984611 982522 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186840635 19566772224 1075844 134679101440 94738993446912 94738993450608 140736221755376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94738993458424 94738993459216 94739011842048 140736221762543 140736221762656 140736221762656 140736221769672 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4303376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.51 s, system=2.65783 s

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

Child status: 143

Real time (s): 3582.48
CPU time (s): 3600.17
CPU user time (s): 3597.51
CPU system time (s): 2.65783
CPU usage (%): 100.494
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4303376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.51
system time used= 2.65783
maximum resident set size= 4304816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384586
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114772
involuntary context switches= 13636


# summary of solver processes directly reported to runsolver:
#   pid: 984611
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.51
#   total CPU system time (s): 2.65783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31704 second user time and 17.3883 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 01:52:48
IDJOB=4446845
IDBENCH=158322
IDSOLVER=3046
FILE ID=nodeC023/4446845-1721346756
RUNJOBID= nodeC023-1721343182-982533
SLURM_JOB_ID= 7542743
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_K150.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446845-1721346756/watcher-4446845-1721346756 -o /tmp/evaluation-result-4446845-1721346756/solver-4446845-1721346756 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721343182-982533 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446845-1721346756.opb

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1416965637

nodeC023.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		: 3608.641
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.61
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		: 3672.581
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.48
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		: 3660.232
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.61
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		: 3600.022
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.48
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		: 3651.159
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.61
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		: 3672.613
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.48
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		: 3654.193
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.61
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		: 3599.825
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115854896 kB
MemAvailable:   117810176 kB
Buffers:          523984 kB
Cached:          2259832 kB
SwapCached:           80 kB
Active:          1107588 kB
Inactive:       13969976 kB
Active(anon):       1596 kB
Inactive(anon): 12329372 kB
Active(file):    1105992 kB
Inactive(file):  1640604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              4128 kB
Writeback:            16 kB
AnonPages:      12293440 kB
Mapped:           125604 kB
Shmem:             37536 kB
KReclaimable:      97016 kB
Slab:             190932 kB
SReclaimable:      97016 kB
SUnreclaim:        93916 kB
KernelStack:        5036 kB
PageTables:        34332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14439412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11857920 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC023 at 2024-07-19 02:52:31