Trace number 4460045

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-12SAT (TO)382 3600.27 3599.64

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross10-050.opb
MD5SUMbb73d37bef04f0beb4eb352b6876ac13
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark276
Best CPU time to get the best result obtained on this benchmark35.5535
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 872
Biggest coefficient in the objective function 527
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2561
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 527
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2561
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)785
Sum of products size (including duplicates)1570
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2115194816
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.20	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.20	 - never skip resolution steps
0.12/0.20	 - Auto-division on coefficients is disabled
0.12/0.20	 - No postprocessing
0.12/0.20	 - Conflict is considered as is when resolving
0.12/0.20	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.20	 - Weaken first using unassigned literals
0.12/0.20	 - Bump strategy: ALWAYS_ONE
0.12/0.20	 - Bumper: ASSIGNED
0.12/0.20	--- Begin Solver configuration ---
0.12/0.20	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.20	Learn all clauses as in MiniSAT
0.12/0.20	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.20	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.20	No reason simplification
0.12/0.20	Armin Biere (Picosat) restarts strategy
0.12/0.20	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.20	timeout=2147483s
0.12/0.20	DB Simplification allowed=false
0.12/0.20	Listener: none
0.12/0.20	--- End Solver configuration ---
0.12/0.21	c Pseudo Boolean Optimization by upper bound
0.12/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.21	c  - never skip resolution steps
0.12/0.21	c  - Auto-division on coefficients is disabled
0.12/0.21	c  - No postprocessing
0.12/0.21	c  - Conflict is considered as is when resolving
0.12/0.21	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.21	c  - Weaken first using unassigned literals
0.12/0.21	c  - Bump strategy: ALWAYS_ONE
0.12/0.21	c  - Bumper: ASSIGNED
0.12/0.21	c --- Begin Solver configuration ---
0.12/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.21	c Learn all clauses as in MiniSAT
0.12/0.21	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.21	c No reason simplification
0.12/0.21	c Armin Biere (Picosat) restarts strategy
0.12/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.21	c timeout=2147483s
0.12/0.21	c DB Simplification allowed=false
0.12/0.21	c Listener: none
0.12/0.21	c --- End Solver configuration ---
0.12/0.21	c solving HOME/instance-4460045-1721942859.opb
0.12/0.21	c reading problem ... 
0.12/0.21	c  objective function found
0.50/0.37	c ... done. Wall clock time 0.157s.
0.50/0.37	c declared #vars     91
0.50/0.37	c internal #vars     876
0.50/0.37	c #constraints  2052
0.50/0.37	c constraints type 
0.50/0.37	c org.sat4j.specs.Constr$1 => 1
0.50/0.37	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 785
0.50/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1265
0.50/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.50/0.37	c 2052 constraints processed.
0.50/0.38	c objective function length is 872 literals
0.50/0.40	c SATISFIABLE
0.50/0.40	c OPTIMIZING...
0.50/0.40	c Got one! Elapsed wall clock time (in seconds):0.189
0.50/0.40	o 503
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.309
0.86/0.51	o 500
0.86/0.59	c Got one! Elapsed wall clock time (in seconds):0.386
0.86/0.60	o 497
1.06/0.66	c Got one! Elapsed wall clock time (in seconds):0.455
1.06/0.66	o 494
3.20/1.71	c Got one! Elapsed wall clock time (in seconds):1.501
3.20/1.71	o 493
3.80/2.09	c Got one! Elapsed wall clock time (in seconds):1.877
3.80/2.09	o 459
5.87/3.31	c Got one! Elapsed wall clock time (in seconds):3.098
5.87/3.31	o 435
13.69/10.95	c Got one! Elapsed wall clock time (in seconds):10.742
13.69/10.95	o 433
15.97/13.13	c Got one! Elapsed wall clock time (in seconds):12.928
15.97/13.13	o 431
23.26/20.46	c Got one! Elapsed wall clock time (in seconds):20.255
23.26/20.46	o 419
48.30/44.92	c Got one! Elapsed wall clock time (in seconds):44.715
48.30/44.92	o 403
61.08/57.73	c Got one! Elapsed wall clock time (in seconds):57.528
61.08/57.73	o 387
361.05/357.93	c Got one! Elapsed wall clock time (in seconds):357.728
361.05/357.94	o 386
863.54/861.10	c Got one! Elapsed wall clock time (in seconds):860.895
863.54/861.10	o 384
1119.99/1117.41	c Got one! Elapsed wall clock time (in seconds):1117.199
1119.99/1117.41	o 383
2683.40/2682.77	c cleaning 4134 clauses out of 8270 with flag 0/8270
2822.92/2822.21	c Got one! Elapsed wall clock time (in seconds):2822.006
2822.92/2822.21	o 382
3600.01/3599.52	c starts		: 55
3600.01/3599.53	c conflicts		: 13541
3600.01/3599.55	c decisions		: 16108
3600.01/3599.55	c propagations		: 520738
3600.01/3599.55	c inspects		: 286012328
3600.01/3599.55	c shortcuts		: 0
3600.01/3599.55	c learnt literals	: 0
3600.01/3599.55	c learnt binary clauses	: 0
3600.01/3599.55	c learnt ternary clauses	: 2
3600.01/3599.55	c learnt constraints	: 13541
3600.01/3599.55	c ignored constraints	: 0
3600.01/3599.55	c root simplifications	: 0
3600.01/3599.55	c removed literals (reason simplification)	: 0
3600.01/3599.55	c reason swapping (by a shorter reason)	: 0
3600.01/3599.55	c Calls to reduceDB	: 1
3600.01/3599.55	c Number of update (reduction) of LBD	: 0
3600.01/3599.55	c Imported unit clauses	: 0
3600.01/3599.56	c No decision after first conflict	: false
3600.01/3599.56	c number of reductions to clauses (during analyze)	: 0
3600.01/3599.56	c number of learned constraints concerned by reduction	: 0
3600.01/3599.56	c number of learning phase by resolution	: 0
3600.01/3599.57	c number of learning phase by cutting planes	: 0
3600.01/3599.57	c number of rounding to 1 operations	: 158896
3600.01/3599.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3599.57	c number of reductions of the coefficients by power 2 	: 0
3600.01/3599.57	c number of right shift for reduction by power 2 	: 0
3600.01/3599.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3599.57	c number of ending skipping 	: 0
3600.01/3599.57	c number of internal skipping 	: 0
3600.01/3599.57	c number of derivation steps 	: 309080
3600.01/3599.57	c number of skipped derivation steps 	: 0
3600.01/3599.57	c number of remaining unassigned 	: 19482
3600.01/3599.57	c number of remaining assigned 	: 8002432
3600.01/3599.57	c number of falsified literals weakened from reason	: 0
3600.01/3599.57	c number of falsified literals weakened from conflict	: 0
3600.01/3599.57	c time for arithmetic operations	: 3090188118
3600.01/3599.58	c minimum degree of deleted constraints	: 4
3600.01/3599.59	c maximum degree of deleted constraints	: 357656
3600.01/3599.59	c number of deleted constraints	: 4134
3600.21/3599.60	c speed (assignments/second)	: 144.68214449043597
3600.21/3599.60	c non guided choices	: 0
3600.21/3599.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4220
3600.21/3599.62	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5187
3600.21/3599.62	s SATISFIABLE
3600.21/3599.62	c Found 16 solution(s)
3600.21/3599.62	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 x27 -x28 x29 x30 -x31 -x32 -x33 -x34 -x35 x36 x37 x38 x39 -x40 -x41 -x42 x43 x44 x45 -x46 x47 -x48 -x49 x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 x81 x82 x83 x84 x85 x86 x87 x88 -x89 -x90 x91 
3600.21/3599.62	c objective function=382
3600.21/3599.62	c Total wall clock time (in seconds): 3599.413

