Trace number 4457596

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3604.19 2502.56

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/
subset_sum/normalized-knapPI_6_2000_1000_4_-39215.opb
MD5SUM24b9e67e02f7ec9c16a264e1c639902d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-39215
Best CPU time to get the best result obtained on this benchmark0.058927
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8000
Total number of constraints1
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint8000
Maximum length of a constraint8000
Number of terms in the objective function 8000
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3992436
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 39215
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 4031651
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.12	c See www.sat4j.org for details.
0.05/0.13	c version CUSTOM.v20240707
0.05/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.13	c java.vm.version	22.0.1+8-16
0.05/0.13	c java.vm.vendor	Oracle Corporation
0.05/0.13	c sun.arch.data.model	64
0.05/0.13	c java.version		22.0.1
0.05/0.13	c os.name		Linux
0.05/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.05/0.13	c os.arch		amd64
0.05/0.14	c Free memory 		2104792832
0.05/0.14	c Max memory 		16282288128
0.05/0.14	c Total memory 		2113929216
0.05/0.14	c Number of processors 	2
0.05/0.17	--- Begin Solver configuration ---
0.05/0.17	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.05/0.17	Learn all clauses as in MiniSAT
0.05/0.17	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.17	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.17	No reason simplification
0.05/0.17	Glucose 2.1 dynamic restart strategy
0.05/0.17	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.05/0.17	timeout=2147483s
0.05/0.17	DB Simplification allowed=false
0.05/0.17	Listener: none
0.05/0.17	--- End Solver configuration ---
0.05/0.17	c Pseudo Boolean Optimization by upper bound
0.05/0.17	c --- Begin Solver configuration ---
0.05/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.05/0.17	c Learn all clauses as in MiniSAT
0.05/0.17	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.17	c No reason simplification
0.05/0.17	c Glucose 2.1 dynamic restart strategy
0.05/0.17	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.05/0.17	c timeout=2147483s
0.05/0.17	c DB Simplification allowed=false
0.05/0.17	c Listener: none
0.05/0.17	c --- End Solver configuration ---
0.05/0.17	c solving HOME/instance-4457596-1721865114.opb
0.05/0.17	c reading problem ... 
0.05/0.18	c  objective function found
0.24/0.28	c ... done. Wall clock time 0.094s.
0.24/0.28	c declared #vars     8000
0.24/0.28	c #constraints  1
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.24/0.28	c 1 constraints processed.
0.24/0.28	c objective function length is 8000 literals
0.44/0.35	c SATISFIABLE
0.44/0.35	c OPTIMIZING...
0.44/0.35	c Got one! Elapsed wall clock time (in seconds):0.169
0.44/0.35	o -39215
8.16/6.61	c cleaning 2500 clauses out of 5000 with flag 10000/5000
19.27/16.68	c cleaning 4250 clauses out of 8501 with flag 22002/11001
32.27/28.51	c cleaning 5626 clauses out of 11251 with flag 36002/18001
50.28/42.30	c cleaning 6812 clauses out of 13625 with flag 52002/26001
70.57/59.72	c cleaning 7906 clauses out of 15813 with flag 70002/35001
94.18/78.61	c cleaning 8952 clauses out of 17906 with flag 90000/45000
121.59/101.01	c cleaning 9975 clauses out of 19954 with flag 112000/56000
150.12/125.38	c cleaning 10989 clauses out of 21979 with flag 136000/68000
176.78/149.91	c cleaning 11994 clauses out of 23990 with flag 162000/81000
211.92/178.17	c cleaning 13000 clauses out of 26000 with flag 190008/95004
245.59/208.94	c cleaning 13995 clauses out of 28000 with flag 220008/110004
280.30/241.23	c cleaning 15000 clauses out of 30001 with flag 252000/126000
323.70/275.32	c cleaning 16001 clauses out of 32002 with flag 286002/143001
363.06/311.84	c cleaning 17000 clauses out of 34001 with flag 322002/161001
415.07/350.90	c cleaning 17999 clauses out of 36000 with flag 360000/180000
457.71/391.12	c cleaning 18999 clauses out of 38003 with flag 400004/200002
513.33/432.51	c cleaning 19993 clauses out of 40002 with flag 442000/221000
554.34/469.96	c cleaning 21004 clauses out of 42010 with flag 486002/243001
614.37/515.32	c cleaning 21996 clauses out of 44007 with flag 532004/266002
664.46/561.83	c cleaning 23005 clauses out of 46011 with flag 580004/290002
725.58/609.98	c cleaning 23999 clauses out of 48007 with flag 630006/315003
788.36/660.07	c cleaning 24998 clauses out of 50006 with flag 682002/341001
873.04/724.91	c cleaning 26000 clauses out of 52007 with flag 736000/368000
946.80/781.44	c cleaning 27003 clauses out of 54008 with flag 792002/396001
1027.30/848.43	c cleaning 27998 clauses out of 56004 with flag 850000/425000
1104.84/908.94	c cleaning 28990 clauses out of 58007 with flag 910002/455001
1191.52/981.90	c cleaning 30008 clauses out of 60017 with flag 972002/486001
1273.59/1048.86	c cleaning 31004 clauses out of 62010 with flag 1036004/518002
1356.84/1112.28	c cleaning 32002 clauses out of 64005 with flag 1102002/551001
1461.46/1193.12	c cleaning 32999 clauses out of 66002 with flag 1170000/585000
1603.11/1285.67	c cleaning 33995 clauses out of 68005 with flag 1240004/620002
1734.74/1371.08	c cleaning 35003 clauses out of 70008 with flag 1312000/656000
1863.32/1451.25	c cleaning 36003 clauses out of 72005 with flag 1386000/693000
1992.29/1538.02	c cleaning 37001 clauses out of 74002 with flag 1462000/731000
2121.55/1626.64	c cleaning 38000 clauses out of 76001 with flag 1540000/770000
2267.35/1721.19	c cleaning 39000 clauses out of 78002 with flag 1620002/810001
2421.98/1828.44	c cleaning 39992 clauses out of 80001 with flag 1702000/851000
2597.08/1942.87	c cleaning 41002 clauses out of 82009 with flag 1786000/893000
2773.50/2053.90	c cleaning 42001 clauses out of 84008 with flag 1872002/936001
3263.22/2330.79	
3263.22/2330.79	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457596-1721865114/watcher-4457596-1721865114 -o /tmp/evaluation-result-4457596-1721865114/solver-4457596-1721865114 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721865114-266852 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4457596-1721865114.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
Current StackSize limit: 8192 KiB

