Trace number 4449065

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.3 3578.76

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
MD5SUM4a42be2aaf272439af058ac9b796a856
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.75774
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables661504
Total number of constraints5680
Number of constraints which are clauses2583
Number of constraints which are cardinality constraints (but not clauses)2583
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2584
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 935283
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2150318
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.15	c version CUSTOM.v20240707
0.12/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.18	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.19	c Free memory 		2113181440
0.12/0.19	c Max memory 		16282288128
0.12/0.19	c Total memory 		2122317824
0.12/0.20	c Number of processors 	2
0.42/0.34	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.34	 - never skip resolution steps
0.42/0.34	 - Auto-division on coefficients is disabled
0.42/0.34	 - No postprocessing
0.42/0.34	 - Conflict is considered as is when resolving
0.42/0.34	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.42/0.34	 - Weaken first using unassigned literals
0.42/0.34	 - Bump strategy: ALWAYS_ONE
0.42/0.34	 - Bumper: ASSIGNED
0.42/0.34	--- Begin Solver configuration ---
0.42/0.34	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.42/0.34	Learn all clauses as in MiniSAT
0.42/0.34	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.34	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.34	No reason simplification
0.42/0.34	Armin Biere (Picosat) restarts strategy
0.42/0.34	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.42/0.34	timeout=2147483s
0.42/0.34	DB Simplification allowed=false
0.42/0.35	Listener: none
0.42/0.35	--- End Solver configuration ---
0.42/0.35	c Pseudo Boolean Optimization by upper bound
0.42/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.35	c  - never skip resolution steps
0.42/0.35	c  - Auto-division on coefficients is disabled
0.42/0.35	c  - No postprocessing
0.42/0.35	c  - Conflict is considered as is when resolving
0.42/0.35	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.42/0.35	c  - Weaken first using unassigned literals
0.42/0.35	c  - Bump strategy: ALWAYS_ONE
0.42/0.35	c  - Bumper: ASSIGNED
0.42/0.35	c --- Begin Solver configuration ---
0.42/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.42/0.35	c Learn all clauses as in MiniSAT
0.42/0.35	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.35	c No reason simplification
0.42/0.35	c Armin Biere (Picosat) restarts strategy
0.42/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.42/0.35	c timeout=2147483s
0.42/0.35	c DB Simplification allowed=false
0.42/0.35	c Listener: none
0.42/0.35	c --- End Solver configuration ---
0.42/0.35	c solving HOME/instance-4449065-1721369193.opb
0.42/0.35	c reading problem ... 
0.42/0.36	c  no objective function found
16.99/13.32	c ... done. Wall clock time 12.963s.
16.99/13.32	c declared #vars     661504
16.99/13.32	c #constraints  5680
16.99/13.32	c constraints type 
16.99/13.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2583
16.99/13.32	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 514
16.99/13.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2583
16.99/13.32	c 5680 constraints processed.
2384.72/2370.35	c cleaning 2495 clauses out of 5000 with flag 0/5000
3600.00/3578.62	c starts		: 34
3600.00/3578.64	c conflicts		: 10071
3600.00/3578.64	c decisions		: 10646334
3600.00/3578.65	c propagations		: 27967293
3600.00/3578.65	c inspects		: 7076897
3600.00/3578.65	c shortcuts		: 0
3600.00/3578.65	c learnt literals	: 0
3600.00/3578.65	c learnt binary clauses	: 0
3600.00/3578.65	c learnt ternary clauses	: 0
3600.00/3578.65	c learnt constraints	: 10070
3600.00/3578.65	c ignored constraints	: 0
3600.00/3578.65	c root simplifications	: 0
3600.00/3578.65	c removed literals (reason simplification)	: 0
3600.00/3578.65	c reason swapping (by a shorter reason)	: 0
3600.00/3578.65	c Calls to reduceDB	: 1
3600.00/3578.65	c Number of update (reduction) of LBD	: 0
3600.00/3578.65	c Imported unit clauses	: 0
3600.00/3578.65	c No decision after first conflict	: false
3600.00/3578.66	c number of reductions to clauses (during analyze)	: 0
3600.00/3578.66	c number of learned constraints concerned by reduction	: 0
3600.00/3578.66	c number of learning phase by resolution	: 0
3600.00/3578.66	c number of learning phase by cutting planes	: 0
3600.00/3578.66	c number of rounding to 1 operations	: 44348
3600.00/3578.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3578.66	c number of reductions of the coefficients by power 2 	: 0
3600.00/3578.66	c number of right shift for reduction by power 2 	: 0
3600.00/3578.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3578.66	c number of ending skipping 	: 0
3600.00/3578.66	c number of internal skipping 	: 0
3600.00/3578.66	c number of derivation steps 	: 65966
3600.00/3578.66	c number of skipped derivation steps 	: 0
3600.00/3578.66	c number of remaining unassigned 	: 291518
3600.00/3578.66	c number of remaining assigned 	: 56427602
3600.00/3578.66	c number of falsified literals weakened from reason	: 0
3600.00/3578.66	c number of falsified literals weakened from conflict	: 0
3600.00/3578.66	c time for arithmetic operations	: 9479127157
3600.00/3578.66	c minimum degree of deleted constraints	: 5939
3600.00/3578.66	c maximum degree of deleted constraints	: 427311373
3600.00/3578.66	c number of deleted constraints	: 2495
3600.00/3578.68	c speed (assignments/second)	: 7844.360068819396
3600.00/3578.68	c non guided choices	: 4753096
3600.22/3578.71	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 20
3600.22/3578.71	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 23
3600.22/3578.71	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7532
3600.22/3578.72	s UNKNOWN
3600.22/3578.72	c Total wall clock time (in seconds): 3578.37

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: 64059 MiB (51369 MiB free)
  memory of node 1: 64510 MiB (45380 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449065-1721369193/watcher-4449065-1721369193 -o /tmp/evaluation-result-4449065-1721369193/solver-4449065-1721369193 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997483 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449065-1721369193.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
solver pid=1000228, runsolver pid=1000225
Current StackSize limit: 8192 KiB


[startup+0.101786 s]*
/proc/loadavg: 4.34 4.28 4.20 6/315 1000246
/proc/meminfo: memFree=99037024/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=18975048 memory=55300 CPUtime=0.12 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 6468 0 0 0 9 3 0 0 20 0 18 0 189078104 19430449152 13825 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4743762 13825 5533 1 0 550801 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) S 1000225 1000228 997472 0 -1 1077936192 5392 0 0 0 6 2 0 0 20 0 18 0 189078105 19430449152 13825 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189078109 19430449152 13825 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 189078110 19430449152 13825 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55300 KiB

