Trace number 4427530

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.13 3583.08

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx30.opb
MD5SUM91ecd4a7d2e975c8e8a35b07ef7013ef
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark130.294
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4427530-1720998045.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.35/0.24	c ... done. Wall clock time 0.089s.
0.35/0.24	c declared #vars     774
0.35/0.24	c #constraints  1024
0.35/0.24	c constraints type 
0.35/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 771
0.35/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.35/0.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 192
0.35/0.24	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.35/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.35/0.24	c 1024 constraints processed.
0.35/0.25	c objective function length is 3 literals
11.95/9.37	c cleaning 2499 clauses out of 5000 with flag 0/5000
27.69/24.94	c cleaning 4246 clauses out of 8502 with flag 0/11001
48.18/45.13	c cleaning 5619 clauses out of 11256 with flag 0/18001
79.58/76.33	c cleaning 6815 clauses out of 13636 with flag 0/26000
140.51/136.47	c cleaning 7904 clauses out of 15822 with flag 0/35001
201.94/197.13	c cleaning 8942 clauses out of 17917 with flag 0/45000
266.38/260.98	c cleaning 9975 clauses out of 19976 with flag 0/56001
336.88/330.54	c cleaning 10979 clauses out of 22001 with flag 0/68001
456.01/449.30	c cleaning 11994 clauses out of 24024 with flag 0/81003
558.40/551.43	c cleaning 12998 clauses out of 26028 with flag 0/95001
699.87/692.53	c cleaning 14001 clauses out of 28029 with flag 0/110000
822.88/814.03	c cleaning 14995 clauses out of 30028 with flag 0/126000
1009.61/999.59	c cleaning 15990 clauses out of 32033 with flag 0/143000
1146.00/1135.01	c cleaning 16985 clauses out of 34043 with flag 0/161000
1391.08/1378.42	c cleaning 17984 clauses out of 36059 with flag 0/180001
1570.81/1556.73	c cleaning 18815 clauses out of 38075 with flag 0/200001
2417.61/2402.46	c cleaning 19738 clauses out of 40260 with flag 0/221001
2656.77/2640.49	c cleaning 21132 clauses out of 42522 with flag 0/243001
3600.02/3583.01	c starts		: 123
3600.02/3583.02	c timeout
3600.02/3583.02	c conflicts		: 259696
3600.02/3583.03	c decisions		: 387857
3600.02/3583.03	c propagations		: 18633493
3600.02/3583.03	c inspects		: 1709562089
3600.02/3583.03	c shortcuts		: 0
3600.02/3583.03	c learnt literals	: 0
3600.02/3583.03	c learnt binary clauses	: 0
3600.02/3583.03	c learnt ternary clauses	: 0
3600.02/3583.03	c learnt constraints	: 259696
3600.02/3583.03	c ignored constraints	: 0
3600.02/3583.03	c root simplifications	: 0
3600.02/3583.03	c removed literals (reason simplification)	: 0
3600.02/3583.03	c reason swapping (by a shorter reason)	: 0
3600.02/3583.03	c Calls to reduceDB	: 18
3600.02/3583.03	c Number of update (reduction) of LBD	: 1363
3600.02/3583.03	c Imported unit clauses	: 0
3600.02/3583.03	c No decision after first conflict	: false
3600.02/3583.03	c number of reductions to clauses (during analyze)	: 0
3600.02/3583.03	c number of learned constraints concerned by reduction	: 0
3600.02/3583.03	c number of learning phase by resolution	: 0
3600.02/3583.03	c number of learning phase by cutting planes	: 0
3600.02/3583.03	c number of rounding to 1 operations	: 2393856
3600.02/3583.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3583.03	c number of reductions of the coefficients by power 2 	: 0
3600.02/3583.03	c number of right shift for reduction by power 2 	: 0
3600.02/3583.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3583.03	c number of ending skipping 	: 0
3600.02/3583.03	c number of internal skipping 	: 0
3600.02/3583.03	c number of derivation steps 	: 2690470
3600.02/3583.03	c number of skipped derivation steps 	: 0
3600.02/3583.03	c number of remaining unassigned 	: 627700
3600.02/3583.03	c number of remaining assigned 	: 72707507
3600.02/3583.03	c number of falsified literals weakened from reason	: 0
3600.02/3583.03	c number of falsified literals weakened from conflict	: 0
3600.02/3583.03	c time for arithmetic operations	: 12762965197
3600.02/3583.04	c minimum degree of deleted constraints	: 4
3600.02/3583.04	c maximum degree of deleted constraints	: 906140
3600.02/3583.04	c number of deleted constraints	: 221611
3600.02/3583.04	c speed (assignments/second)	: 5200.852020653253
3600.02/3583.04	c non guided choices	: 332
3600.02/3583.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13134
3600.02/3583.06	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 678
3600.02/3583.06	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24273
3600.02/3583.06	s UNKNOWN
3600.02/3583.06	c Total wall clock time (in seconds): 3582.909

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427530-1720998045/watcher-4427530-1720998045 -o /tmp/evaluation-result-4427530-1720998045/solver-4427530-1720998045 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1720994549-770939 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427530-1720998045.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=773589, runsolver pid=773586