Verifier Data

OK	382

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460045-1721942859/watcher-4460045-1721942859 -o /tmp/evaluation-result-4460045-1721942859/solver-4460045-1721942859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721939462-252129 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460045-1721942859.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=254297, runsolver pid=254294
solver pid=254297, runsolver pid=254294
Starting watchdog thread

[startup+0.100568 s]*
/proc/loadavg: 4.40 4.63 4.49 7/317 254315
/proc/meminfo: memFree=104529760/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=18975048 memory=55876 CPUtime=0.12 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 6545 0 0 0 9 3 0 0 20 0 18 0 30274891 19430449152 13969 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4743762 13969 5600 1 0 550875 0
[pid=254297/tid=254299] ppid=254294 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 5485 0 0 0 5 2 0 0 20 0 18 0 30274891 19430449152 13969 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30274897 19430449152 13969 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=18975048 memory=3905244537068716064 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30274898 19430449152 13969 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55876 KiB

[startup+0.215354 s]*
/proc/loadavg: 4.40 4.63 4.49 8/317 254315
/proc/meminfo: memFree=104519864/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=18975048 memory=66432 CPUtime=0.33 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 7508 0 0 0 30 3 0 0 20 0 18 0 30274891 19430449152 16608 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4743762 16608 5720 1 0 551687 0
[pid=254297/tid=254299] ppid=254294 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 1077936192 6069 0 0 0 15 3 0 0 20 0 18 0 30274891 19430449152 16608 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=18975048 memory=880909 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30274897 19430449152 16608 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=18975048 memory=15260341797930584 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30274898 19430449152 16608 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66432 KiB

