Trace number 4427432

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3604.12 2453.96

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUMeddbc5130f16a1842e21dd4bd4477bf2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark254
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494527
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494527
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4427432-1720994537.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
12.22/11.20	c ... done. Wall clock time 11.042s.
12.22/11.20	c declared #vars     10000
12.22/11.20	c #constraints  656900
12.22/11.20	c constraints type 
12.22/11.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
12.22/11.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
12.22/11.20	c 656900 constraints processed.
12.38/11.20	c objective function length is 10000 literals
20.46/17.87	c cleaning 0 clauses out of 5000 with flag 0/5000
26.55/23.56	c cleaning 0 clauses out of 11001 with flag 0/11001
34.95/31.62	c cleaning 0 clauses out of 18000 with flag 0/18000
43.86/40.13	c cleaning 0 clauses out of 26000 with flag 0/26000
56.47/52.36	c cleaning 0 clauses out of 35000 with flag 0/35000
72.74/68.02	c cleaning 0 clauses out of 45000 with flag 0/45000
85.85/80.99	c cleaning 0 clauses out of 56000 with flag 0/56000
105.29/99.69	c cleaning 0 clauses out of 68001 with flag 0/68001
128.16/122.07	c cleaning 0 clauses out of 81000 with flag 0/81000
149.15/142.28	c cleaning 0 clauses out of 95000 with flag 0/95000
176.71/169.07	c cleaning 0 clauses out of 110000 with flag 0/110000
207.63/199.48	c cleaning 0 clauses out of 126002 with flag 0/126002
247.85/238.85	c cleaning 0 clauses out of 143000 with flag 0/143000
299.29/283.54	c cleaning 0 clauses out of 161003 with flag 0/161003
358.02/333.54	c cleaning 0 clauses out of 180001 with flag 0/180001
416.19/381.72	c cleaning 0 clauses out of 200001 with flag 0/200001
488.29/442.19	c cleaning 0 clauses out of 221003 with flag 0/221003
578.02/519.41	c cleaning 0 clauses out of 243000 with flag 0/243000
710.40/625.17	c cleaning 0 clauses out of 266000 with flag 0/266000
804.02/703.36	c cleaning 0 clauses out of 290001 with flag 0/290001
913.52/791.11	c cleaning 0 clauses out of 315000 with flag 0/315000
1055.34/903.41	c cleaning 0 clauses out of 341000 with flag 0/341000
1224.21/1045.23	c cleaning 0 clauses out of 368000 with flag 0/368000
1446.63/1210.58	c cleaning 0 clauses out of 396001 with flag 0/396001
1700.17/1392.92	c cleaning 0 clauses out of 425000 with flag 0/425000
2037.32/1609.57	c cleaning 0 clauses out of 455002 with flag 0/455002
2619.12/1936.58	c cleaning 0 clauses out of 486000 with flag 0/486000

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100058 s]*
/proc/loadavg: 0.22 0.14 0.10 8/317 776231
/proc/meminfo: memFree=129290372/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=18975048 memory=62640 CPUtime=0.13 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 7267 0 0 0 11 2 0 0 20 0 18 0 151624560 19430449152 15660 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4743762 15660 5520 1 0 549364 0
[pid=776165/tid=776170] ppid=776159 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 5791 0 0 0 7 1 0 0 20 0 18 0 151624561 19430449152 15660 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=18975048 memory=15997 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151624564 19430449152 15660 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151624564 19430449152 15660 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62640 KiB

[startup+0.207929 s]*
/proc/loadavg: 0.22 0.14 0.10 14/326 776240
/proc/meminfo: memFree=129176824/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=18975048 memory=88416 CPUtime=0.33 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 7805 0 0 0 31 2 0 0 20 0 18 0 151624560 19430449152 22104 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4743762 22104 5808 1 0 549708 0
[pid=776165/tid=776170] ppid=776159 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 6053 0 0 0 17 1 0 0 20 0 18 0 151624561 19430449152 22104 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=18975048 memory=15997 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151624564 19430449152 22104 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151624564 19430449152 22104 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88416 KiB

