Trace number 4452334

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3604.12 2594.36

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab69-40-100.0.s.opb
MD5SUMfa547ec471690bfe3f3bec5c78a945ae
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark289.378
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12622
Total number of constraints11909
Number of constraints which are clauses11786
Number of constraints which are cardinality constraints (but not clauses)122
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint11786
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1184903
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501184939
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	--- Begin Solver configuration ---
0.12/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.13	Learn all clauses as in MiniSAT
0.12/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	No reason simplification
0.12/0.13	Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	timeout=2147483s
0.12/0.13	DB Simplification allowed=false
0.12/0.13	Listener: none
0.12/0.13	--- End Solver configuration ---
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c No reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4452334-1721444939.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.52/0.40	c ... done. Wall clock time 0.268s.
0.69/0.41	c declared #vars     12622
0.69/0.41	c #constraints  11909
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11786
0.69/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 122
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.69/0.41	c 11909 constraints processed.
10.07/8.02	c cleaning 2501 clauses out of 5001 with flag 10040/5001
21.74/18.27	c cleaning 4252 clauses out of 8504 with flag 22141/11005
34.36/29.25	c cleaning 5624 clauses out of 11248 with flag 36175/18001
64.57/55.04	c cleaning 6820 clauses out of 13639 with flag 52205/26016
104.31/87.22	c cleaning 7905 clauses out of 15815 with flag 70197/35012
133.84/114.21	c cleaning 8962 clauses out of 17924 with flag 90227/45026
179.40/151.12	c cleaning 9982 clauses out of 19968 with flag 112241/56032
222.95/191.39	c cleaning 10996 clauses out of 21992 with flag 136253/68038
271.40/230.11	c cleaning 11984 clauses out of 23968 with flag 162200/81010
330.82/285.52	c cleaning 12992 clauses out of 25984 with flag 190200/95010
376.08/320.55	c cleaning 14008 clauses out of 28017 with flag 220254/110035
442.08/377.93	c cleaning 14990 clauses out of 29985 with flag 252209/126011
523.54/446.43	c cleaning 15990 clauses out of 31985 with flag 286190/143001
601.93/514.52	c cleaning 17013 clauses out of 34025 with flag 322253/161031
676.78/573.46	c cleaning 17997 clauses out of 35993 with flag 360218/180012
767.76/650.16	c cleaning 18993 clauses out of 37988 with flag 400203/200004
854.91/723.05	c cleaning 19999 clauses out of 40001 with flag 442220/221010
952.65/801.97	c cleaning 21008 clauses out of 42019 with flag 486261/243027
1076.55/896.07	c cleaning 22001 clauses out of 44005 with flag 532255/266021
1213.72/1012.75	c cleaning 22991 clauses out of 45985 with flag 580218/290002
1362.77/1127.81	c cleaning 24000 clauses out of 48001 with flag 630235/315009
1529.04/1247.93	c cleaning 24994 clauses out of 49993 with flag 682223/341001
1715.53/1390.64	c cleaning 25998 clauses out of 52002 with flag 736235/368004
1925.87/1548.56	c cleaning 27002 clauses out of 54010 with flag 792249/396010
2145.15/1704.08	c cleaning 28005 clauses out of 56016 with flag 851348/425018
2357.66/1861.47	c cleaning 28992 clauses out of 57994 with flag 912861/455001
2584.70/2022.31	c cleaning 29998 clauses out of 60001 with flag 977446/486000
3363.20/2471.20	
3363.20/2471.20	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: 63931 MiB (61452 MiB free)
  memory of node 1: 64510 MiB (61398 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452334-1721444939/watcher-4452334-1721444939 -o /tmp/evaluation-result-4452334-1721444939/solver-4452334-1721444939 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721444951-1015390 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452334-1721444939.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1015447, runsolver pid=1015438

[startup+0.100127 s]*
/proc/loadavg: 1.10 1.49 2.49 11/323 1015519
/proc/meminfo: memFree=125656004/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=18975048 memory=64824 CPUtime=0.12 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 7048 0 0 0 10 2 0 0 20 0 18 0 196654494 19430449152 16206 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4743762 16206 5728 1 0 549294 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 1077936192 5626 0 0 0 6 1 0 0 20 0 18 0 196654494 19430449152 16206 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=18975048 memory=14994 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196654497 19430449152 16206 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196654497 19430449152 16206 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64824 KiB

[startup+0.20901 s]*
/proc/loadavg: 1.10 1.49 2.49 14/324 1015520
/proc/meminfo: memFree=125598876/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=18975048 memory=77236 CPUtime=0.33 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 7639 0 0 0 31 2 0 0 20 0 18 0 196654494 19430449152 19309 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4743762 19309 5849 1 0 549649 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 1077936192 5820 0 0 0 16 2 0 0 20 0 18 0 196654494 19430449152 19309 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=18975048 memory=14994 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196654497 19430449152 19309 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196654497 19430449152 19309 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77236 KiB

[startup+0.306016 s]*
/proc/loadavg: 1.10 1.49 2.49 12/324 1015520
/proc/meminfo: memFree=125485640/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=18975048 memory=115184 CPUtime=0.52 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 9666 0 0 0 49 3 0 0 20 0 18 0 196654494 19430449152 28796 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4743762 28796 5849 1 0 550898 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=18975048 memory=-7452715740904252259 CPUtime=0.26 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 4194368 5836 0 0 0 24 2 0 0 20 0 18 0 196654494 19430449152 28796 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196654497 19430449152 28796 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196654497 19430449152 28796 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 115184 KiB

[startup+0.700252 s]
/proc/loadavg: 1.10 1.49 2.49 14/327 1015523
/proc/meminfo: memFree=125358528/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19041612 memory=164296 CPUtime=1.24 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 10186 0 0 0 120 4 0 0 20 0 19 0 196654494 19498610688 41074 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4760403 41074 5864 1 0 551462 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19041612 memory=5560 CPUtime=0.62 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 4194368 5914 0 0 0 58 4 0 0 20 0 19 0 196654494 19498610688 41074 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19041612 memory=13012 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196654497 19498610688 41074 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19041612 memory=139892856358368 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 196654497 19498610688 41074 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19041612 memory=279785712710632 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 196654535 19498610688 41074 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164296 KiB

[startup+1.50101 s]
/proc/loadavg: 1.10 1.49 2.49 8/328 1015526
/proc/meminfo: memFree=124963156/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=362340 CPUtime=2.6 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 12131 0 0 0 252 8 0 0 20 0 20 0 196654494 19566772224 90585 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 90585 5896 1 0 552938 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=13012 CPUtime=1.21 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 4194368 5988 0 0 0 117 4 0 0 20 0 20 0 196654494 19566772224 90585 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 90585 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 90585 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=4580 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 90585 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 362340 KiB

[startup+3.11003 s]
/proc/loadavg: 1.10 1.49 2.49 8/331 1015529
/proc/meminfo: memFree=123674520/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=977536 CPUtime=4.58 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 13719 0 0 0 438 20 0 0 20 0 20 0 196654494 19566772224 244384 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 244384 5896 1 0 1210927 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=0 CPUtime=2.45 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 4194368 6136 0 0 0 237 8 0 0 20 0 20 0 196654494 19566772224 244384 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 244384 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 244384 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 244384 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 977536 KiB

[startup+6.30024 s]
/proc/loadavg: 1.41 1.54 2.50 5/331 1015529
/proc/meminfo: memFree=121189348/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=1377612 CPUtime=8.11 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 13973 0 0 0 784 27 0 0 20 0 20 0 196654494 19566772224 344403 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 344403 5896 1 0 1210927 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=0 CPUtime=5.26 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 4194368 6147 0 0 0 518 8 0 0 20 0 20 0 196654494 19566772224 344403 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=7665795490842109800 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 344403 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=1377612 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 344403 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=362340 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 344403 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 8.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1377612 KiB

[startup+12.7003 s]
/proc/loadavg: 1.62 1.59 2.51 5/331 1015530
/proc/meminfo: memFree=116542876/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=2791336 CPUtime=15.67 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 18444 0 0 0 1512 55 0 0 20 0 20 0 196654494 19566772224 697834 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 697834 5896 1 0 1890001 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=2565960 CPUtime=10.66 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 4194368 6610 0 0 0 1052 14 0 0 20 0 20 0 196654494 19566772224 697834 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=2344728 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 697834 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 697834 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 697834 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 15.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2791336 KiB

[startup+25.501 s]
/proc/loadavg: 2.31 1.74 2.55 5/331 1015532
/proc/meminfo: memFree=106488892/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=5339136 CPUtime=29.93 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 23251 0 0 0 2888 105 0 0 20 0 20 0 196654494 19566772224 1334784 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 1334784 5896 1 0 2537551 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=2565960 CPUtime=21.84 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 4194368 7924 0 0 0 2154 30 0 0 20 0 20 0 196654494 19566772224 1334784 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 1334784 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=4558752 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 1334784 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 1334784 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 29.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5339136 KiB

[startup+51.106 s]
/proc/loadavg: 3.34 2.03 2.62 6/331 1015538
/proc/meminfo: memFree=93880304/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=7110576 CPUtime=60.29 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 47813 0 0 0 5883 146 0 0 20 0 20 0 196654494 19566772224 1777644 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 1777644 5896 1 0 2830170 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=11488 CPUtime=45.1 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) R 1015438 1015447 1015377 0 -1 4194368 9436 0 0 0 4470 40 0 0 20 0 20 0 196654494 19566772224 1777644 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=-7452715740904122467 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 1777644 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0

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

