Trace number 4452625

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-12UNSAT 108.908 103.542

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.opb
MD5SUMc3fc1be74d62a91a7a1e7c6ab134a010
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.895225
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11704
Total number of constraints2927
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints2921
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452625-1721446722.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.26s.
0.69/0.42	c declared #vars     11704
0.69/0.42	c #constraints  2927
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2927
0.69/0.42	c 2927 constraints processed.
2.61/1.43	c cleaning 2482 clauses out of 5001 with flag 0/5001
4.00/2.17	c cleaning 4204 clauses out of 8518 with flag 0/11000
6.00/3.19	c cleaning 5577 clauses out of 11314 with flag 0/18000
7.26/4.10	c cleaning 6725 clauses out of 13739 with flag 0/26002
8.42/5.05	c cleaning 7577 clauses out of 16012 with flag 0/35000
9.55/6.06	c cleaning 8594 clauses out of 18435 with flag 0/45000
11.26/7.74	c cleaning 9425 clauses out of 20841 with flag 0/56000
13.00/9.43	c cleaning 10462 clauses out of 23416 with flag 0/68000
15.77/12.16	c cleaning 11414 clauses out of 25954 with flag 0/81000
17.86/14.23	c cleaning 12304 clauses out of 28542 with flag 0/95002
22.20/18.52	c cleaning 13517 clauses out of 31236 with flag 0/110000
24.87/21.13	c cleaning 13610 clauses out of 33719 with flag 0/126000
28.72/24.90	c cleaning 13731 clauses out of 37109 with flag 0/143000
33.31/29.44	c cleaning 14234 clauses out of 41378 with flag 0/161000
39.39/35.42	c cleaning 14523 clauses out of 46145 with flag 0/180001
43.05/39.05	c cleaning 16331 clauses out of 51621 with flag 0/200000
49.01/44.83	c cleaning 17064 clauses out of 56290 with flag 0/221000
52.88/48.57	c cleaning 18997 clauses out of 61227 with flag 0/243001
57.98/53.52	c cleaning 18888 clauses out of 65230 with flag 0/266001
65.73/61.19	c cleaning 21377 clauses out of 70342 with flag 0/290001
69.96/65.36	c cleaning 19672 clauses out of 73964 with flag 0/315000
75.32/70.56	c cleaning 20069 clauses out of 80292 with flag 0/341000
89.63/84.65	c cleaning 19317 clauses out of 87223 with flag 0/368000
104.05/98.85	c cleaning 21823 clauses out of 95906 with flag 0/396000
108.73/103.46	c starts		: 149
108.73/103.47	c conflicts		: 417487
108.73/103.47	c decisions		: 1949830
108.73/103.47	c propagations		: 6078466
108.73/103.47	c inspects		: 204135094
108.73/103.47	c shortcuts		: 0
108.73/103.47	c learnt literals	: 1
108.73/103.47	c learnt binary clauses	: 0
108.73/103.47	c learnt ternary clauses	: 50
108.73/103.47	c learnt constraints	: 417485
108.73/103.47	c ignored constraints	: 0
108.73/103.47	c root simplifications	: 0
108.73/103.47	c removed literals (reason simplification)	: 0
108.73/103.47	c reason swapping (by a shorter reason)	: 0
108.73/103.47	c Calls to reduceDB	: 24
108.73/103.47	c Number of update (reduction) of LBD	: 10586
108.73/103.47	c Imported unit clauses	: 0
108.73/103.47	c No decision after first conflict	: false
108.73/103.47	c number of reductions to clauses (during analyze)	: 0
108.73/103.47	c number of learned constraints concerned by reduction	: 0
108.73/103.47	c number of learning phase by resolution	: 0
108.73/103.47	c number of learning phase by cutting planes	: 0
108.73/103.47	c number of rounding to 1 operations	: 1405414
108.73/103.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
108.73/103.47	c number of reductions of the coefficients by power 2 	: 0
108.73/103.47	c number of right shift for reduction by power 2 	: 0
108.73/103.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
108.73/103.47	c number of ending skipping 	: 0
108.73/103.47	c number of internal skipping 	: 0
108.73/103.47	c number of derivation steps 	: 1343667
108.73/103.47	c number of skipped derivation steps 	: 0
108.73/103.47	c number of remaining unassigned 	: 6737
108.73/103.47	c number of remaining assigned 	: 10555421
108.73/103.47	c number of falsified literals weakened from reason	: 0
108.73/103.47	c number of falsified literals weakened from conflict	: 0
108.73/103.47	c time for arithmetic operations	: 701179528
108.73/103.47	c minimum degree of deleted constraints	: 4
108.73/103.47	c maximum degree of deleted constraints	: 59244537
108.73/103.47	c number of deleted constraints	: 321917
108.73/103.47	c speed (assignments/second)	: 58987.3164672431
108.73/103.47	c non guided choices	: 327758
108.85/103.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25985
108.85/103.52	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3504
108.85/103.52	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 66079
108.85/103.52	s UNSATISFIABLE
108.85/103.52	c Total wall clock time (in seconds): 103.371

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452625-1721446722/watcher-4452625-1721446722 -o /tmp/evaluation-result-4452625-1721446722/solver-4452625-1721446722 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037948 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452625-1721446722.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=1040342, runsolver pid=1040339

