Trace number 4427529

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.15 3566.86

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx75.opb
MD5SUMa11c5c9a015f48f3bddc22713bc48593
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1363.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.12/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	 - never skip resolution steps
0.12/0.15	 - Auto-division on coefficients is disabled
0.12/0.15	 - No postprocessing
0.12/0.15	 - Conflict is considered as is when resolving
0.12/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.15	 - Weaken first using unassigned literals
0.12/0.15	 - Bump strategy: ALWAYS_ONE
0.12/0.15	 - Bumper: ASSIGNED
0.12/0.15	--- Begin Solver configuration ---
0.12/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.15	Learn all clauses as in MiniSAT
0.12/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	No reason simplification
0.12/0.15	Armin Biere (Picosat) restarts strategy
0.12/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.15	timeout=2147483s
0.12/0.15	DB Simplification allowed=false
0.12/0.15	Listener: none
0.12/0.15	--- End Solver configuration ---
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ASSIGNED
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4427529-1720998040.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c  objective function found
0.53/0.38	c ... done. Wall clock time 0.228s.
0.53/0.39	c declared #vars     4977
0.53/0.39	c #constraints  5569
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
0.53/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
0.53/0.39	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 448
0.53/0.39	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.53/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
0.53/0.39	c 5569 constraints processed.
0.53/0.40	c objective function length is 7 literals
16.76/13.79	c cleaning 2491 clauses out of 5000 with flag 0/5000
36.31/32.47	c cleaning 4237 clauses out of 8509 with flag 0/11000
62.09/57.87	c cleaning 5621 clauses out of 11273 with flag 0/18001
108.43/103.55	c cleaning 6799 clauses out of 13651 with flag 0/26000
200.08/193.97	c cleaning 7906 clauses out of 15854 with flag 0/35002
270.61/263.51	c cleaning 8951 clauses out of 17946 with flag 0/45000
502.29/494.92	c cleaning 9988 clauses out of 19997 with flag 0/56002
602.26/593.37	c cleaning 10983 clauses out of 22007 with flag 0/68000
926.89/917.88	c cleaning 11999 clauses out of 24025 with flag 0/81001
1062.30/1052.52	c cleaning 13013 clauses out of 26026 with flag 0/95001
1225.14/1212.84	c cleaning 13987 clauses out of 28013 with flag 0/110001
1404.28/1390.49	c cleaning 15005 clauses out of 30027 with flag 0/126002
1740.84/1724.60	c cleaning 16006 clauses out of 32021 with flag 0/143001
1903.42/1885.52	c cleaning 16986 clauses out of 34014 with flag 0/161000
2298.62/2278.38	c cleaning 17992 clauses out of 36028 with flag 0/180000
2581.84/2560.53	c cleaning 19010 clauses out of 38037 with flag 0/200001
2857.08/2832.63	c cleaning 19944 clauses out of 40027 with flag 0/221001
3190.05/3162.73	c cleaning 20970 clauses out of 42082 with flag 0/243000
3400.24/3370.71	c cleaning 21929 clauses out of 44112 with flag 0/266000
3590.03/3556.92	c cleaning 22803 clauses out of 46183 with flag 0/290000
3600.06/3566.82	c timeout
3600.06/3566.82	c starts		: 133
3600.06/3566.82	c conflicts		: 293339
3600.06/3566.82	c decisions		: 747961
3600.06/3566.82	c propagations		: 53816089
3600.06/3566.82	c inspects		: 1006324039
3600.06/3566.82	c shortcuts		: 0
3600.06/3566.82	c learnt literals	: 0
3600.06/3566.82	c learnt binary clauses	: 0
3600.06/3566.82	c learnt ternary clauses	: 0
3600.06/3566.82	c learnt constraints	: 293338
3600.06/3566.82	c ignored constraints	: 0
3600.06/3566.82	c root simplifications	: 0
3600.06/3566.82	c removed literals (reason simplification)	: 0
3600.06/3566.82	c reason swapping (by a shorter reason)	: 0
3600.06/3566.82	c Calls to reduceDB	: 20
3600.06/3566.82	c Number of update (reduction) of LBD	: 10362
3600.06/3566.82	c Imported unit clauses	: 0
3600.06/3566.82	c No decision after first conflict	: false
3600.06/3566.82	c number of reductions to clauses (during analyze)	: 0
3600.06/3566.82	c number of learned constraints concerned by reduction	: 0
3600.06/3566.82	c number of learning phase by resolution	: 0
3600.06/3566.82	c number of learning phase by cutting planes	: 0
3600.06/3566.82	c number of rounding to 1 operations	: 1667342
3600.06/3566.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3566.82	c number of reductions of the coefficients by power 2 	: 0
3600.06/3566.82	c number of right shift for reduction by power 2 	: 0
3600.06/3566.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3566.82	c number of ending skipping 	: 0
3600.06/3566.82	c number of internal skipping 	: 0
3600.06/3566.82	c number of derivation steps 	: 1798586
3600.06/3566.82	c number of skipped derivation steps 	: 0
3600.06/3566.82	c number of remaining unassigned 	: 926782
3600.06/3566.82	c number of remaining assigned 	: 171452403
3600.06/3566.82	c number of falsified literals weakened from reason	: 0
3600.06/3566.82	c number of falsified literals weakened from conflict	: 0
3600.06/3566.82	c time for arithmetic operations	: 22752389167
3600.06/3566.82	c minimum degree of deleted constraints	: 4
3600.06/3566.82	c maximum degree of deleted constraints	: 46574194
3600.06/3566.82	c number of deleted constraints	: 266620
3600.06/3566.82	c speed (assignments/second)	: 15089.704747994552
3600.06/3566.82	c non guided choices	: 6546
3600.06/3566.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9942
3600.06/3566.84	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2761
3600.06/3566.84	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 14015
3600.06/3566.84	s UNKNOWN
3600.06/3566.84	c Total wall clock time (in seconds): 3566.685

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427529-1720998040/watcher-4427529-1720998040 -o /tmp/evaluation-result-4427529-1720998040/solver-4427529-1720998040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720994549-779121 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427529-1720998040.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=781737, runsolver pid=781734