/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 552284 0 0 0 330049 647 0 0 20 0 20 0 196654494 19566772224 4073748 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 4073748 5958 1 0 4088378 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=0 CPUtime=1931.89 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) S 1015438 1015447 1015377 0 -1 1077936192 130304 0 0 0 193090 99 0 0 20 0 20 0 196654494 19566772224 4073748 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=16295044 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073748 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=16294984 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 734 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073748 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=16294936 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 4073748 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 3306.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16294992 KiB

[startup+2502.3 s]
/proc/loadavg: 5.41 5.23 4.90 7/332 1016688
/proc/meminfo: memFree=63237820/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=16295064 CPUtime=3423.77 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 576592 0 0 0 341728 649 0 0 20 0 20 0 196654494 19566772224 4073766 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 4073766 5958 1 0 4088378 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=11488 CPUtime=1931.89 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) S 1015438 1015447 1015377 0 -1 1077936192 130304 0 0 0 193090 99 0 0 20 0 20 0 196654494 19566772224 4073766 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073766 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=16295064 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 734 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073766 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 4073766 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 3423.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295064 KiB

[startup+2562.3 s]
/proc/loadavg: 6.26 5.52 5.03 7/332 1016699
/proc/meminfo: memFree=63235652/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=16294968 CPUtime=3541.71 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 584791 0 0 0 353521 650 0 0 20 0 20 0 196654494 19566772224 4073742 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 4073742 5958 1 0 4088378 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=1931.89 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) S 1015438 1015447 1015377 0 -1 1077936192 130421 0 0 0 193090 99 0 0 20 0 20 0 196654494 19566772224 4073742 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=-7452715740904122467 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073742 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 745 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073742 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=16294968 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 4073742 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 3541.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16294968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2592.3 s]
/proc/loadavg: 6.12 5.55 5.05 6/332 1016704
/proc/meminfo: memFree=63234828/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=3600.08 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 585445 0 0 0 359358 650 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 4073762 5958 1 0 4088378 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=1931.89 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) S 1015438 1015447 1015377 0 -1 1077936192 130421 0 0 0 193090 99 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 760 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295048 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.57 s, system=6.55151 s

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