[startup+0.304966 s]*
/proc/loadavg: 0.22 0.14 0.10 11/329 776243
/proc/meminfo: memFree=128901396/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19041612 memory=167664 CPUtime=0.52 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 9943 0 0 0 47 5 0 0 20 0 19 0 151624560 19498610688 41916 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4760403 41916 5808 1 0 551369 0
[pid=776165/tid=776170] ppid=776159 vsize=19041612 memory=-8528806583362560700 CPUtime=0.26 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 1077936192 6097 0 0 0 23 3 0 0 20 0 19 0 151624561 19498610688 41916 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 41916 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 41916 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167664 KiB

[startup+0.700927 s]
/proc/loadavg: 0.22 0.14 0.10 14/330 776244
/proc/meminfo: memFree=127760836/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19041612 memory=937852 CPUtime=1.24 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 15152 0 0 0 104 20 0 0 20 0 19 0 151624560 19498610688 234463 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4760403 234463 5855 1 0 553222 0
[pid=776165/tid=776170] ppid=776159 vsize=19041612 memory=5472 CPUtime=0.6 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 6462 0 0 0 43 17 0 0 20 0 19 0 151624561 19498610688 234463 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19041612 memory=13184 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 234463 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 234463 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 937852 KiB

[startup+1.50094 s]
/proc/loadavg: 0.22 0.14 0.10 11/330 776244
/proc/meminfo: memFree=122679260/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19041612 memory=3091824 CPUtime=2.43 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 22541 0 0 0 181 62 0 0 20 0 19 0 151624560 19498610688 772956 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4760403 772956 5855 1 0 1082930 0
[pid=776165/tid=776170] ppid=776159 vsize=19041612 memory=13184 CPUtime=1.37 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 7505 0 0 0 79 58 0 0 20 0 19 0 151624561 19498610688 772956 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 772956 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 772956 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3091824 KiB

[startup+3.10693 s]
/proc/loadavg: 0.52 0.20 0.12 7/330 776246
/proc/meminfo: memFree=117399476/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19041612 memory=3391096 CPUtime=4.08 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 22741 0 0 0 339 69 0 0 20 0 19 0 151624560 19498610688 847774 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4760403 847774 5855 1 0 1082951 0
[pid=776165/tid=776170] ppid=776159 vsize=19041612 memory=949580 CPUtime=2.92 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 7652 0 0 0 227 65 0 0 20 0 19 0 151624561 19498610688 847774 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 847774 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19041612 memory=13184 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 847774 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 4.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3391096 KiB

[startup+6.30093 s]
/proc/loadavg: 0.52 0.20 0.12 7/330 776246
/proc/meminfo: memFree=116312856/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19041612 memory=3384252 CPUtime=7.31 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 22994 0 0 0 661 70 0 0 20 0 19 0 151624560 19498610688 846063 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4760403 846063 5855 1 0 1082952 0
[pid=776165/tid=776170] ppid=776159 vsize=19041612 memory=0 CPUtime=5.93 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 7869 0 0 0 528 65 0 0 20 0 19 0 151624561 19498610688 846063 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19041612 memory=3391096 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 846063 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19041612 memory=11588 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 846063 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3384252 KiB

[startup+12.7002 s]
/proc/loadavg: 0.88 0.29 0.15 11/334 776251
/proc/meminfo: memFree=112452776/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=4477612 CPUtime=14.94 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 30676 0 0 0 1401 93 0 0 20 0 20 0 151624560 19566772224 1119403 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 1119403 5913 1 0 1353885 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=11588 CPUtime=11.9 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 9045 0 0 0 1103 87 0 0 20 0 20 0 151624561 19566772224 1119403 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=4474784 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1119403 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=13184 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1119403 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=-8528806583362560700 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 1119403 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 14.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4477612 KiB

[startup+25.5009 s]
/proc/loadavg: 1.57 0.47 0.21 6/334 776253
/proc/meminfo: memFree=112455960/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=4474176 CPUtime=28.53 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 39907 0 0 0 2758 95 0 0 20 0 20 0 151624560 19566772224 1118544 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 1118544 5913 1 0 1353918 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=11588 CPUtime=24.28 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 12286 0 0 0 2341 87 0 0 20 0 20 0 151624561 19566772224 1118544 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1118544 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=3384252 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1118544 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=-8528806583362560700 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 1118544 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 28.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4474176 KiB

