Trace number 4445765

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.24 3462.73

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12011_1-unsat.opb
MD5SUMcdcb4d035b8e87f1109f75a28aea48eb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37510
Total number of constraints119740
Number of constraints which are clauses119124
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints616
Minimum length of a constraint1
Maximum length of a constraint95
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 556
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2115194816
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.10	c Number of processors 	2
0.14/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	 - never skip resolution steps
0.14/0.17	 - Auto-division on coefficients is disabled
0.14/0.17	 - No postprocessing
0.14/0.17	 - Conflict is considered as is when resolving
0.14/0.17	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.17	 - Weaken first using unassigned literals
0.14/0.17	 - Bump strategy: ALWAYS_ONE
0.14/0.17	 - Bumper: ASSIGNED
0.14/0.17	--- Begin Solver configuration ---
0.14/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.17	Learn all clauses as in MiniSAT
0.14/0.17	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	No reason simplification
0.14/0.17	Armin Biere (Picosat) restarts strategy
0.14/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.17	timeout=2147483s
0.14/0.17	DB Simplification allowed=false
0.14/0.17	Listener: none
0.14/0.17	--- End Solver configuration ---
0.14/0.17	c Pseudo Boolean Optimization by upper bound
0.14/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	c  - never skip resolution steps
0.14/0.17	c  - Auto-division on coefficients is disabled
0.14/0.17	c  - No postprocessing
0.14/0.17	c  - Conflict is considered as is when resolving
0.14/0.17	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.17	c  - Weaken first using unassigned literals
0.14/0.17	c  - Bump strategy: ALWAYS_ONE
0.14/0.17	c  - Bumper: ASSIGNED
0.14/0.17	c --- Begin Solver configuration ---
0.14/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.17	c Learn all clauses as in MiniSAT
0.14/0.17	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	c No reason simplification
0.14/0.17	c Armin Biere (Picosat) restarts strategy
0.14/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.17	c timeout=2147483s
0.14/0.17	c DB Simplification allowed=false
0.14/0.17	c Listener: none
0.14/0.17	c --- End Solver configuration ---
0.14/0.17	c solving HOME/instance-4445765-1721324023.opb
0.14/0.17	c reading problem ... 
0.14/0.18	c  no objective function found
11.62/8.64	c ... done. Wall clock time 8.45s.
11.62/8.64	c declared #vars     37510
11.62/8.64	c #constraints  119740
11.62/8.64	c constraints type 
11.62/8.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90503
11.62/8.64	c org.sat4j.specs.Constr$1 => 9696
11.62/8.64	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 616
11.62/8.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 3333
11.62/8.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15592
11.62/8.64	c 119740 constraints processed.
28.03/20.80	c cleaning 2467 clauses out of 5000 with flag 0/5000
43.45/35.44	c cleaning 4244 clauses out of 8533 with flag 0/11000
63.55/54.87	c cleaning 5625 clauses out of 11290 with flag 0/18001
84.74/75.34	c cleaning 6817 clauses out of 13666 with flag 0/26002
120.61/109.73	c cleaning 7894 clauses out of 15849 with flag 0/35002
160.50/148.25	c cleaning 8906 clauses out of 17953 with flag 0/45000
194.33/180.89	c cleaning 9991 clauses out of 20048 with flag 0/56001
238.40/223.55	c cleaning 10997 clauses out of 22056 with flag 0/68000
297.24/280.50	c cleaning 11903 clauses out of 24059 with flag 0/81000
355.49/337.64	c cleaning 12442 clauses out of 26158 with flag 0/95002
420.63/401.44	c cleaning 12612 clauses out of 28714 with flag 0/110000
485.01/464.00	c cleaning 13868 clauses out of 32104 with flag 0/126002
574.76/550.96	c cleaning 14300 clauses out of 35236 with flag 0/143002
670.55/644.32	c cleaning 15340 clauses out of 38935 with flag 0/161001
784.11/755.49	c cleaning 16045 clauses out of 42594 with flag 0/180000
889.15/857.21	c cleaning 17026 clauses out of 46549 with flag 0/200000
1034.72/999.28	c cleaning 17574 clauses out of 50523 with flag 0/221000
1186.23/1146.47	c cleaning 18612 clauses out of 54950 with flag 0/243001
1369.12/1323.85	c cleaning 19811 clauses out of 59338 with flag 0/266001
1486.48/1437.41	c cleaning 20403 clauses out of 63527 with flag 0/290001
1621.30/1567.41	c cleaning 21210 clauses out of 68123 with flag 0/315000
1829.44/1771.24	c cleaning 21747 clauses out of 72914 with flag 0/341001
2094.41/2031.25	c cleaning 22614 clauses out of 78166 with flag 0/368000
2494.84/2424.01	c cleaning 23812 clauses out of 83552 with flag 0/396000
2677.55/2596.46	c cleaning 24981 clauses out of 88742 with flag 0/425002
2951.01/2846.86	c cleaning 25603 clauses out of 93759 with flag 0/455000
3325.54/3194.82	c cleaning 26206 clauses out of 99157 with flag 0/486001
3600.04/3462.62	c starts		: 152
3600.04/3462.63	c timeout
3600.04/3462.63	c conflicts		: 511909
3600.04/3462.63	c decisions		: 813692
3600.04/3462.63	c propagations		: 602850289
3600.04/3462.63	c inspects		: 2917762296
3600.04/3462.63	c shortcuts		: 0
3600.04/3462.63	c learnt literals	: 0
3600.04/3462.63	c learnt binary clauses	: 0
3600.04/3462.63	c learnt ternary clauses	: 2283
3600.04/3462.64	c learnt constraints	: 511908
3600.04/3462.64	c ignored constraints	: 0
3600.04/3462.64	c root simplifications	: 0
3600.04/3462.64	c removed literals (reason simplification)	: 0
3600.04/3462.64	c reason swapping (by a shorter reason)	: 0
3600.04/3462.64	c Calls to reduceDB	: 27
3600.04/3462.64	c Number of update (reduction) of LBD	: 0
3600.04/3462.64	c Imported unit clauses	: 0
3600.04/3462.64	c No decision after first conflict	: false
3600.04/3462.65	c number of reductions to clauses (during analyze)	: 0
3600.04/3462.65	c number of learned constraints concerned by reduction	: 0
3600.04/3462.65	c number of learning phase by resolution	: 0
3600.04/3462.65	c number of learning phase by cutting planes	: 0
3600.04/3462.65	c number of rounding to 1 operations	: 7066690
3600.04/3462.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3462.65	c number of reductions of the coefficients by power 2 	: 0
3600.04/3462.65	c number of right shift for reduction by power 2 	: 0
3600.04/3462.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3462.65	c number of ending skipping 	: 0
3600.04/3462.65	c number of internal skipping 	: 0
3600.04/3462.65	c number of derivation steps 	: 34063410
3600.04/3462.65	c number of skipped derivation steps 	: 0
3600.04/3462.65	c number of remaining unassigned 	: 4838276
3600.04/3462.65	c number of remaining assigned 	: 162044247
3600.04/3462.65	c number of falsified literals weakened from reason	: 0
3600.04/3462.65	c number of falsified literals weakened from conflict	: 0
3600.04/3462.65	c time for arithmetic operations	: 58928782608
3600.04/3462.65	c minimum degree of deleted constraints	: 4
3600.04/3462.65	c maximum degree of deleted constraints	: 15668781
3600.04/3462.65	c number of deleted constraints	: 413050
3600.04/3462.65	c speed (assignments/second)	: 174538.41913462454
3600.04/3462.65	c non guided choices	: 182
3600.04/3462.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 73800
3600.04/3462.69	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1588
3600.04/3462.69	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23470
3600.04/3462.69	s UNKNOWN
3600.04/3462.69	c Total wall clock time (in seconds): 3462.52

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445765-1721324023/watcher-4445765-1721324023 -o /tmp/evaluation-result-4445765-1721324023/solver-4445765-1721324023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957069 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445765-1721324023.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=963524, runsolver pid=963521