[startup+2593.6 s]
/proc/loadavg: 6.12 5.55 5.05 7/332 1016704
/proc/meminfo: memFree=63234828/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=3602.66 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 585450 0 0 0 359616 650 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 4073762 5958 1 0 4088378 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=1931.89 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) S 1015438 1015447 1015377 0 -1 1077936192 130421 0 0 0 193090 99 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=47000 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=-7452715740904122467 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 760 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 3602.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295048 KiB

[startup+2594 s]*
/proc/loadavg: 6.03 5.54 5.05 6/332 1016704
/proc/meminfo: memFree=63234828/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=3603.46 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 585519 0 0 0 359696 650 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 4073762 5958 1 0 4088378 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=-7452715740904055905 CPUtime=1931.89 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) S 1015438 1015447 1015377 0 -1 1077936192 130421 0 0 0 193090 99 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=11200 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=2820 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 760 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=2684 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 3603.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295048 KiB

[startup+2594.2 s]
/proc/loadavg: 6.03 5.54 5.05 6/332 1016704
/proc/meminfo: memFree=63234828/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=3603.84 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 585519 0 0 0 359734 650 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 4073762 5958 1 0 4088378 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=33628 CPUtime=1931.89 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) S 1015438 1015447 1015377 0 -1 1077936192 130421 0 0 0 193090 99 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=28384 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 760 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=47000 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 3603.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295048 KiB