[startup+0.100082 s]*
/proc/loadavg: 4.56 4.44 4.28 6/331 781755
/proc/meminfo: memFree=123130856/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=18975048 memory=62432 CPUtime=0.12 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 7181 0 0 0 11 1 0 0 20 0 18 0 151972065 19430449152 15608 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4743762 15608 5553 1 0 549322 0
[pid=781737/tid=781739] ppid=781734 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 5761 0 0 0 8 1 0 0 20 0 18 0 151972065 19430449152 15608 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151972068 19430449152 15608 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=18975048 memory=13564899112540450 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151972068 19430449152 15608 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62432 KiB

[startup+0.207498 s]*
/proc/loadavg: 4.56 4.44 4.28 8/331 781755
/proc/meminfo: memFree=123091864/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=18975048 memory=100484 CPUtime=0.33 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 7681 0 0 0 30 3 0 0 20 0 18 0 151972065 19430449152 25121 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4743762 25121 5860 1 0 549697 0
[pid=781737/tid=781739] ppid=781734 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 6067 0 0 0 17 2 0 0 20 0 18 0 151972065 19430449152 25121 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=18975048 memory=17016 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151972068 19430449152 25121 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151972068 19430449152 25121 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 100484 KiB

[startup+0.3145 s]*
/proc/loadavg: 4.56 4.44 4.28 9/332 781756
/proc/meminfo: memFree=122998788/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19041612 memory=164472 CPUtime=0.53 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 9324 0 0 0 48 5 0 0 20 0 19 0 151972065 19498610688 41118 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4760403 41118 5892 1 0 550989 0
[pid=781737/tid=781739] ppid=781734 vsize=19041612 memory=-8888526127498699452 CPUtime=0.27 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 6114 0 0 0 24 3 0 0 20 0 19 0 151972065 19498610688 41118 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151972068 19498610688 41118 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151972068 19498610688 41118 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164472 KiB

[startup+0.700496 s]
/proc/loadavg: 4.56 4.44 4.28 7/333 781757
/proc/meminfo: memFree=122993012/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=214268 CPUtime=1.27 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 15112 0 0 0 121 6 0 0 20 0 20 0 151972065 19566772224 53567 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 53567 5946 1 0 554704 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=5464 CPUtime=0.57 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 6260 0 0 0 53 4 0 0 20 0 20 0 151972065 19566772224 53567 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 53567 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 53567 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 53567 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 214268 KiB

[startup+1.5005 s]
/proc/loadavg: 4.56 4.44 4.28 6/333 781757
/proc/meminfo: memFree=122777224/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=368304 CPUtime=2.87 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 21264 0 0 0 276 11 0 0 20 0 20 0 151972065 19566772224 92076 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 92076 5946 1 0 555439 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=13116 CPUtime=1.34 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 6673 0 0 0 127 7 0 0 20 0 20 0 151972065 19566772224 92076 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 92076 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 92076 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=280559880414480 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 92076 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 368304 KiB