[startup+0.309065 s]*
/proc/loadavg: 4.40 4.63 4.49 6/317 254315
/proc/meminfo: memFree=104514452/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=18975048 memory=71632 CPUtime=0.5 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 7678 0 0 0 46 4 0 0 20 0 18 0 30274891 19430449152 17908 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4743762 17908 5790 1 0 551746 0
[pid=254297/tid=254299] ppid=254294 vsize=18975048 memory=-8886842762362331836 CPUtime=0.25 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 6123 0 0 0 22 3 0 0 20 0 18 0 30274891 19430449152 17908 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30274897 19430449152 17908 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30274898 19430449152 17908 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71632 KiB

[startup+0.700568 s]
/proc/loadavg: 4.40 4.63 4.49 6/318 254316
/proc/meminfo: memFree=104499308/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19041612 memory=111920 CPUtime=1.23 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 14919 0 0 0 117 6 0 0 20 0 19 0 30274891 19498610688 27980 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4760403 27980 5865 1 0 556548 0
[pid=254297/tid=254299] ppid=254294 vsize=19041612 memory=5572 CPUtime=0.56 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 6336 0 0 0 52 4 0 0 20 0 19 0 30274891 19498610688 27980 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19041612 memory=11652 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30274897 19498610688 27980 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19041612 memory=164 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30274898 19498610688 27980 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30274929 19498610688 27980 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 111920 KiB

[startup+1.50857 s]
/proc/loadavg: 4.40 4.63 4.49 6/318 254316
/proc/meminfo: memFree=104433452/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=179956 CPUtime=2.81 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 19989 0 0 0 273 8 0 0 20 0 20 0 30274891 19566772224 44989 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 44989 5865 1 0 556878 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=11652 CPUtime=1.32 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 6656 0 0 0 127 5 0 0 20 0 20 0 30274891 19566772224 44989 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 44989 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 44989 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=279307897447696 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 44989 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179956 KiB

[startup+3.10657 s]
/proc/loadavg: 4.45 4.64 4.50 6/319 254318
/proc/meminfo: memFree=104374036/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=230340 CPUtime=5.67 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 22793 0 0 0 557 10 0 0 20 0 20 0 30274891 19566772224 57585 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 57585 5865 1 0 556969 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=0 CPUtime=2.87 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 7263 0 0 0 281 6 0 0 20 0 20 0 30274891 19566772224 57585 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=11652 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 57585 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 57585 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 57585 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 230340 KiB

[startup+6.30057 s]
/proc/loadavg: 4.45 4.64 4.50 5/319 254318
/proc/meminfo: memFree=104114344/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=470764 CPUtime=9.09 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 23301 0 0 0 894 15 0 0 20 0 20 0 30274891 19566772224 117691 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 117691 5865 1 0 556970 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=11652 CPUtime=6 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 7631 0 0 0 590 10 0 0 20 0 20 0 30274891 19566772224 117691 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 117691 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=180084 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 117691 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 117691 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 9.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 470764 KiB

[startup+12.7005 s]
/proc/loadavg: 4.38 4.61 4.49 5/319 254320
/proc/meminfo: memFree=103857532/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=475112 CPUtime=15.56 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 28358 0 0 0 1540 16 0 0 20 0 20 0 30274891 19566772224 118778 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 118778 5865 1 0 556970 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=0 CPUtime=12.32 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 9167 0 0 0 1222 10 0 0 20 0 20 0 30274891 19566772224 118778 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=-8886842762362331836 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 118778 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=2148 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 118778 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 118778 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 15.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 475112 KiB

[startup+25.5005 s]
/proc/loadavg: 4.32 4.59 4.48 5/319 254321
/proc/meminfo: memFree=103670624/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=661556 CPUtime=28.38 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 33963 0 0 0 2816 22 0 0 20 0 20 0 30274891 19566772224 165389 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 165389 5865 1 0 556986 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=13560 CPUtime=24.92 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 10937 0 0 0 2478 14 0 0 20 0 20 0 30274891 19566772224 165389 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 165389 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=470764 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 165389 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=279307897394480 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 165389 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 28.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 661556 KiB