[startup+0.100218 s]*
/proc/loadavg: 4.12 4.21 4.18 7/329 1040360
/proc/meminfo: memFree=118516944/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=18975048 memory=63628 CPUtime=0.14 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 7241 0 0 0 12 2 0 0 20 0 18 0 196838910 19430449152 15907 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4743762 15907 5749 1 0 549340 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 5765 0 0 0 7 2 0 0 20 0 18 0 196838911 19430449152 15907 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196838913 19430449152 15907 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196838914 19430449152 15907 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63628 KiB

[startup+0.206682 s]*
/proc/loadavg: 4.12 4.21 4.18 7/329 1040360
/proc/meminfo: memFree=118482008/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=18975048 memory=98760 CPUtime=0.33 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 7790 0 0 0 30 3 0 0 20 0 18 0 196838910 19430449152 24690 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4743762 24690 5851 1 0 549699 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 6039 0 0 0 16 2 0 0 20 0 18 0 196838911 19430449152 24690 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=18975048 memory=2643 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196838913 19430449152 24690 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 196838914 19430449152 24690 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 98760 KiB

[startup+0.31267 s]*
/proc/loadavg: 4.12 4.21 4.18 7/330 1040361
/proc/meminfo: memFree=118415920/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19041612 memory=164612 CPUtime=0.53 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 9433 0 0 0 48 5 0 0 20 0 19 0 196838910 19498610688 41153 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4760403 41153 5851 1 0 550984 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19041612 memory=-7812159286163564644 CPUtime=0.26 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 6075 0 0 0 22 4 0 0 20 0 19 0 196838911 19498610688 41153 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196838913 19498610688 41153 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 196838914 19498610688 41153 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164612 KiB

[startup+0.700227 s]
/proc/loadavg: 4.12 4.21 4.18 7/331 1040362
/proc/meminfo: memFree=118410264/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=194516 CPUtime=1.23 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 10863 0 0 0 117 6 0 0 20 0 20 0 196838910 19566772224 48629 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 48629 5851 1 0 551899 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=5544 CPUtime=0.56 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 6160 0 0 0 52 4 0 0 20 0 20 0 196838911 19566772224 48629 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 48629 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=279647065793192 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 48629 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 48629 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194516 KiB

[startup+1.50267 s]
/proc/loadavg: 4.12 4.21 4.18 7/331 1040362
/proc/meminfo: memFree=118104076/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=1022700 CPUtime=2.81 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 19312 0 0 0 258 23 0 0 20 0 20 0 196838910 19566772224 255675 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 255675 5851 1 0 947825 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=12504 CPUtime=1.33 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 6585 0 0 0 114 19 0 0 20 0 20 0 196838911 19566772224 255675 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 255675 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 255675 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=279647065646352 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 255675 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1022700 KiB

[startup+3.10967 s]
/proc/loadavg: 4.12 4.21 4.18 6/331 1040362
/proc/meminfo: memFree=116925664/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=1775832 CPUtime=6 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 21724 0 0 0 563 37 0 0 20 0 20 0 196838910 19566772224 443958 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 443958 5851 1 0 949005 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=0 CPUtime=2.9 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 7059 0 0 0 258 32 0 0 20 0 20 0 196838911 19566772224 443958 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 443958 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 443958 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 443958 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1775832 KiB

