Trace number 4432482

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 Resolution Default 2024-07-07? (TO) 3600.12 3600.96

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUMb903151821b4588cc22205dcfedeb810
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21601492
Best CPU time to get the best result obtained on this benchmark3600.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432482-1721152349.opb
0.13/0.12	c reading problem ... 
0.13/0.14	c  objective function found
18.97/14.43	c ... done. Wall clock time 14.308s.
18.97/14.43	c declared #vars     2000400
18.97/14.43	c #constraints  4940614
18.97/14.43	c constraints type 
18.97/14.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
18.97/14.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
18.97/14.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
18.97/14.43	c org.sat4j.specs.Constr$1 => 3
18.97/14.43	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
18.97/14.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
18.97/14.43	c 4940614 constraints processed.
18.97/14.44	c objective function length is 1019600 literals
125.85/120.02	c cleaning 2487 clauses out of 5003 with flag 19193/5003
306.58/300.62	c cleaning 4230 clauses out of 8513 with flag 44383/11000
551.08/546.23	c cleaning 5626 clauses out of 11285 with flag 77708/18002
745.17/740.42	c cleaning 6817 clauses out of 13657 with flag 126276/26000
987.74/983.66	c cleaning 7906 clauses out of 15842 with flag 187708/35002
1241.21/1238.38	c cleaning 8939 clauses out of 17934 with flag 257632/45000
2878.94/2878.70	c cleaning 9927 clauses out of 19995 with flag 394110/56000
3600.01/3600.92	c starts		: 70
3600.01/3600.92	c conflicts		: 60079
3600.01/3600.92	c decisions		: 1823096
3600.01/3600.92	c propagations		: 1765714486
3600.01/3600.92	c inspects		: 18984127409
3600.01/3600.92	c shortcuts		: 0
3600.01/3600.92	c learnt literals	: 0
3600.01/3600.92	c learnt binary clauses	: 4
3600.01/3600.92	c learnt ternary clauses	: 0
3600.01/3600.92	c learnt constraints	: 60079
3600.01/3600.92	c ignored constraints	: 0
3600.01/3600.92	c root simplifications	: 0
3600.01/3600.92	c removed literals (reason simplification)	: 0
3600.01/3600.92	c reason swapping (by a shorter reason)	: 0
3600.01/3600.92	c Calls to reduceDB	: 7
3600.01/3600.92	c Number of update (reduction) of LBD	: 46608
3600.01/3600.92	c Imported unit clauses	: 0
3600.01/3600.92	c No decision after first conflict	: false
3600.01/3600.92	c number of reductions to clauses (during analyze)	: 0
3600.01/3600.92	c number of learned constraints concerned by reduction	: 0
3600.01/3600.92	c number of learning phase by resolution	: 0
3600.01/3600.92	c number of learning phase by cutting planes	: 0
3600.01/3600.92	c number of rounding to 1 operations	: 0
3600.01/3600.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3600.92	c number of reductions of the coefficients by power 2 	: 0
3600.01/3600.92	c number of right shift for reduction by power 2 	: 0
3600.01/3600.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3600.92	c number of ending skipping 	: 0
3600.01/3600.92	c number of internal skipping 	: 0
3600.01/3600.92	c number of derivation steps 	: 0
3600.01/3600.92	c number of skipped derivation steps 	: 0
3600.01/3600.92	c number of remaining unassigned 	: 0
3600.01/3600.92	c number of remaining assigned 	: 0
3600.01/3600.92	c number of falsified literals weakened from reason	: 0
3600.01/3600.92	c number of falsified literals weakened from conflict	: 0
3600.01/3600.92	c time for arithmetic operations	: 0
3600.01/3600.93	c minimum degree of deleted constraints	: null
3600.01/3600.93	c maximum degree of deleted constraints	: null
3600.01/3600.93	c number of deleted constraints	: 0
3600.01/3600.93	c speed (assignments/second)	: 492345.9450190027
3600.01/3600.93	c non guided choices	: 0
3600.01/3600.94	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14143
3600.01/3600.94	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
3600.01/3600.94	s UNKNOWN
3600.01/3600.94	c Total wall clock time (in seconds): 3600.818

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432482-1721152349/watcher-4432482-1721152349 -o /tmp/evaluation-result-4432482-1721152349/solver-4432482-1721152349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721148758-863559 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432482-1721152349.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=865780, runsolver pid=865777
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 4.44 4.21 4.18 8/329 865798
/proc/meminfo: memFree=122145880/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=18975048 memory=64124 CPUtime=0.13 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 7043 0 0 0 11 2 0 0 20 0 18 0 167398509 19430449152 16031 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4743762 16031 5623 1 0 549322 0
[pid=865780/tid=865782] ppid=865777 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 5623 0 0 0 7 1 0 0 20 0 18 0 167398510 19430449152 16031 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167398512 19430449152 16031 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167398513 19430449152 16031 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64124 KiB