solver pid=266911, runsolver pid=266906

[startup+0.100327 s]*
/proc/loadavg: 0.13 0.10 0.09 10/327 266984
/proc/meminfo: memFree=122995660/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=18975048 memory=55896 CPUtime=0.05 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 6309 0 10 0 3 2 0 0 20 0 18 0 23035414 19430449152 13974 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4743762 13974 5368 1 0 548687 0
[pid=266911/tid=266917] ppid=266906 vsize=18975048 memory=4026531971 CPUtime=0.03 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 5279 0 10 0 2 1 0 0 20 0 18 0 23035414 19430449152 13974 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=18975048 memory=1574935 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 23035422 19430449152 13974 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=18975048 memory=14127849065940646 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 23035423 19430449152 14002 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55896 KiB

[startup+0.206694 s]*
/proc/loadavg: 0.13 0.10 0.09 14/328 266985
/proc/meminfo: memFree=122950152/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=18975048 memory=71652 CPUtime=0.24 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 7312 0 10 0 21 3 0 0 20 0 18 0 23035414 19430449152 17913 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4743762 17913 5712 1 0 549456 0
[pid=266911/tid=266917] ppid=266906 vsize=18975048 memory=4782652875487838339 CPUtime=0.14 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 5769 0 10 0 12 2 0 0 20 0 18 0 23035414 19430449152 17913 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=18975048 memory=1574935 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 23035422 19430449152 17913 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=18975048 memory=14127849065940646 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 23035423 19430449152 17913 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71652 KiB