[startup+3.10573 s]
/proc/loadavg: 4.56 4.44 4.28 5/333 781759
/proc/meminfo: memFree=121550052/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=1154536 CPUtime=5.89 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 24302 0 0 0 562 27 0 0 20 0 20 0 151972065 19566772224 288634 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 288634 5946 1 0 887565 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=0 CPUtime=2.86 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) S 781734 781737 779109 0 -1 1077936192 7372 0 0 0 265 21 0 0 20 0 20 0 151972065 19566772224 288634 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 288634 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 288634 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=11388 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 288634 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1154536 KiB

[startup+6.30023 s]
/proc/loadavg: 4.51 4.43 4.28 5/333 781759
/proc/meminfo: memFree=120912100/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=1162244 CPUtime=9.14 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 24478 0 0 0 887 27 0 0 20 0 20 0 151972065 19566772224 290561 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 290561 5946 1 0 887567 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=13116 CPUtime=5.9 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 7388 0 0 0 568 22 0 0 20 0 20 0 151972065 19566772224 290561 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 290561 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=415504 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 290561 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 290561 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1162244 KiB

[startup+12.7003 s]
/proc/loadavg: 4.47 4.42 4.28 6/333 781841
/proc/meminfo: memFree=121041520/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=2639904 CPUtime=15.71 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 26426 0 0 0 1514 57 0 0 20 0 20 0 151972065 19566772224 659976 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 659976 5946 1 0 1171665 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=0 CPUtime=12.13 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 8285 0 0 0 1164 49 0 0 20 0 20 0 151972065 19566772224 659976 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=-8888526127498699452 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 659976 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=2212 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 659976 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=11388 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 659976 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 15.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2639904 KiB

[startup+25.5005 s]
/proc/loadavg: 4.51 4.43 4.28 6/333 781911
/proc/meminfo: memFree=119480264/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=2931156 CPUtime=29.16 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 29620 0 0 0 2851 65 0 0 20 0 20 0 151972065 19566772224 732789 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 732789 5962 1 0 1171691 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=11388 CPUtime=24.51 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 10689 0 0 0 2397 54 0 0 20 0 20 0 151972065 19566772224 732789 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 732789 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=5464 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 732789 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=16104 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 732789 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 29.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2931156 KiB