[startup+51.1135 s]
/proc/loadavg: 4.28 4.56 4.48 5/319 254326
/proc/meminfo: memFree=103296848/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=1034408 CPUtime=54.51 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 43535 0 0 0 5419 32 0 0 20 0 20 0 30274891 19566772224 258602 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 258602 5865 1 0 556986 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=1030312 CPUtime=50.11 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 12920 0 0 0 4991 20 0 0 20 0 20 0 30274891 19566772224 258602 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=279307898144128 CPUtime=0 cores=0,2

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

[startup+3282.3 s]
/proc/loadavg: 2.08 2.16 2.28 3/267 256307
/proc/meminfo: memFree=110518008/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=1760004 CPUtime=3282.98 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 179991 0 0 0 328041 257 0 0 20 0 20 0 30274891 19566772224 440001 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 440001 5880 1 0 559590 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=1760004 CPUtime=3262.48 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 76078 0 0 0 326204 44 0 0 20 0 20 0 30274891 19566772224 440001 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=1760000 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 440001 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=1755900 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 3817 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 440001 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 440001 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 3282.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1760004 KiB

[startup+3342.3 s]
/proc/loadavg: 2.15 2.17 2.28 4/267 256317
/proc/meminfo: memFree=110509524/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=1768216 CPUtime=3342.91 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 181541 0 0 0 334030 261 0 0 20 0 20 0 30274891 19566772224 442054 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 442054 5880 1 0 559590 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=1768216 CPUtime=3322.16 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 76771 0 0 0 332172 44 0 0 20 0 20 0 30274891 19566772224 442054 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 442054 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=1764120 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 3932 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 442054 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=1768216 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 442054 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 3342.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1768216 KiB

[startup+3402.3 s]
/proc/loadavg: 2.07 2.15 2.26 2/241 256362
/proc/meminfo: memFree=117329520/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=1780532 CPUtime=3402.89 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 183778 0 0 0 340024 265 0 0 20 0 20 0 30274891 19566772224 445133 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 445133 5880 1 0 559590 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=1764120 CPUtime=3381.78 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 78003 0 0 0 338134 44 0 0 20 0 20 0 30274891 19566772224 445133 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=1772320 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 445133 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=1776428 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 3932 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 445133 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 445133 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 3402.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1780532 KiB

[startup+3462.3 s]
/proc/loadavg: 1.49 1.97 2.19 2/241 256373
/proc/meminfo: memFree=117323092/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=1786692 CPUtime=3462.87 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 186105 0 0 0 346017 270 0 0 20 0 20 0 30274891 19566772224 446673 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 446673 5880 1 0 559590 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=1764120 CPUtime=3441.48 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 79299 0 0 0 344103 45 0 0 20 0 20 0 30274891 19566772224 446673 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=1786692 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 446673 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 4005 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 446673 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=1786692 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 446673 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 3462.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1786692 KiB

[startup+3522.3 s]
/proc/loadavg: 1.22 1.81 2.12 2/241 256767
/proc/meminfo: memFree=117316284/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=1792840 CPUtime=3522.83 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 187701 0 0 0 352009 274 0 0 20 0 20 0 30274891 19566772224 448210 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 448210 5880 1 0 559590 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=1786692 CPUtime=3501.14 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 80590 0 0 0 350069 45 0 0 20 0 20 0 30274891 19566772224 448210 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=5572 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 448210 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=13560 CPUtime=0 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 4074 0 0 0 0 0 0 0 20 0 20 0 30274898 19566772224 448210 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=1790792 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 448210 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 3522.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1792840 KiB