[startup+6.30028 s]
/proc/loadavg: 4.11 4.21 4.18 5/331 1040362
/proc/meminfo: memFree=116283024/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=2278536 CPUtime=9.84 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 23697 0 0 0 939 45 0 0 20 0 20 0 196838910 19566772224 569634 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 569634 5851 1 0 949015 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=12504 CPUtime=5.99 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 8160 0 0 0 559 40 0 0 20 0 20 0 196838911 19566772224 569634 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 569634 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 569634 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=1146744 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 569634 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 9.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2278536 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.22 4.19 5/331 1040363
/proc/meminfo: memFree=116258664/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=2288796 CPUtime=16.37 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 29276 0 0 0 1590 47 0 0 20 0 20 0 196838910 19566772224 572199 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 572199 5882 1 0 949015 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=0 CPUtime=12.26 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 9737 0 0 0 1186 40 0 0 20 0 20 0 196838911 19566772224 572199 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 572199 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=2284644 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 572199 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 572199 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 16.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2288796 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.23 4.19 5/331 1040365
/proc/meminfo: memFree=116110584/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=2311624 CPUtime=29.34 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 34535 0 0 0 2886 48 0 0 20 0 20 0 196838910 19566772224 577906 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 577906 5890 1 0 949015 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=2284644 CPUtime=24.65 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 11796 0 0 0 2425 40 0 0 20 0 20 0 196838911 19566772224 577906 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=-7812159286163564644 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 577906 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 577906 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 577906 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2311624 KiB

[startup+51.1059 s]
/proc/loadavg: 4.14 4.21 4.18 5/331 1040369
/proc/meminfo: memFree=115482408/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=2886560 CPUtime=55.52 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 42227 0 0 0 5490 62 0 0 20 0 20 0 196838910 19566772224 721640 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 721640 5890 1 0 1076446 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=2344508 CPUtime=49.45 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 15005 0 0 0 4894 51 0 0 20 0 20 0 196838911 19566772224 721640 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 721640 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=16072 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 721640 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 721640 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 55.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2886560 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/333 1040383
/proc/meminfo: memFree=115199988/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=2979308 CPUtime=107.59 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 50813 0 0 0 10693 66 0 0 20 0 20 0 196838910 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 744827 5890 1 0 1076463 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=2979308 CPUtime=99.04 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 20070 0 0 0 9853 51 0 0 20 0 20 0 196838911 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=1399947255162495034 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 130 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 107.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2979308 KiB

[startup+103.542 s]
# the end of solver process 1040342 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=108.222 s, system=0.68585 s

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

[startup+102.4 s]
/proc/loadavg: 4.18 4.20 4.18 5/333 1040383
/proc/meminfo: memFree=115199988/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=2979308 CPUtime=107.69 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 50813 0 0 0 10703 66 0 0 20 0 20 0 196838910 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 744827 5890 1 0 1076463 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=46876 CPUtime=99.14 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 20070 0 0 0 9863 51 0 0 20 0 20 0 196838911 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=2946456 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 130 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=2960832 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 744827 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 107.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2979308 KiB

[startup+103.2 s]
/proc/loadavg: 4.18 4.20 4.18 5/333 1040383
/proc/meminfo: memFree=115200004/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=2981356 CPUtime=108.53 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 50946 0 0 0 10786 67 0 0 20 0 20 0 196838910 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 745339 5890 1 0 1076463 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=104 CPUtime=99.9 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 20199 0 0 0 9938 52 0 0 20 0 20 0 196838911 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=32592 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=2979308 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 130 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=16072 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 108.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2981356 KiB