[startup+2594.3 s]
/proc/loadavg: 6.03 5.54 5.05 6/332 1016704
/proc/meminfo: memFree=63234828/131524600 swapFree=131071996/131071996
[pid=1015447] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=3604.04 cores=5,7
/proc/1015447/stat : 1015447 (java) S 1015438 1015447 1015377 0 -1 1077936128 585519 0 0 0 359754 650 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
/proc/1015447/statm: 4777044 4073762 5958 1 0 4088378 0
[pid=1015447/tid=1015454] ppid=1015438 vsize=19108176 memory=16295048 CPUtime=1931.89 cores=5,7
/proc/1015447/task/1015454/stat : 1015454 (java) S 1015438 1015447 1015377 0 -1 1077936192 130421 0 0 0 193090 99 0 0 20 0 20 0 196654494 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015496] ppid=1015438 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/1015447/task/1015496/stat : 1015496 (Finalizer) S 1015438 1015447 1015377 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015503] ppid=1015438 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1015447/task/1015503/stat : 1015503 (Common-Cleaner) S 1015438 1015447 1015377 0 -1 1077936192 760 0 0 0 0 0 0 0 20 0 20 0 196654497 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
[pid=1015447/tid=1015522] ppid=1015438 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/1015447/task/1015522/stat : 1015522 (Timer-0) S 1015438 1015447 1015377 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196654535 19566772224 4073762 134679101440 94460700008448 94460700012144 140732656099328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94460700019960 94460700020752 94460719599616 140732656104453 140732656104543 140732656104543 140732656111560 0
Current children cumulated CPU time: 3604.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295048 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2594.36
CPU time (s): 3604.12
CPU user time (s): 3597.57
CPU system time (s): 6.55151
CPU usage (%): 138.922
Max. virtual memory (cumulated for all children) (KiB): 19114336
Max. memory (cumulated for all children) (KiB): 16295908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.57
system time used= 6.5515
maximum resident set size= 16295908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585524
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88145
involuntary context switches= 46909


# summary of solver processes directly reported to runsolver:
#   pid: 1015447
#   total CPU time (s): 3604.12
#   total CPU user time (s): 3597.57
#   total CPU system time (s): 6.55151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65278 second user time and 13.0779 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-20 05:09:11
IDJOB=4452334
IDBENCH=164235
IDSOLVER=3058
FILE ID=nodeC016/4452334-1721444939
RUNJOBID= nodeC016-1721444951-1015390
SLURM_JOB_ID= 7545662
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab69-40-100.0.s.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452334-1721444939/watcher-4452334-1721444939 -o /tmp/evaluation-result-4452334-1721444939/solver-4452334-1721444939 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721444951-1015390 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452334-1721444939.opb

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

MD5SUM BENCH= fa547ec471690bfe3f3bec5c78a945ae
RANDOM SEED=1477503843

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125805516 kB
MemAvailable:   129683252 kB
Buffers:          419220 kB
Cached:          4300156 kB
SwapCached:            0 kB
Active:           693068 kB
Inactive:        4406088 kB
Active(anon):       1444 kB
Inactive(anon):   424248 kB
Active(file):     691624 kB
Inactive(file):  3981840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7736 kB
Writeback:             4 kB
AnonPages:        378072 kB
Mapped:           107324 kB
Shmem:             45912 kB
KReclaimable:      87840 kB
Slab:             199148 kB
SReclaimable:      87840 kB
SUnreclaim:       111308 kB
KernelStack:        3840 kB
PageTables:         9676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     705292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-20 05:52:25