[startup+0.101247 s]*
/proc/loadavg: 4.83 4.46 4.37 5/322 963542
/proc/meminfo: memFree=122571476/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=18975048 memory=60908 CPUtime=0.14 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 7121 0 0 0 12 2 0 0 20 0 18 0 184561900 19430449152 15227 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4743762 15227 5704 1 0 551350 0
[pid=963524/tid=963526] ppid=963521 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 1077936192 5686 0 0 0 7 1 0 0 20 0 18 0 184561901 19430449152 15227 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184561904 19430449152 15227 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 184561905 19430449152 15227 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60908 KiB

[startup+0.20831 s]*
/proc/loadavg: 4.83 4.46 4.37 6/322 963542
/proc/meminfo: memFree=122532204/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=18975048 memory=99916 CPUtime=0.33 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 7694 0 0 0 30 3 0 0 20 0 18 0 184561900 19430449152 24979 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4743762 24979 5718 1 0 551728 0
[pid=963524/tid=963526] ppid=963521 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) S 963521 963524 957012 0 -1 1077936192 6038 0 0 0 16 2 0 0 20 0 18 0 184561901 19430449152 24979 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=18975048 memory=671 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184561904 19430449152 24979 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 184561905 19430449152 24979 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 99916 KiB

[startup+0.306218 s]*
/proc/loadavg: 4.83 4.46 4.37 6/323 963543
/proc/meminfo: memFree=122455112/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19041612 memory=177092 CPUtime=0.49 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 7938 0 0 0 45 4 0 0 20 0 19 0 184561900 19498610688 44273 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4760403 44273 5884 1 0 552061 0
[pid=963524/tid=963526] ppid=963521 vsize=19041612 memory=-9104982575055938236 CPUtime=0.26 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 6081 0 0 0 23 3 0 0 20 0 19 0 184561901 19498610688 44273 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184561904 19498610688 44273 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 184561905 19498610688 44273 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 177092 KiB