[startup+103.4 s]
/proc/loadavg: 4.18 4.20 4.18 5/333 1040383
/proc/meminfo: memFree=115200004/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19108176 memory=2981356 CPUtime=108.73 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 50947 0 0 0 10806 67 0 0 20 0 20 0 196838910 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4777044 745339 5890 1 0 1076463 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19108176 memory=2232 CPUtime=100.1 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) R 1040339 1040342 1037935 0 -1 4194368 20200 0 0 0 9958 52 0 0 20 0 20 0 196838911 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19108176 memory=1844 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 130 0 0 0 0 0 0 0 20 0 20 0 196838914 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040362] ppid=1040339 vsize=19108176 memory=32592 CPUtime=0 cores=5,7
/proc/1040342/task/1040362/stat : 1040362 (Timer-0) S 1040339 1040342 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196838953 19566772224 745339 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 108.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2981356 KiB

[startup+103.5 s]
/proc/loadavg: 4.18 4.20 4.18 5/333 1040383
/proc/meminfo: memFree=115200004/131524600 swapFree=131071996/131071996
[pid=1040342] ppid=1040339 vsize=19241304 memory=2981940 CPUtime=108.85 cores=5,7
/proc/1040342/stat : 1040342 (java) S 1040339 1040342 1037935 0 -1 1077936128 53800 0 0 0 10818 67 0 0 20 0 20 0 196838910 19703095296 745485 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
/proc/1040342/statm: 4810326 745485 5889 1 0 1077115 0
[pid=1040342/tid=1040344] ppid=1040339 vsize=19241304 memory=2979308 CPUtime=100.16 cores=5,7
/proc/1040342/task/1040344/stat : 1040344 (java) S 1040339 1040342 1037935 0 -1 1077936192 21911 0 0 0 9964 52 0 0 20 0 20 0 196838911 19703095296 745485 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040353] ppid=1040339 vsize=19241304 memory=46876 CPUtime=0 cores=5,7
/proc/1040342/task/1040353/stat : 1040353 (Finalizer) S 1040339 1040342 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196838913 19703095296 745485 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
[pid=1040342/tid=1040360] ppid=1040339 vsize=19241304 memory=46876 CPUtime=0 cores=5,7
/proc/1040342/task/1040360/stat : 1040360 (Common-Cleaner) S 1040339 1040342 1037935 0 -1 1077936192 130 0 0 0 0 0 0 0 20 0 20 0 196838914 19703095296 745485 134679101440 94576158978048 94576158981744 140726587613040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94576158989560 94576158990352 94576174108672 140726587622382 140726587622495 140726587622495 140726587629512 0
Current children cumulated CPU time: 108.85 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2981940 KiB

Child status: 20

Real time (s): 103.542
CPU time (s): 108.908
CPU user time (s): 108.222
CPU system time (s): 0.68585
CPU usage (%): 105.182
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2981940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.222
system time used= 0.68585
maximum resident set size= 2982984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54152
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6395
involuntary context switches= 671


# summary of solver processes directly reported to runsolver:
#   pid: 1040342
#   total CPU time (s): 108.908
#   total CPU user time (s): 108.222
#   total CPU system time (s): 0.68585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.184635 second user time and 0.60422 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-20 05:38:55
IDJOB=4452625
IDBENCH=165270
IDSOLVER=3046
FILE ID=nodeC027/4452625-1721446722
RUNJOBID= nodeC027-1721442917-1037948
SLURM_JOB_ID= 7545652
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452625-1721446722/watcher-4452625-1721446722 -o /tmp/evaluation-result-4452625-1721446722/solver-4452625-1721446722 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037948 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452625-1721446722.opb

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

MD5SUM BENCH= c3fc1be74d62a91a7a1e7c6ab134a010
RANDOM SEED=137830616

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118559436 kB
MemAvailable:   120301236 kB
Buffers:          528108 kB
Cached:          2051816 kB
SwapCached:            0 kB
Active:          1023908 kB
Inactive:       11294088 kB
Active(anon):       1552 kB
Inactive(anon):  9782432 kB
Active(file):    1022356 kB
Inactive(file):  1511656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1184 kB
Writeback:            40 kB
AnonPages:       9737964 kB
Mapped:           127260 kB
Shmem:             45912 kB
KReclaimable:      95224 kB
Slab:             208500 kB
SReclaimable:      95224 kB
SUnreclaim:       113276 kB
KernelStack:        5024 kB
PageTables:        29192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12107020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71488 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9424896 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC027 at 2024-07-20 05:40:39