[startup+0.312321 s]*
/proc/loadavg: 0.13 0.10 0.09 13/310 266994
/proc/meminfo: memFree=122952304/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19041612 memory=85012 CPUtime=0.44 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 9033 0 10 0 41 3 0 0 20 0 19 0 23035414 19498610688 21253 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4760403 21253 5859 1 0 550952 0
[pid=266911/tid=266917] ppid=266906 vsize=19041612 memory=-6000919498408945257 CPUtime=0.23 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 5913 0 10 0 21 2 0 0 20 0 19 0 23035414 19498610688 21253 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23035422 19498610688 21253 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23035423 19498610688 21253 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (java) R 266906 266911 266840 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 23035444 19498610688 21253 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85012 KiB

[startup+0.70632 s]
/proc/loadavg: 0.13 0.10 0.09 8/310 267004
/proc/meminfo: memFree=122928784/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19041612 memory=105184 CPUtime=1.19 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 9492 0 10 0 116 3 0 0 20 0 19 0 23035414 19498610688 26296 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4760403 26296 5859 1 0 551192 0
[pid=266911/tid=266917] ppid=266906 vsize=19041612 memory=12992 CPUtime=0.61 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 5959 0 10 0 59 2 0 0 20 0 19 0 23035414 19498610688 26296 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19041612 memory=12992 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23035422 19498610688 26296 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23035423 19498610688 26296 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19041612 memory=32404 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23035444 19498610688 26296 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105184 KiB

[startup+1.50032 s]
/proc/loadavg: 0.13 0.10 0.09 10/331 267054
/proc/meminfo: memFree=122741804/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19108176 memory=295708 CPUtime=2.38 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 10916 0 10 0 230 8 0 0 20 0 20 0 23035414 19566772224 73927 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4777044 73927 5875 1 0 552215 0
[pid=266911/tid=266917] ppid=266906 vsize=19108176 memory=12992 CPUtime=1.27 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 6039 0 10 0 124 3 0 0 20 0 20 0 23035414 19566772224 74439 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19108176 memory=32404 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19566772224 74439 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23035423 19566772224 74439 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19566772224 74439 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 295708 KiB

[startup+3.11232 s]
/proc/loadavg: 0.52 0.18 0.12 6/334 267059
/proc/meminfo: memFree=121849816/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19108176 memory=613236 CPUtime=4.25 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 12329 0 10 0 411 14 0 0 20 0 20 0 23035414 19566772224 153309 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4777044 153309 5891 1 0 1134996 0
[pid=266911/tid=266917] ppid=266906 vsize=19108176 memory=0 CPUtime=2.59 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 6199 0 10 0 256 3 0 0 20 0 20 0 23035414 19566772224 153309 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19566772224 153309 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23035423 19566772224 153309 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19108176 memory=11624 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19566772224 153309 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 613236 KiB

[startup+6.30033 s]
/proc/loadavg: 0.52 0.18 0.12 5/335 267060
/proc/meminfo: memFree=120758348/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19108176 memory=1198920 CPUtime=7.82 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 16414 0 10 0 756 26 0 0 20 0 20 0 23035414 19566772224 299730 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4777044 299730 5891 1 0 1135313 0
[pid=266911/tid=266917] ppid=266906 vsize=19108176 memory=0 CPUtime=5.41 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 6623 0 10 0 534 7 0 0 20 0 20 0 23035414 19566772224 299730 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19566772224 299730 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19108176 memory=7100839878746413932 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23035423 19566772224 299730 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19566772224 299730 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 7.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1198920 KiB