[startup+51.106 s]
/proc/loadavg: 2.53 0.79 0.32 6/334 776256
/proc/meminfo: memFree=105890392/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=5668452 CPUtime=55.28 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 46308 0 0 0 5409 119 0 0 20 0 20 0 151624560 19566772224 1417113 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 1417113 5925 1 0 1464631 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=-8528806583362560700 CPUtime=48.44 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) R 776159 776165 776098 0 -1 4194368 15515 0 0 0 4747 97 0 0 20 0 20 0 151624561 19566772224 1417113 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151624561 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=4477612 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1417113 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1417113 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=3391096 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 1417113 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 55.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5668452 KiB


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

/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 1049528 0 0 0 334261 670 0 0 20 0 20 0 151624560 19566772224 4077161 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 4077161 5970 1 0 4090487 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=16308624 CPUtime=1775.85 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) S 776159 776165 776098 0 -1 1077936192 526107 0 0 0 177252 333 0 0 20 0 20 0 151624561 19566772224 4077161 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624575 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=32812 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077161 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=16308700 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 1599 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077161 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=16308684 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 4077161 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 3349.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308644 KiB

[startup+2382.3 s]
/proc/loadavg: 8.04 8.04 6.67 10/332 777849
/proc/meminfo: memFree=64185004/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=16308688 CPUtime=3466.04 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 1051440 0 0 0 345934 670 0 0 20 0 20 0 151624560 19566772224 4077172 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 4077172 5970 1 0 4090488 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=16308624 CPUtime=1778.28 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) S 776159 776165 776098 0 -1 1077936192 526145 0 0 0 177495 333 0 0 20 0 20 0 151624561 19566772224 4077172 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624575 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=16308692 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077172 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=16308592 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 1599 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077172 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 4077172 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 3466.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308688 KiB

[startup+2442.3 s]
/proc/loadavg: 7.47 7.90 6.71 7/333 778057
/proc/meminfo: memFree=109491928/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=16308716 CPUtime=3582 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 1053599 0 0 0 357529 671 0 0 20 0 20 0 151624560 19566772224 4077179 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 4077179 5970 1 0 4090488 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=16308624 CPUtime=1781.42 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) S 776159 776165 776098 0 -1 1077936192 526145 0 0 0 177809 333 0 0 20 0 20 0 151624561 19566772224 4077179 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624575 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=16308692 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077179 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=16308636 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 1599 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077179 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=-8527681782967345852 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 4077179 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 3582 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2451.9 s]
/proc/loadavg: 7.32 7.85 6.71 6/333 778124
/proc/meminfo: memFree=108490348/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=16308652 CPUtime=3600.06 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 1053891 0 0 0 359335 671 0 0 20 0 20 0 151624560 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 4077163 5970 1 0 4090488 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=16308624 CPUtime=1782.41 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) S 776159 776165 776098 0 -1 1077936192 526271 0 0 0 177908 333 0 0 20 0 20 0 151624561 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624575 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=16308692 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=16308636 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 1599 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=16308652 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308652 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2453.96 s]
# the end of solver process 776165 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3597.36 s, system=6.75954 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2452.8 s]
/proc/loadavg: 7.32 7.85 6.71 6/333 778125
/proc/meminfo: memFree=108418072/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=16308652 CPUtime=3601.85 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 1053896 0 0 0 359514 671 0 0 20 0 20 0 151624560 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 4077163 5970 1 0 4090488 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=-8527681782967345852 CPUtime=1782.41 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) S 776159 776165 776098 0 -1 1077936192 526271 0 0 0 177908 333 0 0 20 0 20 0 151624561 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624575 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=-8527681782967345852 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=38888 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 1599 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=16308600 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 3601.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308652 KiB

[startup+2453.6 s]
/proc/loadavg: 7.32 7.85 6.71 6/333 778125
/proc/meminfo: memFree=108368628/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=16308652 CPUtime=3603.44 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 1053896 0 0 0 359673 671 0 0 20 0 20 0 151624560 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 4077163 5970 1 0 4090488 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=38888 CPUtime=1782.41 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) S 776159 776165 776098 0 -1 1077936192 526271 0 0 0 177908 333 0 0 20 0 20 0 151624561 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624575 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=13184 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=5472 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 1599 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=1928 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 3603.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308652 KiB