[startup+0.210051 s]*
/proc/loadavg: 4.34 4.28 4.20 6/315 1000246
/proc/meminfo: memFree=99030036/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=18975048 memory=64524 CPUtime=0.28 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 7203 0 0 0 25 3 0 0 20 0 18 0 189078104 19430449152 16131 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4743762 16131 5541 1 0 551390 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=18975048 memory=6007641856751698051 CPUtime=0.18 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 5732 0 0 0 16 2 0 0 20 0 18 0 189078105 19430449152 16131 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=18975048 memory=19020 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189078109 19430449152 16131 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 189078110 19430449152 16131 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64524 KiB

[startup+0.30918 s]*
/proc/loadavg: 4.34 4.28 4.20 7/315 1000246
/proc/meminfo: memFree=99026456/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=18975048 memory=66508 CPUtime=0.42 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 7522 0 0 0 39 3 0 0 20 0 18 0 189078104 19430449152 16627 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4743762 16627 5722 1 0 551622 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=18975048 memory=-7813285186070669669 CPUtime=0.27 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) S 1000225 1000228 997472 0 -1 1077936192 5913 0 0 0 25 2 0 0 20 0 18 0 189078105 19430449152 16627 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189078109 19430449152 16627 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 189078110 19430449152 16627 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66508 KiB

[startup+0.704333 s]
/proc/loadavg: 4.34 4.28 4.20 7/315 1000246
/proc/meminfo: memFree=98963608/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=18975048 memory=224564 CPUtime=1.15 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 11393 0 0 0 107 8 0 0 20 0 18 0 189078104 19430449152 56141 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4743762 56141 5836 1 0 554123 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=18975048 memory=5468 CPUtime=0.65 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 6110 0 0 0 59 6 0 0 20 0 18 0 189078105 19430449152 56141 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=18975048 memory=12020 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189078109 19430449152 56141 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 189078110 19430449152 56141 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 224564 KiB