[startup+0.700934 s]
/proc/loadavg: 4.83 4.46 4.37 5/323 963543
/proc/meminfo: memFree=121883312/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19041612 memory=886908 CPUtime=1.19 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 14977 0 0 0 100 19 0 0 20 0 19 0 184561900 19498610688 221727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4760403 221727 5884 1 0 555400 0
[pid=963524/tid=963526] ppid=963521 vsize=19041612 memory=5544 CPUtime=0.64 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 6419 0 0 0 47 17 0 0 20 0 19 0 184561901 19498610688 221727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19041612 memory=12776 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184561904 19498610688 221727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 184561905 19498610688 221727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 886908 KiB

[startup+1.50094 s]
/proc/loadavg: 4.83 4.46 4.37 8/323 963543
/proc/meminfo: memFree=121308312/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19041612 memory=1654740 CPUtime=2.75 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 20976 0 0 0 241 34 0 0 20 0 19 0 184561900 19498610688 413685 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4760403 413685 5884 1 0 857420 0
[pid=963524/tid=963526] ppid=963521 vsize=19041612 memory=12776 CPUtime=1.4 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 6896 0 0 0 108 32 0 0 20 0 19 0 184561901 19498610688 413685 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184561904 19498610688 413685 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 184561905 19498610688 413685 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1654740 KiB

[startup+3.10593 s]
/proc/loadavg: 4.83 4.46 4.37 5/323 963545
/proc/meminfo: memFree=120122192/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19041612 memory=2503196 CPUtime=5.3 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 21974 0 0 0 479 51 0 0 20 0 19 0 184561900 19498610688 625799 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4760403 625799 5884 1 0 857436 0
[pid=963524/tid=963526] ppid=963521 vsize=19041612 memory=0 CPUtime=2.95 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 7318 0 0 0 247 48 0 0 20 0 19 0 184561901 19498610688 625799 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19041612 memory=12776 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184561904 19498610688 625799 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19041612 memory=2502672 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 184561905 19498610688 625799 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2503196 KiB

[startup+6.30026 s]
/proc/loadavg: 5.01 4.51 4.39 5/323 963545
/proc/meminfo: memFree=119070460/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19041612 memory=3550304 CPUtime=9.16 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 23648 0 0 0 843 73 0 0 20 0 19 0 184561900 19498610688 887576 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4760403 887576 5884 1 0 1122732 0
[pid=963524/tid=963526] ppid=963521 vsize=19041612 memory=0 CPUtime=5.99 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 8219 0 0 0 531 68 0 0 20 0 19 0 184561901 19498610688 887576 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19041612 memory=1998804 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184561904 19498610688 887576 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19041612 memory=224194199869 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 184561905 19498610688 887576 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 9.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3550304 KiB

[startup+12.7003 s]
/proc/loadavg: 5.09 4.53 4.40 6/321 963546
/proc/meminfo: memFree=119053736/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=3559264 CPUtime=19.58 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 27181 0 0 0 1883 75 0 0 20 0 20 0 184561900 19566772224 889816 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 889816 5884 1 0 1124100 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=0 CPUtime=12.14 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 9124 0 0 0 1145 69 0 0 20 0 20 0 184561901 19566772224 889816 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=3550304 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 889816 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=2503196 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 889816 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 889816 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 19.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3559264 KiB