[startup+0.100873 s]*
/proc/loadavg: 4.03 4.16 4.11 7/334 773607
/proc/meminfo: memFree=115624468/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=18975048 memory=62828 CPUtime=0.13 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 7245 0 0 0 12 1 0 0 20 0 18 0 151971893 19430449152 15707 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4743762 15707 5580 1 0 549374 0
[pid=773589/tid=773591] ppid=773586 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) D 773586 773589 770928 0 -1 1078198336 5771 0 0 0 7 1 0 0 20 0 18 0 151971894 19430449152 15707 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151971896 19430449152 15707 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=18975048 memory=14417020624073884 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151971897 19430449152 15707 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62828 KiB

[startup+0.213596 s]*
/proc/loadavg: 4.03 4.16 4.11 7/334 773607
/proc/meminfo: memFree=115607816/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=18975048 memory=80504 CPUtime=0.35 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 7832 0 0 0 33 2 0 0 20 0 18 0 151971893 19430449152 20126 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4743762 20126 5858 1 0 549725 0
[pid=773589/tid=773591] ppid=773586 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 6070 0 0 0 17 2 0 0 20 0 18 0 151971894 19430449152 20126 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=18975048 memory=14907 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151971896 19430449152 20126 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=18975048 memory=14135545647335141 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151971897 19430449152 20126 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80504 KiB

[startup+0.306001 s]*
/proc/loadavg: 4.03 4.16 4.11 7/335 773608
/proc/meminfo: memFree=115595672/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19041612 memory=92192 CPUtime=0.51 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 8253 0 0 0 48 3 0 0 20 0 19 0 151971893 19498610688 23048 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4760403 23048 5896 1 0 550186 0
[pid=773589/tid=773591] ppid=773586 vsize=19041612 memory=-8743005754989388476 CPUtime=0.26 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 1077936192 6200 0 0 0 24 2 0 0 20 0 19 0 151971894 19498610688 23048 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151971896 19498610688 23048 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151971897 19498610688 23048 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151971919 19498610688 23048 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92192 KiB

[startup+0.7096 s]
/proc/loadavg: 4.03 4.16 4.11 8/334 773609
/proc/meminfo: memFree=115515912/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=179004 CPUtime=1.27 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 14678 0 0 0 122 5 0 0 20 0 20 0 151971893 19566772224 44751 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 44751 5912 1 0 554572 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=12508 CPUtime=0.61 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 6281 0 0 0 58 3 0 0 20 0 20 0 151971894 19566772224 44751 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=12508 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 44751 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 44751 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=1972 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 44751 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179004 KiB

[startup+1.5006 s]
/proc/loadavg: 4.03 4.16 4.11 6/334 773609
/proc/meminfo: memFree=115503644/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=342308 CPUtime=2.84 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 20833 0 0 0 275 9 0 0 20 0 20 0 151971893 19566772224 85577 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 85577 5928 1 0 555256 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=12508 CPUtime=1.37 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 6709 0 0 0 131 6 0 0 20 0 20 0 151971894 19566772224 85577 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 85577 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 85577 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 85577 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 342308 KiB

[startup+3.10575 s]
/proc/loadavg: 4.03 4.16 4.11 5/334 773622
/proc/meminfo: memFree=114774308/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=964412 CPUtime=5.63 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 23588 0 0 0 542 21 0 0 20 0 20 0 151971893 19566772224 241103 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 241103 5928 1 0 661789 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 7709 0 0 0 276 17 0 0 20 0 20 0 151971894 19566772224 241103 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 241103 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=477660 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 241103 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=12508 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 241103 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 964412 KiB