[startup+12.7003 s]
/proc/loadavg: 1.06 0.30 0.16 6/335 267061
/proc/meminfo: memFree=118776728/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19108176 memory=2178272 CPUtime=14.87 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 20187 0 10 0 1440 47 0 0 20 0 20 0 23035414 19566772224 544568 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4777044 544568 5891 1 0 1724710 0
[pid=266911/tid=266917] ppid=266906 vsize=19108176 memory=0 CPUtime=11.16 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 8389 0 10 0 1101 15 0 0 20 0 20 0 23035414 19566772224 544568 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19108176 memory=12992 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19566772224 544568 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19108176 memory=2178272 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23035423 19566772224 544568 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19566772224 544568 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 14.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178272 KiB

[startup+25.5003 s]
/proc/loadavg: 1.59 0.44 0.21 5/335 267064
/proc/meminfo: memFree=114860028/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19108176 memory=4052328 CPUtime=28.99 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 21962 0 10 0 2814 85 0 0 20 0 20 0 23035414 19566772224 1013082 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4777044 1013082 5891 1 0 1971203 0
[pid=266911/tid=266917] ppid=266906 vsize=19108176 memory=2178272 CPUtime=22.55 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 8735 0 10 0 2233 22 0 0 20 0 20 0 23035414 19566772224 1013082 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19566772224 1013082 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19108176 memory=3679592 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 23035423 19566772224 1013082 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19108176 memory=-8745253143888765628 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19566772224 1013082 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 28.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4052328 KiB

[startup+51.1058 s]
/proc/loadavg: 2.72 0.79 0.33 5/335 267068
/proc/meminfo: memFree=106841088/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19108176 memory=5833096 CPUtime=59.98 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 45991 0 10 0 5872 126 0 0 20 0 20 0 23035414 19566772224 1458274 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4777044 1458274 5891 1 0 2186448 0
[pid=266911/tid=266917] ppid=266906 vsize=19108176 memory=11624 CPUtime=45.68 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) R 266906 266911 266840 0 -1 4194368 9791 0 10 0 4538 30 0 0 20 0 20 0 23035414 19566772224 1458274 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0

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

/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 426983 0 11 0 312195 552 0 0 20 0 20 0 23035414 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4793428 4095357 5931 1 0 4107159 0
[pid=266911/tid=266917] ppid=266906 vsize=19173712 memory=-8745253143888765628 CPUtime=1845.58 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 76198 0 10 0 184447 111 0 0 20 0 20 0 23035414 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19173712 memory=16381404 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19173712 memory=16381404 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 507 0 0 0 0 0 0 0 20 0 20 0 23035423 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19173712 memory=16381424 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 3127.47 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 16381428 KiB

[startup+2322.3 s]
/proc/loadavg: 5.37 5.09 4.56 7/334 268678
/proc/meminfo: memFree=62773152/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19173712 memory=16381428 CPUtime=3246.57 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 430141 0 11 0 324104 553 0 0 20 0 20 0 23035414 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4793428 4095357 5931 1 0 4107169 0
[pid=266911/tid=266917] ppid=266906 vsize=19173712 memory=1900 CPUtime=1845.58 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 76276 0 10 0 184447 111 0 0 20 0 20 0 23035414 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19173712 memory=16381348 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19173712 memory=11624 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 509 0 0 0 0 0 0 0 20 0 20 0 23035423 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19173712 memory=-8745253143888765628 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19633881088 4095357 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 3246.57 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 16381428 KiB

[startup+2382.31 s]
/proc/loadavg: 5.33 5.13 4.61 6/334 268689
/proc/meminfo: memFree=62772088/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19173712 memory=16381412 CPUtime=3365.64 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 432907 0 11 0 336011 553 0 0 20 0 20 0 23035414 19633881088 4095353 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4793428 4095353 5931 1 0 4107171 0
[pid=266911/tid=266917] ppid=266906 vsize=19173712 memory=16381348 CPUtime=1845.58 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 76319 0 10 0 184447 111 0 0 20 0 20 0 23035414 19633881088 4095353 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19173712 memory=0 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19633881088 4095353 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19173712 memory=11624 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 511 0 0 0 0 0 0 0 20 0 20 0 23035423 19633881088 4095353 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19173712 memory=16381440 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19633881088 4095353 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 3365.64 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 16381412 KiB