[startup+51.1065 s]
/proc/loadavg: 4.63 4.46 4.30 6/333 781981
/proc/meminfo: memFree=117911852/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=3185704 CPUtime=55.28 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 37155 0 0 0 5456 72 0 0 20 0 20 0 151972065 19566772224 796426 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 796426 5962 1 0 1171737 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=-8888526127498699452 CPUtime=49.42 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 14605 0 0 0 4887 55 0 0 20 0 20 0 151972065 19566772224 796426 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=-8888526127498699452 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=112451084/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=4639044 CPUtime=3189.65 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 361213 0 0 0 318720 245 0 0 20 0 20 0 151972065 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 1159761 5975 1 0 1173006 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=0 CPUtime=3110.87 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 158367 0 0 0 311007 80 0 0 20 0 20 0 151972065 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 44 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=4639016 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=4639016 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 2644 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=4639028 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 3189.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4639044 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.14 4.17 5/333 783332
/proc/meminfo: memFree=112450652/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=4639044 CPUtime=3249.99 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 362051 0 0 0 324753 246 0 0 20 0 20 0 151972065 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 1159761 5975 1 0 1173006 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=0 CPUtime=3169.7 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 158889 0 0 0 316890 80 0 0 20 0 20 0 151972065 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=4639044 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 2672 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=4639044 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 1159761 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 3249.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4639044 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.17 4.18 5/332 783725
/proc/meminfo: memFree=112449000/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=4639100 CPUtime=3311.21 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 373151 0 0 0 330872 249 0 0 20 0 20 0 151972065 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 1159775 5975 1 0 1173006 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=4639044 CPUtime=3228.84 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 160092 0 0 0 322804 80 0 0 20 0 20 0 151972065 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 44 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=4639044 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=4639100 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 2672 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=5412 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 3311.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4639100 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.18 4.18 5/331 783736
/proc/meminfo: memFree=112448712/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=4639100 CPUtime=3371.41 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 378012 0 0 0 336888 253 0 0 20 0 20 0 151972065 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 1159775 5975 1 0 1173006 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=4639100 CPUtime=3287.57 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 162505 0 0 0 328677 80 0 0 20 0 20 0 151972065 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=4639100 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=11388 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 2759 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=38840 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 1159775 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 3371.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4639100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.16 4.18 5/332 783750
/proc/meminfo: memFree=112447476/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=4639124 CPUtime=3432.8 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 379242 0 0 0 343025 255 0 0 20 0 20 0 151972065 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 1159781 5975 1 0 1173011 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=11388 CPUtime=3345.75 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 163431 0 0 0 334495 80 0 0 20 0 20 0 151972065 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=5464 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=4639124 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 2759 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=4639124 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 3432.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4639124 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/334 783930
/proc/meminfo: memFree=112446484/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=4639124 CPUtime=3493.69 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 381070 0 0 0 349111 258 0 0 20 0 20 0 151972065 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 1159781 5975 1 0 1173011 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=11388 CPUtime=3404.24 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 164924 0 0 0 340343 81 0 0 20 0 20 0 151972065 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 44 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=38840 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=38840 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 2759 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=4639124 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 1159781 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 3493.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4639124 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/335 783942
/proc/meminfo: memFree=112445624/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=4639220 CPUtime=3555.18 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 394935 0 0 0 355257 261 0 0 20 0 20 0 151972065 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 1159805 5975 1 0 1173044 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=38840 CPUtime=3463.06 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 167629 0 0 0 346225 81 0 0 20 0 20 0 151972065 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=4639220 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=4639220 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 2814 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 3555.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4639220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.8 s]
/proc/loadavg: 3.70 4.04 4.13 4/310 783985
/proc/meminfo: memFree=116511092/131524600 swapFree=131071996/131071996
[pid=781737] ppid=781734 vsize=19108176 memory=4639220 CPUtime=3600.06 cores=1,3
/proc/781737/stat : 781737 (java) S 781734 781737 779109 0 -1 1077936128 395677 0 0 0 359743 263 0 0 20 0 20 0 151972065 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
/proc/781737/statm: 4777044 1159805 5975 1 0 1173044 0
[pid=781737/tid=781739] ppid=781734 vsize=19108176 memory=8160 CPUtime=3506.91 cores=1,3
/proc/781737/task/781739/stat : 781739 (java) R 781734 781737 779109 0 -1 4194368 168144 0 0 0 350610 81 0 0 20 0 20 0 151972065 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781748] ppid=781734 vsize=19108176 memory=-8888526127498699452 CPUtime=0 cores=1,3
/proc/781737/task/781748/stat : 781748 (Finalizer) S 781734 781737 779109 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781755] ppid=781734 vsize=19108176 memory=11568 CPUtime=0 cores=1,3
/proc/781737/task/781755/stat : 781755 (Common-Cleaner) S 781734 781737 779109 0 -1 1077936192 2814 0 0 0 0 0 0 0 20 0 20 0 151972068 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
[pid=781737/tid=781757] ppid=781734 vsize=19108176 memory=2732 CPUtime=0 cores=1,3
/proc/781737/task/781757/stat : 781757 (Timer-0) S 781734 781737 779109 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151972105 19566772224 1159805 134679101440 94649686736896 94649686740592 140730239221184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94649686748408 94649686749200 94649704165376 140730239222768 140730239222881 140730239222881 140730239229896 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4639220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.5 s, system=2.64663 s

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

Child status: 143

Real time (s): 3566.86
CPU time (s): 3600.15
CPU user time (s): 3597.5
CPU system time (s): 2.64663
CPU usage (%): 100.933
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4640288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.5
system time used= 2.64663
maximum resident set size= 4640932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123948
involuntary context switches= 18431


# summary of solver processes directly reported to runsolver:
#   pid: 781737
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.5
#   total CPU system time (s): 2.64663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11512 second user time and 18.8936 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-15 01:00:53
IDJOB=4427529
IDBENCH=148775
IDSOLVER=3046
FILE ID=nodeC030/4427529-1720998040
RUNJOBID= nodeC030-1720994549-779121
SLURM_JOB_ID= 7505324
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= a11c5c9a015f48f3bddc22713bc48593
RANDOM SEED=716307364

nodeC030.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		: 3669.952
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.654
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.11
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		: 3599.807
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.28
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		: 3599.647
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.11
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		: 3599.997
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.28
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		: 3635.383
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.11
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		: 3670.058
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.28
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		: 3635.440
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123172864 kB
MemAvailable:   123996896 kB
Buffers:          339924 kB
Cached:          1318200 kB
SwapCached:            0 kB
Active:           542864 kB
Inactive:        7201076 kB
Active(anon):       1564 kB
Inactive(anon):  6121976 kB
Active(file):     541300 kB
Inactive(file):  1079100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3008 kB
Writeback:             0 kB
AnonPages:       6082396 kB
Mapped:           123396 kB
Shmem:             37720 kB
KReclaimable:      86908 kB
Slab:             191228 kB
SReclaimable:      86908 kB
SUnreclaim:       104320 kB
KernelStack:        5020 kB
PageTables:        21712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7907440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5761024 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:      217812 kB
DirectMap2M:    14235648 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 889860 MiB
End job on nodeC030 at 2024-07-15 02:00:20