[startup+1.501 s]
/proc/loadavg: 4.34 4.28 4.20 6/316 1000247
/proc/meminfo: memFree=98704936/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19041612 memory=435432 CPUtime=2.58 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 13128 0 0 0 244 14 0 0 20 0 19 0 189078104 19498610688 108858 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4760403 108858 5836 1 0 555519 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19041612 memory=12020 CPUtime=1.24 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 6249 0 0 0 115 9 0 0 20 0 19 0 189078105 19498610688 108858 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189078109 19498610688 108858 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 189078110 19498610688 108858 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 435432 KiB

[startup+3.11306 s]
/proc/loadavg: 4.31 4.28 4.20 6/316 1000247
/proc/meminfo: memFree=97776228/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19041612 memory=1332900 CPUtime=4.51 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 14779 0 0 0 417 34 0 0 20 0 19 0 189078104 19498610688 333225 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4760403 333225 5852 1 0 1368221 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19041612 memory=0 CPUtime=2.53 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 6778 0 0 0 229 24 0 0 20 0 19 0 189078105 19498610688 333225 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19041612 memory=12020 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189078109 19498610688 333225 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19041612 memory=523304 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 189078110 19498610688 333225 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 4.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1332900 KiB

[startup+6.30039 s]
/proc/loadavg: 4.31 4.28 4.20 5/316 1000249
/proc/meminfo: memFree=95830968/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19041612 memory=3255868 CPUtime=8.39 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 16643 0 0 0 767 72 0 0 20 0 19 0 189078104 19498610688 813967 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4760403 813967 5852 1 0 2032550 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19041612 memory=0 CPUtime=5.29 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) S 1000225 1000228 997472 0 -1 1077936192 7854 0 0 0 470 59 0 0 20 0 19 0 189078105 19498610688 813967 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19041612 memory=456260 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189078109 19498610688 813967 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19041612 memory=228489167166 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189078110 19498610688 813967 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 8.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3255868 KiB

[startup+12.7004 s]
/proc/loadavg: 4.29 4.27 4.20 6/315 1000316
/proc/meminfo: memFree=102135556/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19041612 memory=4299160 CPUtime=16.32 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 26102 0 0 0 1535 97 0 0 20 0 19 0 189078104 19498610688 1074790 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4760403 1074790 5867 1 0 2896889 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19041612 memory=4255288 CPUtime=10.79 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 8788 0 0 0 1003 76 0 0 20 0 19 0 189078105 19498610688 1074790 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19041612 memory=4224520 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189078109 19498610688 1074790 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19041612 memory=3255824 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189078110 19498610688 1074790 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 16.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4299160 KiB

[startup+25.5005 s]
/proc/loadavg: 4.44 4.31 4.21 7/317 1000321
/proc/meminfo: memFree=98087124/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=4759012 CPUtime=30.08 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 26686 0 0 0 2901 107 0 0 20 0 20 0 189078104 19566772224 1189753 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 1189753 5867 1 0 2897255 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=3252624 CPUtime=23.47 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 9088 0 0 0 2262 85 0 0 20 0 20 0 189078105 19566772224 1189753 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 1189753 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 189078110 19566772224 1189753 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=4759012 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 1189753 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 30.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4759012 KiB

[startup+51.1132 s]
/proc/loadavg: 4.36 4.30 4.21 5/317 1000324
/proc/meminfo: memFree=97540036/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=5096360 CPUtime=58.34 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 31761 0 0 0 5719 115 0 0 20 0 20 0 189078104 19566772224 1274090 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 1274090 5867 1 0 2897400 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=0 CPUtime=49.02 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 10100 0 0 0 4810 92 0 0 20 0 20 0 189078105 19566772224 1274090 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=4307352 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 1274090 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 189078110 19566772224 1274090 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 1274090 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 58.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5096360 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.29 4.21 5/317 1000333

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