[startup+6.30062 s]
/proc/loadavg: 4.03 4.15 4.10 5/334 773624
/proc/meminfo: memFree=114476560/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=1208592 CPUtime=8.88 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 24041 0 0 0 861 27 0 0 20 0 20 0 151971893 19566772224 302148 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 302148 5928 1 0 661800 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=12508 CPUtime=6.06 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 8000 0 0 0 582 24 0 0 20 0 20 0 151971894 19566772224 302148 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 302148 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=6444764782056593238 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 302148 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=5536 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 302148 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1208592 KiB

[startup+12.7006 s]
/proc/loadavg: 4.03 4.15 4.10 7/334 773624
/proc/meminfo: memFree=114100440/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=1584576 CPUtime=15.48 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 30255 0 0 0 1513 35 0 0 20 0 20 0 151971893 19566772224 396144 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 396144 5944 1 0 661818 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=0 CPUtime=12.35 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 10459 0 0 0 1205 30 0 0 20 0 20 0 151971894 19566772224 396144 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=1584572 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 396144 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 396144 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=15980 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 396144 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 15.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1584576 KiB

[startup+25.5003 s]
/proc/loadavg: 4.02 4.14 4.10 5/334 773625
/proc/meminfo: memFree=114061432/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=1623572 CPUtime=28.33 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 35435 0 0 0 2797 36 0 0 20 0 20 0 151971893 19566772224 405893 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 405893 5944 1 0 661819 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=1584572 CPUtime=24.87 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 12721 0 0 0 2457 30 0 0 20 0 20 0 151971894 19566772224 405893 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=15980 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 405893 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=1603044 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 405893 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 405893 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 28.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1623572 KiB

[startup+51.1056 s]
/proc/loadavg: 4.28 4.19 4.12 5/334 773698
/proc/meminfo: memFree=116707468/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=1644128 CPUtime=54.18 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 40065 0 0 0 5379 39 0 0 20 0 20 0 151971893 19566772224 411032 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 411032 5944 1 0 661819 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=11588 CPUtime=50.02 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 14931 0 0 0 4972 30 0 0 20 0 20 0 151971894 19566772224 411032 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0

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