[startup+25.5005 s]
/proc/loadavg: 4.92 4.51 4.39 5/321 963550
/proc/meminfo: memFree=119035036/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=3557260 CPUtime=33.17 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 34739 0 0 0 3238 79 0 0 20 0 20 0 184561900 19566772224 889315 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 889315 5884 1 0 1124132 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=0 CPUtime=24.69 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 12458 0 0 0 2399 70 0 0 20 0 20 0 184561901 19566772224 889315 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=3550304 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 889315 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 889315 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=3557260 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 889315 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 33.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3557260 KiB

[startup+51.1135 s]
/proc/loadavg: 4.56 4.46 4.38 5/321 963553
/proc/meminfo: memFree=119012728/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=3561680 CPUtime=59.76 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 44059 0 0 0 5893 83 0 0 20 0 20 0 184561900 19566772224 890420 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 890420 5900 1 0 1124132 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=11464 CPUtime=49.32 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 15401 0 0 0 4862 70 0 0 20 0 20 0 184561901 19566772224 890420 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=16116 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 890420 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=3550304 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 890420 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 890420 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 59.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3561680 KiB


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

/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 894528 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=3578112 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 2237 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 894528 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 894528 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 3230.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3578112 KiB

[startup+3162.3 s]
/proc/loadavg: 4.64 4.52 4.33 5/322 965076
/proc/meminfo: memFree=114939092/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=3578112 CPUtime=3291.87 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 361186 0 0 0 328660 527 0 0 20 0 20 0 184561900 19566772224 894528 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 894528 5939 1 0 909353 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=2716128 CPUtime=3061.29 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 138833 0 0 0 305874 255 0 0 20 0 20 0 184561901 19566772224 894528 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=26164 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 894528 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=3578112 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 2238 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 894528 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=3578112 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 894528 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 3291.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3578112 KiB

[startup+3222.3 s]
/proc/loadavg: 4.47 4.49 4.33 4/296 965120
/proc/meminfo: memFree=118039712/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=4078880 CPUtime=3353.98 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 366637 0 0 0 334856 542 0 0 20 0 20 0 184561900 19566772224 1019720 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 1019720 5939 1 0 1036732 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=164 CPUtime=3119.07 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 141811 0 0 0 311639 268 0 0 20 0 20 0 184561901 19566772224 1019720 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=4078832 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 1019720 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=4078876 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 2328 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 1019720 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 1019720 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 3353.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4078880 KiB

[startup+3282.3 s]
/proc/loadavg: 2.59 3.96 4.16 2/246 965367
/proc/meminfo: memFree=125052428/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=4078908 CPUtime=3415.8 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 367603 0 0 0 341035 545 0 0 20 0 20 0 184561900 19566772224 1019727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 1019727 5939 1 0 1036732 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=4078880 CPUtime=3176.96 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 142396 0 0 0 317428 268 0 0 20 0 20 0 184561901 19566772224 1019727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=4078880 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 1019727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 2328 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 1019727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=4078908 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 1019727 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 3415.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4078908 KiB

[startup+3342.3 s]
/proc/loadavg: 1.63 3.44 3.96 2/246 965379
/proc/meminfo: memFree=125052884/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=4078920 CPUtime=3476.93 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 371946 0 0 0 347144 549 0 0 20 0 20 0 184561900 19566772224 1019730 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 1019730 5939 1 0 1036732 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=4078908 CPUtime=3235.42 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 144354 0 0 0 323274 268 0 0 20 0 20 0 184561901 19566772224 1019730 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=4078920 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 1019730 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=4078920 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 2329 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 1019730 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=7156 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 1019730 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 3476.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4078920 KiB

[startup+3402.3 s]
/proc/loadavg: 1.38 3.04 3.79 2/246 965446
/proc/meminfo: memFree=125031268/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=4100324 CPUtime=3538.94 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 386874 0 0 0 353340 554 0 0 20 0 20 0 184561900 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 1025081 5939 1 0 1036733 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=4078920 CPUtime=3294.18 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 146410 0 0 0 329150 268 0 0 20 0 20 0 184561901 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 2382 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=4100324 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 3538.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4100324 KiB