[startup+3222.3 s]
/proc/loadavg: 4.19 4.19 4.18 5/321 1002205
/proc/meminfo: memFree=91884148/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=11359944 CPUtime=3238.82 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 377838 0 0 0 323464 418 0 0 20 0 20 0 189078104 19566772224 2839986 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 2839986 5914 1 0 2905915 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=11355836 CPUtime=3196.38 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 180761 0 0 0 319419 219 0 0 20 0 20 0 189078105 19566772224 2839986 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=21116 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 2839986 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=11355836 CPUtime=0.01 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 5309 0 0 0 0 1 0 0 20 0 20 0 189078110 19566772224 2839986 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 2839986 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 3238.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11359944 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.21 4.19 5/320 1002231
/proc/meminfo: memFree=91848556/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=11390668 CPUtime=3299.57 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 382630 0 0 0 329535 422 0 0 20 0 20 0 189078104 19566772224 2847667 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 2847667 5914 1 0 2905915 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=11378376 CPUtime=3253.86 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 181633 0 0 0 325167 219 0 0 20 0 20 0 189078105 19566772224 2847667 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 2847667 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=11355848 CPUtime=0.01 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 5392 0 0 0 0 1 0 0 20 0 20 0 189078110 19566772224 2847667 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=11390668 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 2847667 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 3299.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 11390668 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.22 4.19 5/320 1002241
/proc/meminfo: memFree=91082968/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=12154216 CPUtime=3361.4 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 386521 0 0 0 335701 439 0 0 20 0 20 0 189078104 19566772224 3038554 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 3038554 5914 1 0 3096007 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=44612 CPUtime=3310.48 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 183547 0 0 0 330815 233 0 0 20 0 20 0 189078105 19566772224 3038554 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=2284 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 3038554 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=11516 CPUtime=0.01 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 5414 0 0 0 0 1 0 0 20 0 20 0 189078110 19566772224 3038554 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=12154216 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 3038554 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 3361.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12154216 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.21 4.18 5/320 1002252
/proc/meminfo: memFree=90642512/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=12593444 CPUtime=3422.03 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 391136 0 0 0 341752 451 0 0 20 0 20 0 189078104 19566772224 3148361 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 3148361 5914 1 0 3204629 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=12154376 CPUtime=3368.06 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 184532 0 0 0 336565 241 0 0 20 0 20 0 189078105 19566772224 3148361 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 3148361 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=12421412 CPUtime=0.01 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 5499 0 0 0 0 1 0 0 20 0 20 0 189078110 19566772224 3148361 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=12593444 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 3148361 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 3422.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12593444 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.18 5/319 1002262
/proc/meminfo: memFree=90638088/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=12595776 CPUtime=3482.41 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 395895 0 0 0 347786 455 0 0 20 0 20 0 189078104 19566772224 3148944 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 3148944 5914 1 0 3204631 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=11516 CPUtime=3426.85 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 187509 0 0 0 342443 242 0 0 20 0 20 0 189078105 19566772224 3148944 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=12154216 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 3148944 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=12595524 CPUtime=0.01 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 5500 0 0 0 0 1 0 0 20 0 20 0 189078110 19566772224 3148944 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=12595548 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 3148944 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 3482.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12595776 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.18 6/319 1002273
/proc/meminfo: memFree=89925684/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=13301888 CPUtime=3543.06 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 398902 0 0 0 353834 472 0 0 20 0 20 0 189078104 19566772224 3325472 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 3325472 5914 1 0 3382189 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=13301888 CPUtime=3484.62 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 188158 0 0 0 348208 254 0 0 20 0 20 0 189078105 19566772224 3325472 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 3325472 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=16224 CPUtime=0.01 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 5584 0 0 0 0 1 0 0 20 0 20 0 189078110 19566772224 3325472 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 3325472 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 3543.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13301888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.6 s]
/proc/loadavg: 4.13 4.18 4.18 5/317 1002285
/proc/meminfo: memFree=89896536/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19108176 memory=13301908 CPUtime=3600 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 399168 0 0 0 359526 474 0 0 20 0 20 0 189078104 19566772224 3325477 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4777044 3325477 5914 1 0 3382190 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19108176 memory=32736 CPUtime=3539.28 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 188295 0 0 0 353673 255 0 0 20 0 20 0 189078105 19566772224 3325477 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19108176 memory=25168 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189078109 19566772224 3325477 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19108176 memory=100 CPUtime=0.01 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 5585 0 0 0 0 1 0 0 20 0 20 0 189078110 19566772224 3325477 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000317] ppid=1000225 vsize=19108176 memory=2004 CPUtime=0 cores=4,6
/proc/1000228/task/1000317/stat : 1000317 (Timer-0) S 1000225 1000228 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189079441 19566772224 3325477 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 13301908 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.5 s, system=4.79605 s

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