[startup+0.205827 s]*
/proc/loadavg: 4.44 4.21 4.18 9/329 865798
/proc/meminfo: memFree=121990616/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=18975048 memory=157492 CPUtime=0.32 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 8948 0 0 0 28 4 0 0 20 0 18 0 167398509 19430449152 39373 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4743762 39373 5806 1 0 550409 0
[pid=865780/tid=865782] ppid=865777 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 5812 0 0 0 16 3 0 0 20 0 18 0 167398510 19430449152 39373 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=18975048 memory=1623 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167398512 19430449152 39373 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167398513 19430449152 39373 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 157492 KiB

[startup+0.30628 s]*
/proc/loadavg: 4.44 4.21 4.18 8/329 865798
/proc/meminfo: memFree=121848108/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=18975048 memory=191488 CPUtime=0.51 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 9779 0 0 0 46 5 0 0 20 0 18 0 167398509 19430449152 47872 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4743762 47872 5806 1 0 551118 0
[pid=865780/tid=865782] ppid=865777 vsize=18975048 memory=-8671227428331692732 CPUtime=0.28 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 5828 0 0 0 25 3 0 0 20 0 18 0 167398510 19430449152 47872 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167398512 19430449152 48384 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167398513 19430449152 48384 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 191488 KiB

[startup+0.700265 s]
/proc/loadavg: 4.44 4.21 4.18 9/330 865799
/proc/meminfo: memFree=121730912/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19041612 memory=271712 CPUtime=1.05 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 10005 0 0 0 98 7 0 0 20 0 19 0 167398509 19498610688 67928 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4760403 67928 5806 1 0 551415 0
[pid=865780/tid=865782] ppid=865777 vsize=19041612 memory=5436 CPUtime=0.62 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 5854 0 0 0 58 4 0 0 20 0 19 0 167398510 19498610688 67928 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19041612 memory=12292 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398512 19498610688 67928 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398513 19498610688 67928 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 271712 KiB

[startup+1.50028 s]
/proc/loadavg: 4.44 4.21 4.18 6/330 865799
/proc/meminfo: memFree=121386800/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19041612 memory=882584 CPUtime=2.27 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 11539 0 0 0 208 19 0 0 20 0 19 0 167398509 19498610688 220646 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4760403 220646 5806 1 0 1077852 0
[pid=865780/tid=865782] ppid=865777 vsize=19041612 memory=0 CPUtime=1.33 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 6408 0 0 0 118 15 0 0 20 0 19 0 167398510 19498610688 220646 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398512 19498610688 220646 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19041612 memory=12292 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398513 19498610688 220646 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 882584 KiB

[startup+3.10628 s]
/proc/loadavg: 4.44 4.21 4.18 8/330 865799
/proc/meminfo: memFree=119228864/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19043716 memory=1538736 CPUtime=4.78 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 22661 0 0 0 443 35 0 0 20 0 19 0 167398509 19500765184 384684 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4760929 384684 5853 1 0 1800717 0
[pid=865780/tid=865782] ppid=865777 vsize=19043716 memory=12292 CPUtime=2.6 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 6746 0 0 0 236 24 0 0 20 0 19 0 167398510 19500765184 384684 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19043716 memory=0 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398512 19500765184 384684 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19043716 memory=3858121878222324 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398513 19500765184 384684 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 4.78 s
Current children cumulated vsize: 19043716 KiB
Current children cumulated memory: 1538736 KiB

[startup+6.30028 s]
/proc/loadavg: 4.65 4.25 4.20 6/331 865800
/proc/meminfo: memFree=117326092/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19041612 memory=2250948 CPUtime=9.07 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 25781 0 0 0 855 52 0 0 20 0 19 0 167398509 19498610688 562737 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4760403 562737 5853 1 0 2623803 0
[pid=865780/tid=865782] ppid=865777 vsize=19041612 memory=12292 CPUtime=5.2 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 7147 0 0 0 482 38 0 0 20 0 19 0 167398510 19498610688 562737 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19041612 memory=1200968 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398512 19498610688 562737 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19041612 memory=12064 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398513 19498610688 562737 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 9.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2250948 KiB