[startup+2453.8 s]
/proc/loadavg: 7.32 7.85 6.71 6/333 778125
/proc/meminfo: memFree=108368628/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=16308652 CPUtime=3603.84 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 1053896 0 0 0 359713 671 0 0 20 0 20 0 151624560 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 4077163 5970 1 0 4090488 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=32812 CPUtime=1782.41 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) S 776159 776165 776098 0 -1 1077936192 526271 0 0 0 177908 333 0 0 20 0 20 0 151624561 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624575 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=19640 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 1599 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=16308652 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 3603.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308652 KiB

[startup+2453.9 s]
/proc/loadavg: 7.32 7.85 6.71 6/333 778125
/proc/meminfo: memFree=108368628/131524600 swapFree=131071996/131071996
[pid=776165] ppid=776159 vsize=19108176 memory=16308652 CPUtime=3604.04 cores=1,3
/proc/776165/stat : 776165 (java) S 776159 776165 776098 0 -1 1077936128 1053896 0 0 0 359733 671 0 0 20 0 20 0 151624560 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
/proc/776165/statm: 4777044 4077163 5970 1 0 4090488 0
[pid=776165/tid=776170] ppid=776159 vsize=19108176 memory=16308624 CPUtime=1782.41 cores=1,3
/proc/776165/task/776170/stat : 776170 (java) S 776159 776165 776098 0 -1 1077936192 526271 0 0 0 177908 333 0 0 20 0 20 0 151624561 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151624575 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776197] ppid=776159 vsize=19108176 memory=16308692 CPUtime=0 cores=1,3
/proc/776165/task/776197/stat : 776197 (Finalizer) S 776159 776165 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776212] ppid=776159 vsize=19108176 memory=16308636 CPUtime=0 cores=1,3
/proc/776165/task/776212/stat : 776212 (Common-Cleaner) S 776159 776165 776098 0 -1 1077936192 1599 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
[pid=776165/tid=776250] ppid=776159 vsize=19108176 memory=16308652 CPUtime=0 cores=1,3
/proc/776165/task/776250/stat : 776250 (Timer-0) S 776159 776165 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625683 19566772224 4077163 134679101440 94581536698368 94581536702064 140737346926224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94581536709880 94581536710672 94581559566336 140737346933744 140737346933857 140737346933857 140737346940872 0
Current children cumulated CPU time: 3604.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308652 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2453.96
CPU time (s): 3604.12
CPU user time (s): 3597.36
CPU system time (s): 6.75954
CPU usage (%): 146.87
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16308724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.36
system time used= 6.75954
maximum resident set size= 16309192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1053901
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84438
involuntary context switches= 69158


# summary of solver processes directly reported to runsolver:
#   pid: 776165
#   total CPU time (s): 3604.12
#   total CPU user time (s): 3597.36
#   total CPU system time (s): 6.75954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.9079 second user time and 12.3799 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-15 00:02:30
IDJOB=4427432
IDBENCH=147554
IDSOLVER=3046
FILE ID=nodeC035/4427432-1720994537
RUNJOBID= nodeC035-1720994549-776110
SLURM_JOB_ID= 7505329
Free space on /tmp= 890024 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427432-1720994537/watcher-4427432-1720994537 -o /tmp/evaluation-result-4427432-1720994537/solver-4427432-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1720994549-776110 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427432-1720994537.opb

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

MD5SUM BENCH= eddbc5130f16a1842e21dd4bd4477bf2
RANDOM SEED=1610764465

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129446280 kB
MemAvailable:   129736468 kB
Buffers:          332364 kB
Cached:           800632 kB
SwapCached:            0 kB
Active:           531044 kB
Inactive:         973068 kB
Active(anon):       1448 kB
Inactive(anon):   407412 kB
Active(file):     529596 kB
Inactive(file):   565656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             64156 kB
Writeback:             0 kB
AnonPages:        370732 kB
Mapped:           110020 kB
Shmem:             37720 kB
KReclaimable:      69516 kB
Slab:             169348 kB
SReclaimable:      69516 kB
SUnreclaim:        99832 kB
KernelStack:        3888 kB
PageTables:         9608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     565004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59552 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      174804 kB
DirectMap2M:     7987200 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC035 at 2024-07-15 00:43:24