[startup+3578.71 s]
/proc/loadavg: 4.13 4.18 4.18 5/317 1002285
/proc/meminfo: memFree=89896536/131655788 swapFree=131071996/131071996
[pid=1000228] ppid=1000225 vsize=19307868 memory=13302560 CPUtime=3600.22 cores=4,6
/proc/1000228/stat : 1000228 (java) S 1000225 1000228 997472 0 -1 1077936128 403474 0 0 0 359547 475 0 0 20 0 21 0 189078104 19771256832 3325640 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
/proc/1000228/statm: 4826967 3325640 5913 1 0 3383077 0
[pid=1000228/tid=1000230] ppid=1000225 vsize=19307868 memory=13301908 CPUtime=3539.39 cores=4,6
/proc/1000228/task/1000230/stat : 1000230 (java) R 1000225 1000228 997472 0 -1 4194368 188295 0 0 0 353684 255 0 0 20 0 21 0 189078105 19771256832 3325640 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000239] ppid=1000225 vsize=19307868 memory=44612 CPUtime=0 cores=4,6
/proc/1000228/task/1000239/stat : 1000239 (Finalizer) S 1000225 1000228 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189078109 19771256832 3325640 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
[pid=1000228/tid=1000246] ppid=1000225 vsize=19307868 memory=12020 CPUtime=0.01 cores=4,6
/proc/1000228/task/1000246/stat : 1000246 (Common-Cleaner) S 1000225 1000228 997472 0 -1 1077936192 5585 0 0 0 0 1 0 0 20 0 21 0 189078110 19771256832 3325640 134679101440 94849079160832 94849079164528 140724310791312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849079172344 94849079173136 94849095548928 140724310795247 140724310795360 140724310795360 140724310802376 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 13302560 KiB

Child status: 143

Real time (s): 3578.76
CPU time (s): 3600.3
CPU user time (s): 3595.5
CPU system time (s): 4.79605
CPU usage (%): 100.602
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 13302560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.5
system time used= 4.79605
maximum resident set size= 13303456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403730
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112196
involuntary context switches= 8020


# summary of solver processes directly reported to runsolver:
#   pid: 1000228
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3595.5
#   total CPU system time (s): 4.79605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1756 second user time and 36.2919 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 08:06:46
IDJOB=4449065
IDBENCH=160480
IDSOLVER=3046
FILE ID=nodeC006/4449065-1721369193
RUNJOBID= nodeC006-1721365670-997483
SLURM_JOB_ID= 7542802
Free space on /tmp= 723700 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449065-1721369193/watcher-4449065-1721369193 -o /tmp/evaluation-result-4449065-1721369193/solver-4449065-1721369193 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997483 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449065-1721369193.opb

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

MD5SUM BENCH= 4a42be2aaf272439af058ac9b796a856
RANDOM SEED=1526475305

nodeC006.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	: 0xb00001f
cpu MHz		: 3671.557
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 3663.323
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 1197.340
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.297
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 1919.548
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 3677.734
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 1352.291
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.299
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        99072092 kB
MemAvailable:   104084608 kB
Buffers:          532268 kB
Cached:          5258492 kB
SwapCached:            0 kB
Active:          1056272 kB
Inactive:       30787388 kB
Active(anon):       1468 kB
Inactive(anon): 26089140 kB
Active(file):    1054804 kB
Inactive(file):  4698248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31212 kB
Writeback:             0 kB
AnonPages:      26052640 kB
Mapped:           126140 kB
Shmem:             37704 kB
KReclaimable:     198988 kB
Slab:             314588 kB
SReclaimable:     198988 kB
SUnreclaim:       115600 kB
KernelStack:        4816 kB
PageTables:        61136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   28425396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25604096 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:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723656 MiB
End job on nodeC006 at 2024-07-19 09:06:25