[startup+12.7023 s]
/proc/loadavg: 4.68 4.27 4.20 6/331 865802
/proc/meminfo: memFree=113394056/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19041612 memory=4333124 CPUtime=17 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 28674 0 0 0 1604 96 0 0 20 0 19 0 167398509 19498610688 1083281 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4760403 1083281 5853 1 0 3142305 0
[pid=865780/tid=865782] ppid=865777 vsize=19041612 memory=12064 CPUtime=10.55 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) S 865777 865780 863548 0 -1 1077936192 8240 0 0 0 982 73 0 0 20 0 19 0 167398510 19498610688 1083281 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19041612 memory=14126732374443270 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167398512 19498610688 1083281 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19041612 memory=3714244 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167398513 19498610688 1083281 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4333124 KiB

[startup+25.5003 s]
/proc/loadavg: 4.67 4.29 4.21 5/333 865805
/proc/meminfo: memFree=111892652/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=4988360 CPUtime=31.4 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 29667 0 0 0 3028 112 0 0 20 0 20 0 167398509 19566772224 1247090 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1247090 5891 1 0 3142693 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=-8671227428331692732 CPUtime=23.05 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 8778 0 0 0 2219 86 0 0 20 0 20 0 167398510 19566772224 1247090 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=1001484 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1247090 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=8330969454845486047 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1247090 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1247090 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 31.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4988360 KiB

[startup+51.1058 s]
/proc/loadavg: 4.50 4.28 4.21 5/333 865810
/proc/meminfo: memFree=111671452/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=4988636 CPUtime=56.97 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 32062 0 0 0 5583 114 0 0 20 0 20 0 167398509 19566772224 1247159 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1247159 5891 1 0 3142693 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=4988636 CPUtime=48.58 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 10112 0 0 0 4772 86 0 0 20 0 20 0 167398510 19566772224 1247159 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=4988636 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1247159 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=4988500 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1247159 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1247159 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 56.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4988636 KiB

[startup+102.3 s]
/proc/loadavg: 4.38 4.28 4.21 5/332 865820

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

/proc/meminfo: memFree=103156172/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=6017576 CPUtime=3281.89 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 166988 0 0 0 327899 290 0 0 20 0 20 0 167398509 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1504394 5907 1 0 3142885 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=6017576 CPUtime=3267.51 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 90270 0 0 0 326654 97 0 0 20 0 20 0 167398510 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=6017576 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=5436 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 6203 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=6017576 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 3281.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6017576 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/331 867582
/proc/meminfo: memFree=103155916/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=6017576 CPUtime=3341.8 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 168416 0 0 0 333887 293 0 0 20 0 20 0 167398509 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1504394 5907 1 0 3142885 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=12292 CPUtime=3327.37 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 91450 0 0 0 332640 97 0 0 20 0 20 0 167398510 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=42056 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=6017576 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 6320 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=6017576 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1504394 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 3341.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6017576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.14 5/331 867592
/proc/meminfo: memFree=103155592/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=6017580 CPUtime=3401.71 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 170572 0 0 0 339875 296 0 0 20 0 20 0 167398509 19566772224 1504395 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1504395 5907 1 0 3142885 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=12064 CPUtime=3387.23 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 93238 0 0 0 338626 97 0 0 20 0 20 0 167398510 19566772224 1504395 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=6017580 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1504395 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 6439 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1504395 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=6017580 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1504395 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 3401.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6017580 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.20 4.17 5/330 867602
/proc/meminfo: memFree=103122284/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=6017604 CPUtime=3461.62 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 172821 0 0 0 345863 299 0 0 20 0 20 0 167398509 19566772224 1504401 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1504401 5907 1 0 3142885 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=12064 CPUtime=3447.09 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 94569 0 0 0 344611 98 0 0 20 0 20 0 167398510 19566772224 1504401 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=6017580 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1504401 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=6017580 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 6555 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1504401 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1504401 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 3461.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6017604 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.18 4.16 5/332 867617
/proc/meminfo: memFree=103121796/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=6017688 CPUtime=3521.53 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 175312 0 0 0 351851 302 0 0 20 0 20 0 167398509 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1504422 5922 1 0 3142885 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=6017604 CPUtime=3506.95 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 96050 0 0 0 350597 98 0 0 20 0 20 0 167398510 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=1888 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 6675 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 3521.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6017688 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.16 4.16 5/332 867627
/proc/meminfo: memFree=103117508/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=6017688 CPUtime=3581.44 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 177637 0 0 0 357839 305 0 0 20 0 20 0 167398509 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1504422 5922 1 0 3142885 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=6017688 CPUtime=3566.8 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 97761 0 0 0 356582 98 0 0 20 0 20 0 167398510 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=6017688 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 6783 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=32412 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 3581.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6017688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.9 s]
/proc/loadavg: 4.25 4.18 4.17 8/332 867835
/proc/meminfo: memFree=120913700/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=6017688 CPUtime=3600.01 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 177814 0 0 0 359695 306 0 0 20 0 20 0 167398509 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1504422 5922 1 0 3142885 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=12064 CPUtime=3585.36 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 97936 0 0 0 358438 98 0 0 20 0 20 0 167398510 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=6017688 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=6017688 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 6783 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=6017688 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6017688 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.03 s, system=3.08212 s

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