[startup+3462.3 s]
/proc/loadavg: 1.20 2.68 3.62 2/244 965456
/proc/meminfo: memFree=125031144/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=4100324 CPUtime=3599.74 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 387804 0 0 0 359417 557 0 0 20 0 20 0 184561900 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 1025081 5939 1 0 1036733 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=4078920 CPUtime=3352.99 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 147232 0 0 0 335031 268 0 0 20 0 20 0 184561901 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=4100324 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 3599.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4100324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3462.6 s]
/proc/loadavg: 1.20 2.68 3.62 2/244 965456
/proc/meminfo: memFree=125031144/131655788 swapFree=131071996/131071996
[pid=963524] ppid=963521 vsize=19108176 memory=4100324 CPUtime=3600.04 cores=4,6
/proc/963524/stat : 963524 (java) S 963521 963524 957012 0 -1 1077936128 387805 0 0 0 359447 557 0 0 20 0 20 0 184561900 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
/proc/963524/statm: 4777044 1025081 5939 1 0 1036733 0
[pid=963524/tid=963526] ppid=963521 vsize=19108176 memory=4100324 CPUtime=3353.29 cores=4,6
/proc/963524/task/963526/stat : 963526 (java) R 963521 963524 957012 0 -1 4194368 147233 0 0 0 335061 268 0 0 20 0 20 0 184561901 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963535] ppid=963521 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/963524/task/963535/stat : 963535 (Finalizer) S 963521 963524 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184561904 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963542] ppid=963521 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/963524/task/963542/stat : 963542 (Common-Cleaner) S 963521 963524 957012 0 -1 1077936192 2383 0 0 0 0 0 0 0 20 0 20 0 184561905 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
[pid=963524/tid=963546] ppid=963521 vsize=19108176 memory=2216 CPUtime=0 cores=4,6
/proc/963524/task/963546/stat : 963546 (Timer-0) S 963521 963524 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184562766 19566772224 1025081 134679101440 94226084028416 94226084032112 140722077634864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94226084039928 94226084040720 94226107719680 140722077643759 140722077643872 140722077643872 140722077650888 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4100324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.63 s, system=5.61426 s

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

[startup+3462.72 s]*
/proc/loadavg: 1.20 2.68 3.62 2/226 965460
/proc/meminfo: memFree=128999416/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3462.73
CPU time (s): 3600.24
CPU user time (s): 3594.63
CPU system time (s): 5.61426
CPU usage (%): 103.971
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6372276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.63
system time used= 5.61426
maximum resident set size= 6372276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135378
involuntary context switches= 11375


# summary of solver processes directly reported to runsolver:
#   pid: 963524
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3594.63
#   total CPU system time (s): 5.61426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6032 second user time and 35.9302 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 19:33:55
IDJOB=4445765
IDBENCH=154365
IDSOLVER=3046
FILE ID=nodeC009/4445765-1721324023
RUNJOBID= nodeC009-1721316605-957069
SLURM_JOB_ID= 7542654
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12011_1-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445765-1721324023/watcher-4445765-1721324023 -o /tmp/evaluation-result-4445765-1721324023/solver-4445765-1721324023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957069 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445765-1721324023.opb

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

MD5SUM BENCH= cdcb4d035b8e87f1109f75a28aea48eb
RANDOM SEED=837117364

nodeC009.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		: 3588.644
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	: 6984.34
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		: 3591.718
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.27
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.343
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	: 6984.34
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.316
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.27
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		: 2594.187
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	: 6984.34
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		: 3559.985
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.27
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		: 3292.668
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	: 6984.34
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.391
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122613112 kB
MemAvailable:   123397500 kB
Buffers:          520252 kB
Cached:          1102232 kB
SwapCached:            0 kB
Active:          1018620 kB
Inactive:        7465552 kB
Active(anon):       1460 kB
Inactive(anon):  6897904 kB
Active(file):    1017160 kB
Inactive(file):   567648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4652 kB
Writeback:            40 kB
AnonPages:       6861400 kB
Mapped:           125716 kB
Shmem:             37700 kB
KReclaimable:      79220 kB
Slab:             179088 kB
SReclaimable:      79220 kB
SUnreclaim:        99868 kB
KernelStack:        4896 kB
PageTables:        23788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9663720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58272 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6545408 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-18 20:31:38