/proc/meminfo: memFree=116426180/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3239.1 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 213763 0 0 0 323700 210 0 0 20 0 20 0 151971893 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 649464 6008 1 0 662133 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=19656 CPUtime=3176.53 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 102933 0 0 0 317607 46 0 0 20 0 20 0 151971894 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 4035 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=12508 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 3239.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2597856 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/329 775029
/proc/meminfo: memFree=116413352/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3299.17 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 215795 0 0 0 329705 212 0 0 20 0 20 0 151971893 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 649464 6008 1 0 662133 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3236.14 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 104297 0 0 0 323567 47 0 0 20 0 20 0 151971894 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=15980 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 4116 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 3299.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2597856 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.21 4.19 5/331 775423
/proc/meminfo: memFree=114607844/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3359.25 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 218002 0 0 0 335710 215 0 0 20 0 20 0 151971893 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 649464 6008 1 0 662133 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3295.66 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 105512 0 0 0 329519 47 0 0 20 0 20 0 151971894 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 4184 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 3359.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2597856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.21 4.19 5/331 775435
/proc/meminfo: memFree=112917740/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3419.27 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 220061 0 0 0 341710 217 0 0 20 0 20 0 151971893 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 649464 6008 1 0 662133 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3355.25 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 106895 0 0 0 335478 47 0 0 20 0 20 0 151971894 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=39664 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 4276 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 3419.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2597856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.29 4.22 5/334 775616
/proc/meminfo: memFree=111109108/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3479.29 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 222084 0 0 0 347710 219 0 0 20 0 20 0 151971893 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 649464 6008 1 0 662133 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3414.81 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 108141 0 0 0 341433 48 0 0 20 0 20 0 151971894 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=15980 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 4358 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=2597856 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 3479.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2597856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.27 4.21 5/334 775626
/proc/meminfo: memFree=111108256/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3539.25 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 224114 0 0 0 353704 221 0 0 20 0 20 0 151971893 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 649464 6008 1 0 662133 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3474.43 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 109367 0 0 0 347395 48 0 0 20 0 20 0 151971894 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=2708 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=-8743005754989388476 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 4450 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 3539.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2597856 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.25 4.20 5/335 775639
/proc/meminfo: memFree=110606796/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3599.32 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 226301 0 0 0 359708 224 0 0 20 0 20 0 151971893 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 649464 6008 1 0 662133 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=-5155633680935826750 CPUtime=3533.99 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 110794 0 0 0 353351 48 0 0 20 0 20 0 151971894 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=1944 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 4543 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 3599.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2597856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583 s]*
/proc/loadavg: 4.23 4.25 4.20 6/335 775640
/proc/meminfo: memFree=110606768/131524600 swapFree=131071996/131071996
[pid=773589] ppid=773586 vsize=19108176 memory=2597856 CPUtime=3600.02 cores=4,6
/proc/773589/stat : 773589 (java) S 773586 773589 770928 0 -1 1077936128 226301 0 0 0 359778 224 0 0 20 0 20 0 151971893 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
/proc/773589/statm: 4777044 649464 6008 1 0 662133 0
[pid=773589/tid=773591] ppid=773586 vsize=19108176 memory=-9104979276504408764 CPUtime=3534.69 cores=4,6
/proc/773589/task/773591/stat : 773591 (java) R 773586 773589 770928 0 -1 4194368 110794 0 0 0 353421 48 0 0 20 0 20 0 151971894 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773600] ppid=773586 vsize=19108176 memory=7548104 CPUtime=0 cores=4,6
/proc/773589/task/773600/stat : 773600 (Finalizer) S 773586 773589 770928 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151971896 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773607] ppid=773586 vsize=19108176 memory=19656 CPUtime=0 cores=4,6
/proc/773589/task/773607/stat : 773607 (Common-Cleaner) S 773586 773589 770928 0 -1 1077936192 4543 0 0 0 0 0 0 0 20 0 20 0 151971897 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
[pid=773589/tid=773608] ppid=773586 vsize=19108176 memory=1944 CPUtime=0 cores=4,6
/proc/773589/task/773608/stat : 773608 (Timer-0) S 773586 773589 770928 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151971919 19566772224 649464 134679101440 94441787322368 94441787326064 140726014915680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94441787333880 94441787334672 94441805504512 140726014919664 140726014919777 140726014919777 140726014926792 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2597856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.87 s, system=2.25752 s

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

Child status: 143

Real time (s): 3583.08
CPU time (s): 3600.13
CPU user time (s): 3597.87
CPU system time (s): 2.25752
CPU usage (%): 100.476
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2597856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.87
system time used= 2.25752
maximum resident set size= 2599280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136296
involuntary context switches= 11295


# summary of solver processes directly reported to runsolver:
#   pid: 773589
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3597.87
#   total CPU system time (s): 2.25752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40648 second user time and 19.513 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-15 01:00:58
IDJOB=4427530
IDBENCH=148776
IDSOLVER=3046
FILE ID=nodeC029/4427530-1720998045
RUNJOBID= nodeC029-1720994549-770939
SLURM_JOB_ID= 7505323
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427530-1720998045/watcher-4427530-1720998045 -o /tmp/evaluation-result-4427530-1720998045/solver-4427530-1720998045 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1720994549-770939 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427530-1720998045.opb

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

MD5SUM BENCH= 91ecd4a7d2e975c8e8a35b07ef7013ef
RANDOM SEED=716307364

nodeC029.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		: 3652.318
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.09
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		: 3689.996
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.98
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		: 3606.157
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.09
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.173
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.98
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		: 3622.075
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.09
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		: 3600.343
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.98
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		: 3626.597
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.09
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		: 3690.363
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115666836 kB
MemAvailable:   119895152 kB
Buffers:          339524 kB
Cached:          4676788 kB
SwapCached:            0 kB
Active:           562944 kB
Inactive:       14580564 kB
Active(anon):       1472 kB
Inactive(anon): 10163472 kB
Active(file):     561472 kB
Inactive(file):  4417092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1272 kB
Writeback:            24 kB
AnonPages:      10126988 kB
Mapped:           122988 kB
Shmem:             37720 kB
KReclaimable:     178800 kB
Slab:             293172 kB
SReclaimable:     178800 kB
SUnreclaim:       114372 kB
KernelStack:        5088 kB
PageTables:        29852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11449840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57632 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9754624 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:    35164160 kB
DirectMap1G:    100663296 kB

Free space on /tmp at the end= 889980 MiB
End job on nodeC029 at 2024-07-15 02:00:41