[startup+3600.9 s]
/proc/loadavg: 4.25 4.18 4.17 8/332 867835
/proc/meminfo: memFree=120913700/131524600 swapFree=131071996/131071996
[pid=865780] ppid=865777 vsize=19108176 memory=6017688 CPUtime=3600.01 cores=4,6
/proc/865780/stat : 865780 (java) S 865777 865780 863548 0 -1 1077936128 177814 0 0 0 359695 306 0 0 20 0 20 0 167398509 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
/proc/865780/statm: 4777044 1504422 5922 1 0 3142885 0
[pid=865780/tid=865782] ppid=865777 vsize=19108176 memory=12064 CPUtime=3585.36 cores=4,6
/proc/865780/task/865782/stat : 865782 (java) R 865777 865780 863548 0 -1 4194368 97936 0 0 0 358438 98 0 0 20 0 20 0 167398510 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865791] ppid=865777 vsize=19108176 memory=6017688 CPUtime=0 cores=4,6
/proc/865780/task/865791/stat : 865791 (Finalizer) S 865777 865780 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167398512 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865798] ppid=865777 vsize=19108176 memory=6017688 CPUtime=0 cores=4,6
/proc/865780/task/865798/stat : 865798 (Common-Cleaner) S 865777 865780 863548 0 -1 1077936192 6783 0 0 0 0 0 0 0 20 0 20 0 167398513 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
[pid=865780/tid=865804] ppid=865777 vsize=19108176 memory=6017688 CPUtime=0 cores=4,6
/proc/865780/task/865804/stat : 865804 (Timer-0) S 865777 865780 863548 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 167399968 19566772224 1504422 134679101440 93938363056128 93938363059824 140721656686640 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93938363067640 93938363068432 93938386415616 140721656693767 140721656693857 140721656693857 140721656700872 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6017688 KiB

Child status: 143

Real time (s): 3600.96
CPU time (s): 3600.12
CPU user time (s): 3597.03
CPU system time (s): 3.08212
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6017688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.03
system time used= 3.08212
maximum resident set size= 6019208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140125
involuntary context switches= 8316


# summary of solver processes directly reported to runsolver:
#   pid: 865780
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.03
#   total CPU system time (s): 3.08212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8566 second user time and 10.4235 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-16 19:52:43
IDJOB=4432482
IDBENCH=155753
IDSOLVER=3058
FILE ID=nodeC020/4432482-1721152349
RUNJOBID= nodeC020-1721148758-863559
SLURM_JOB_ID= 7505743
Free space on /tmp= 889452 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432482-1721152349/watcher-4432482-1721152349 -o /tmp/evaluation-result-4432482-1721152349/solver-4432482-1721152349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721148758-863559 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432482-1721152349.opb

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

MD5SUM BENCH= b903151821b4588cc22205dcfedeb810
RANDOM SEED=885153998

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.418
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.84
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		: 3600.373
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
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		: 3694.608
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.84
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		: 3600.371
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122260068 kB
MemAvailable:   124622896 kB
Buffers:          436236 kB
Cached:          2741208 kB
SwapCached:            0 kB
Active:           836428 kB
Inactive:        7774080 kB
Active(anon):       1568 kB
Inactive(anon):  5469212 kB
Active(file):     834860 kB
Inactive(file):  2304868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            647620 kB
Writeback:             0 kB
AnonPages:       5432376 kB
Mapped:           124360 kB
Shmem:             37720 kB
KReclaimable:     125848 kB
Slab:             235572 kB
SReclaimable:     125848 kB
SUnreclaim:       109724 kB
KernelStack:        5008 kB
PageTables:        20668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   27488960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61312 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5044224 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889856 MiB
End job on nodeC020 at 2024-07-16 20:52:44