[startup+3582.3 s]
/proc/loadavg: 1.19 1.69 2.06 2/241 256777
/proc/meminfo: memFree=117312160/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=1796948 CPUtime=3582.8 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 189209 0 0 0 358002 278 0 0 20 0 20 0 30274891 19566772224 449237 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 449237 5880 1 0 559590 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=1796948 CPUtime=3560.83 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 81216 0 0 0 356038 45 0 0 20 0 20 0 30274891 19566772224 449237 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=5572 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 449237 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=70052 CPUtime=0.01 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 4190 0 0 0 0 1 0 0 20 0 20 0 30274898 19566772224 449237 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=1796948 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 449237 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 3582.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1796948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.5 s]
/proc/loadavg: 1.13 1.64 2.03 3/241 256778
/proc/meminfo: memFree=117307964/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19108176 memory=1801052 CPUtime=3600.01 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 190237 0 0 0 359721 280 0 0 20 0 20 0 30274891 19566772224 450263 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4777044 450263 5880 1 0 559590 0
[pid=254297/tid=254299] ppid=254294 vsize=19108176 memory=5572 CPUtime=3577.92 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 82069 0 0 0 357747 45 0 0 20 0 20 0 30274891 19566772224 450263 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19108176 memory=70052 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30274897 19566772224 450263 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19108176 memory=11652 CPUtime=0.01 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 4203 0 0 0 0 1 0 0 20 0 20 0 30274898 19566772224 450263 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254316] ppid=254294 vsize=19108176 memory=1801052 CPUtime=0 cores=0,2
/proc/254297/task/254316/stat : 254316 (Timer-0) S 254294 254297 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30274929 19566772224 450263 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1801052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=2.82911 s

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

[startup+3599.6 s]
/proc/loadavg: 1.13 1.64 2.03 3/241 256778
/proc/meminfo: memFree=117307964/131655788 swapFree=131071472/131071996
[pid=254297] ppid=254294 vsize=19307868 memory=1801796 CPUtime=3600.21 cores=0,2
/proc/254297/stat : 254297 (java) S 254294 254297 252119 0 -1 1077936128 193669 0 0 0 359740 281 0 0 20 0 21 0 30274891 19771256832 450449 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
/proc/254297/statm: 4826967 450449 5879 1 0 560493 0
[pid=254297/tid=254299] ppid=254294 vsize=19307868 memory=25928 CPUtime=3578.02 cores=0,2
/proc/254297/task/254299/stat : 254299 (java) R 254294 254297 252119 0 -1 4194368 82070 0 0 0 357757 45 0 0 20 0 21 0 30274891 19771256832 450449 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254308] ppid=254294 vsize=19307868 memory=2228 CPUtime=0 cores=0,2
/proc/254297/task/254308/stat : 254308 (Finalizer) S 254294 254297 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 30274897 19771256832 450449 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
[pid=254297/tid=254315] ppid=254294 vsize=19307868 memory=32152 CPUtime=0.01 cores=0,2
/proc/254297/task/254315/stat : 254315 (Common-Cleaner) S 254294 254297 252119 0 -1 1077936192 4203 0 0 0 0 1 0 0 20 0 21 0 30274898 19771256832 450449 134679101440 94696452173824 94696452177520 140726361571728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696452185336 94696452186128 94696462954496 140726361580527 140726361580640 140726361580640 140726361587656 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 1801796 KiB

Child status: 143

Real time (s): 3599.64
CPU time (s): 3600.27
CPU user time (s): 3597.44
CPU system time (s): 2.82911
CPU usage (%): 100.017
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 1801796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 2.82911
maximum resident set size= 1802636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111304
involuntary context switches= 25974


# summary of solver processes directly reported to runsolver:
#   pid: 254297
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 2.82911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.5917 second user time and 34.8512 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-25 23:27:39
IDJOB=4460045
IDBENCH=160606
IDSOLVER=3046
FILE ID=nodeC004/4460045-1721942859
RUNJOBID= nodeC004-1721939462-252129
SLURM_JOB_ID= 8247258
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross10-050.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460045-1721942859/watcher-4460045-1721942859 -o /tmp/evaluation-result-4460045-1721942859/solver-4460045-1721942859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721939462-252129 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460045-1721942859.opb

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

MD5SUM BENCH= bb73d37bef04f0beb4eb352b6876ac13
RANDOM SEED=1762117574

nodeC004.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        104565036 kB
MemAvailable:   115397180 kB
Buffers:          341856 kB
Cached:         11277716 kB
SwapCached:           60 kB
Active:          2751336 kB
Inactive:       23662284 kB
Active(anon):       1452 kB
Inactive(anon): 14846456 kB
Active(file):    2749884 kB
Inactive(file):  8815828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:      14790128 kB
Mapped:           135936 kB
Shmem:             53860 kB
KReclaimable:     213260 kB
Slab:             326832 kB
SReclaimable:     213260 kB
SUnreclaim:       113572 kB
KernelStack:        4848 kB
PageTables:        39128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   16720272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20128 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14473216 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:      392008 kB
DirectMap2M:    50892800 kB
DirectMap1G:    84934656 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC004 at 2024-07-26 00:27:39