[startup+2442.3 s]
/proc/loadavg: 5.76 5.27 4.69 7/334 268700
/proc/meminfo: memFree=62771284/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19173712 memory=16381444 CPUtime=3484.68 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 462589 0 11 0 347911 557 0 0 20 0 20 0 23035414 19633881088 4095361 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4793428 4095361 5931 1 0 4107171 0
[pid=266911/tid=266917] ppid=266906 vsize=19173712 memory=16381348 CPUtime=1845.58 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 76321 0 10 0 184447 111 0 0 20 0 20 0 23035414 19633881088 4095361 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19173712 memory=2808 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19633881088 4095361 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19173712 memory=16381444 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 579 0 0 0 0 0 0 0 20 0 20 0 23035423 19633881088 4095361 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19173712 memory=16381336 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19633881088 4095361 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 3484.68 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 16381444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.5 s]
/proc/loadavg: 5.41 5.26 4.73 6/334 268710
/proc/meminfo: memFree=62770632/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19173712 memory=16381396 CPUtime=3600.14 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 464558 0 11 0 359457 557 0 0 20 0 20 0 23035414 19633881088 4095349 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4793428 4095349 5931 1 0 4107171 0
[pid=266911/tid=266917] ppid=266906 vsize=19173712 memory=16381444 CPUtime=1845.58 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 76355 0 10 0 184447 111 0 0 20 0 20 0 23035414 19633881088 4095349 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19173712 memory=16381396 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19633881088 4095349 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19173712 memory=73996 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 579 0 0 0 0 0 0 0 20 0 20 0 23035423 19633881088 4095349 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19173712 memory=7228393213193642048 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19633881088 4095349 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 16381396 KiB

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

[startup+2502.31 s]
/proc/loadavg: 5.41 5.26 4.73 6/333 268710
/proc/meminfo: memFree=62770632/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19173712 memory=16381400 CPUtime=3603.72 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 464817 0 11 0 359815 557 0 0 20 0 20 0 23035414 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4793428 4095350 5931 1 0 4107171 0
[pid=266911/tid=266917] ppid=266906 vsize=19173712 memory=16381444 CPUtime=1845.58 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 76355 0 10 0 184447 111 0 0 20 0 20 0 23035414 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19173712 memory=73996 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19173712 memory=16381400 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 579 0 0 0 0 0 0 0 20 0 20 0 23035423 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19173712 memory=16381396 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 3603.72 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 16381400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.56 s, system=5.62913 s

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

[startup+2502.4 s]
/proc/loadavg: 5.41 5.26 4.73 6/333 268710
/proc/meminfo: memFree=62770632/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19173712 memory=16381400 CPUtime=3603.91 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 464817 0 11 0 359834 557 0 0 20 0 20 0 23035414 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4793428 4095350 5931 1 0 4107171 0
[pid=266911/tid=266917] ppid=266906 vsize=19173712 memory=29972 CPUtime=1845.58 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 76355 0 10 0 184447 111 0 0 20 0 20 0 23035414 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19173712 memory=2336 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19173712 memory=32404 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 579 0 0 0 0 0 0 0 20 0 20 0 23035423 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19173712 memory=-8745253143888765628 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 3603.91 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 16381400 KiB

[startup+2502.5 s]
/proc/loadavg: 5.41 5.26 4.73 6/333 268710
/proc/meminfo: memFree=62770632/131524600 swapFree=131056796/131071996
[pid=266911] ppid=266906 vsize=19173712 memory=16381400 CPUtime=3604.11 cores=1,3
/proc/266911/stat : 266911 (java) S 266906 266911 266840 0 -1 1077936128 464817 0 11 0 359854 557 0 0 20 0 20 0 23035414 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
/proc/266911/statm: 4793428 4095350 5931 1 0 4107171 0
[pid=266911/tid=266917] ppid=266906 vsize=19173712 memory=16381444 CPUtime=1845.58 cores=1,3
/proc/266911/task/266917/stat : 266917 (java) S 266906 266911 266840 0 -1 1077936192 76355 0 10 0 184447 111 0 0 20 0 20 0 23035414 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266952] ppid=266906 vsize=19173712 memory=73996 CPUtime=0 cores=1,3
/proc/266911/task/266952/stat : 266952 (Finalizer) S 266906 266911 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23035422 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266980] ppid=266906 vsize=19173712 memory=16381400 CPUtime=0 cores=1,3
/proc/266911/task/266980/stat : 266980 (Common-Cleaner) S 266906 266911 266840 0 -1 1077936192 579 0 0 0 0 0 0 0 20 0 20 0 23035423 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
[pid=266911/tid=266989] ppid=266906 vsize=19173712 memory=16381396 CPUtime=0 cores=1,3
/proc/266911/task/266989/stat : 266989 (Timer-0) S 266906 266911 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23035444 19633881088 4095350 134679101440 94904023666688 94904023670384 140733185923696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94904023678200 94904023678992 94904030679040 140733185930247 140733185930337 140733185930337 140733185937352 0
Current children cumulated CPU time: 3604.11 s
Current children cumulated vsize: 19173712 KiB
Current children cumulated memory: 16381400 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2502.56
CPU time (s): 3604.19
CPU user time (s): 3598.56
CPU system time (s): 5.62913
CPU usage (%): 144.02
Max. virtual memory (cumulated for all children) (KiB): 19173712
Max. memory (cumulated for all children) (KiB): 16381464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.56
system time used= 5.62913
maximum resident set size= 16382060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464820
page faults= 11
swaps= 0
block input operations= 4080
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87792
involuntary context switches= 52731


# summary of solver processes directly reported to runsolver:
#   pid: 266911
#   total CPU time (s): 3604.19
#   total CPU user time (s): 3598.56
#   total CPU system time (s): 5.62913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.84097 second user time and 12.9984 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-25 01:51:55
IDJOB=4457596
IDBENCH=176617
IDSOLVER=3058
FILE ID=nodeC030/4457596-1721865114
RUNJOBID= nodeC030-1721865114-266852
SLURM_JOB_ID= 8089185
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/subset_sum/normalized-knapPI_6_2000_1000_4_-39215.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457596-1721865114/watcher-4457596-1721865114 -o /tmp/evaluation-result-4457596-1721865114/solver-4457596-1721865114 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721865114-266852 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4457596-1721865114.opb

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

MD5SUM BENCH= 24b9e67e02f7ec9c16a264e1c639902d
RANDOM SEED=824514501

nodeC030.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		: 3603.037
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.45
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		: 3607.219
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.46
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		: 3628.167
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.45
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		: 3579.786
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.46
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		: 3624.995
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.45
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		: 3543.636
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.46
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		: 3627.954
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.45
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		: 3598.048
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123155316 kB
MemAvailable:   129684412 kB
Buffers:          267956 kB
Cached:          7048812 kB
SwapCached:          300 kB
Active:          2556796 kB
Inactive:        5123592 kB
Active(anon):       2096 kB
Inactive(anon):   414896 kB
Active(file):    2554700 kB
Inactive(file):  4708696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056796 kB
Dirty:              1964 kB
Writeback:             0 kB
AnonPages:        361044 kB
Mapped:           109236 kB
Shmem:             53048 kB
KReclaimable:     211048 kB
Slab:             332584 kB
SReclaimable:     211048 kB
SUnreclaim:       121536 kB
KernelStack:        3832 kB
PageTables:        10144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     588764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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:      344788 kB
DirectMap2M:    39274496 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC030 at 2024-07-25 02:33:37