Trace number 4497970

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 2025-06-06? (TO) 3600.21 3580.23

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
MD5SUMd2453a305c7a86d75f0a0e9bb1a2578d
Bench CategoryDEC-NLC (decision problem, non-linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.185234
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

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 PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
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.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4497970-1751272101.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
0.51/0.31	c ... done. Wall clock time 0.173s.
0.51/0.31	c declared #vars     1000
0.51/0.31	c internal #vars     7270
0.51/0.32	c #constraints  14043
0.51/0.32	c constraints type 
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
0.51/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
0.51/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6270
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6270
0.51/0.32	c 14043 constraints processed.
3.31/2.07	c cleaning 2500 clauses out of 5000 with flag 10206/5000
5.45/4.09	c cleaning 4267 clauses out of 8534 with flag 22677/11034
8.43/6.89	c cleaning 5686 clauses out of 11371 with flag 37345/18138
11.50/9.83	c cleaning 6700 clauses out of 13548 with flag 53786/26001
14.90/13.13	c cleaning 7905 clauses out of 15848 with flag 72334/35001
18.56/16.76	c cleaning 9012 clauses out of 18024 with flag 93254/45082
23.03/21.01	c cleaning 9965 clauses out of 19930 with flag 115899/56000
28.12/26.10	c cleaning 10983 clauses out of 21965 with flag 140901/68000
34.22/32.03	c cleaning 11995 clauses out of 23989 with flag 168361/81007
41.20/38.86	c cleaning 12990 clauses out of 25987 with flag 213662/95000
45.47/42.74	c cleaning 13970 clauses out of 28006 with flag 280070/110009
50.84/47.45	c cleaning 15059 clauses out of 30118 with flag 332718/126091
57.03/53.31	c cleaning 15891 clauses out of 31968 with flag 368719/143000
64.03/60.07	c cleaning 16896 clauses out of 34078 with flag 419760/161001
69.76/65.60	c cleaning 17974 clauses out of 36181 with flag 487211/180000
77.34/72.81	c cleaning 18949 clauses out of 38207 with flag 531216/200000
86.30/81.57	c cleaning 20036 clauses out of 40258 with flag 597837/221000
110.00/104.36	c cleaning 21120 clauses out of 42239 with flag 643633/243017
150.94/145.05	c cleaning 22066 clauses out of 44132 with flag 691724/266030
183.81/177.60	c cleaning 22886 clauses out of 46036 with flag 742771/290000
193.42/186.97	c cleaning 23959 clauses out of 48150 with flag 814184/315000
224.08/216.68	c cleaning 24991 clauses out of 50192 with flag 870945/341001
291.73/284.01	c cleaning 26091 clauses out of 52200 with flag 932079/368000
335.50/327.53	c cleaning 27028 clauses out of 54109 with flag 994449/396000
360.10/351.89	c cleaning 27945 clauses out of 56081 with flag 1067510/425000
418.67/410.08	c cleaning 28971 clauses out of 58137 with flag 1136890/455001
513.11/504.32	c cleaning 30083 clauses out of 60165 with flag 1214898/486000
550.90/541.85	c cleaning 30914 clauses out of 62083 with flag 1283581/518001
602.02/591.66	c cleaning 32144 clauses out of 64287 with flag 1376623/551119
721.08/710.58	c cleaning 32899 clauses out of 66024 with flag 1453493/585000
752.70/741.84	c cleaning 33995 clauses out of 68126 with flag 1543067/620001
830.41/819.11	c cleaning 35109 clauses out of 70218 with flag 1619710/656088
979.18/967.85	c cleaning 35987 clauses out of 72021 with flag 1700393/693000
1031.34/1019.58	c cleaning 37041 clauses out of 74084 with flag 1792079/731050
1166.21/1154.36	c cleaning 37955 clauses out of 75993 with flag 1885425/770000
1261.34/1248.02	c cleaning 39032 clauses out of 78073 with flag 2004980/810035
1369.19/1355.59	c cleaning 40016 clauses out of 80031 with flag 2097610/851025
1588.64/1574.97	c cleaning 41029 clauses out of 82057 with flag 2191259/893067
1656.44/1642.35	c cleaning 41835 clauses out of 83961 with flag 2290722/936000
1831.95/1817.84	c cleaning 43099 clauses out of 86197 with flag 2396948/980071
2020.98/2006.71	c cleaning 44037 clauses out of 88074 with flag 2502240/1025047
2122.99/2107.12	c cleaning 44998 clauses out of 89995 with flag 2616474/1071005
2307.52/2291.56	c cleaning 45857 clauses out of 91992 with flag 2723349/1118000
2468.16/2451.85	c cleaning 46959 clauses out of 94135 with flag 2844754/1166000
2684.55/2668.02	c cleaning 48034 clauses out of 96189 with flag 2947947/1215013
2821.38/2804.62	c cleaning 49092 clauses out of 98183 with flag 3071900/1265041
3010.82/2991.74	c cleaning 50023 clauses out of 100053 with flag 3204161/1316003
3225.20/3205.93	c cleaning 50973 clauses out of 102027 with flag 3316929/1368000
3484.97/3465.53	c cleaning 52089 clauses out of 104177 with flag 3428602/1421123
3600.04/3580.13	c timeout
3600.04/3580.13	c starts		: 636
3600.04/3580.13	c conflicts		: 1470782
3600.04/3580.13	c decisions		: 14113378
3600.04/3580.13	c propagations		: 118382283
3600.04/3580.13	c inspects		: 7203604756
3600.04/3580.13	c shortcuts		: 0
3600.04/3580.13	c learnt literals	: 0
3600.04/3580.13	c learnt binary clauses	: 0
3600.04/3580.13	c learnt ternary clauses	: 4
3600.04/3580.13	c learnt constraints	: 1470782
3600.04/3580.13	c ignored constraints	: 0
3600.04/3580.13	c root simplifications	: 0
3600.04/3580.13	c removed literals (reason simplification)	: 78440034
3600.04/3580.13	c reason swapping (by a shorter reason)	: 0
3600.04/3580.13	c Calls to reduceDB	: 49
3600.04/3580.13	c Number of update (reduction) of LBD	: 98133
3600.04/3580.13	c Imported unit clauses	: 0
3600.04/3580.14	c No decision after first conflict	: false
3600.04/3580.14	c number of reductions to clauses (during analyze)	: 0
3600.04/3580.14	c number of learned constraints concerned by reduction	: 0
3600.04/3580.14	c number of learning phase by resolution	: 0
3600.04/3580.14	c number of learning phase by cutting planes	: 0
3600.04/3580.14	c number of rounding to 1 operations	: 0
3600.04/3580.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3580.14	c number of reductions of the coefficients by power 2 	: 0
3600.04/3580.14	c number of right shift for reduction by power 2 	: 0
3600.04/3580.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3580.14	c number of ending skipping 	: 0
3600.04/3580.14	c number of internal skipping 	: 0
3600.04/3580.14	c number of derivation steps 	: 0
3600.04/3580.14	c number of skipped derivation steps 	: 0
3600.04/3580.14	c number of remaining unassigned 	: 0
3600.04/3580.14	c number of remaining assigned 	: 0
3600.04/3580.14	c number of falsified literals weakened from reason	: 0
3600.04/3580.14	c number of falsified literals weakened from conflict	: 0
3600.04/3580.14	c time for arithmetic operations	: 0
3600.04/3580.14	c minimum degree of deleted constraints	: null
3600.04/3580.14	c maximum degree of deleted constraints	: null
3600.04/3580.14	c number of deleted constraints	: 0
3600.04/3580.14	c speed (assignments/second)	: 33069.376470745985
3600.04/3580.14	c non guided choices	: 6756
3600.04/3580.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 101747
3600.04/3580.19	s UNKNOWN
3600.04/3580.19	c Total wall clock time (in seconds): 3580.056

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: 63708 MiB (54493 MiB free)
  memory of node 1: 64465 MiB (61878 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497970-1751272101/watcher-4497970-1751272101 -o /tmp/evaluation-result-4497970-1751272101/solver-4497970-1751272101 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36244 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4497970-1751272101.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=36592, runsolver pid=36589

[startup+0.100061 s]*
/proc/loadavg: 4.14 4.13 4.46 6/337 36610
/proc/meminfo: memFree=119146316/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=18930384 memory=55512 CPUtime=0.13 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 6543 0 0 0 11 2 0 0 20 0 18 0 42887573 19384713216 13878 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4732596 13878 5339 1 0 547603 0
[pid=36592/tid=36594] ppid=36589 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 5048 0 0 0 6 1 0 0 20 0 18 0 42887574 19384713216 13878 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42887576 19384713216 13878 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=18930384 memory=56286469452864 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42887577 19384713216 13878 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55512 KiB

[startup+0.205883 s]*
/proc/loadavg: 4.21 4.15 4.46 7/337 36610
/proc/meminfo: memFree=119138692/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=18930384 memory=66524 CPUtime=0.32 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 7123 0 0 0 30 2 0 0 20 0 18 0 42887573 19384713216 16631 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4732596 16631 5435 1 0 547983 0
[pid=36592/tid=36594] ppid=36589 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 5289 0 0 0 16 1 0 0 20 0 18 0 42887574 19384713216 16631 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=18930384 memory=2621 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42887576 19384713216 16631 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=18930384 memory=55186957796323 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42887577 19384713216 16631 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66524 KiB

[startup+0.305793 s]*
/proc/loadavg: 4.21 4.15 4.46 6/337 36610
/proc/meminfo: memFree=119075488/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=18930384 memory=132392 CPUtime=0.51 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 8421 0 0 0 47 4 0 0 20 0 18 0 42887573 19384713216 33098 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4732596 33098 5435 1 0 548584 0
[pid=36592/tid=36594] ppid=36589 vsize=18930384 memory=-6000919468361213548 CPUtime=0.26 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 5339 0 0 0 24 2 0 0 20 0 18 0 42887574 19384713216 33098 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42887576 19384713216 33098 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 42887577 19384713216 33098 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 132392 KiB

[startup+0.700234 s]
/proc/loadavg: 4.21 4.15 4.46 7/338 36611
/proc/meminfo: memFree=119054948/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=18996948 memory=150944 CPUtime=1.27 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 11957 0 0 0 122 5 0 0 20 0 19 0 42887573 19452874752 37736 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4749237 37736 5467 1 0 551268 0
[pid=36592/tid=36594] ppid=36589 vsize=18996948 memory=17536 CPUtime=0.63 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 5383 0 0 0 60 3 0 0 20 0 19 0 42887574 19452874752 37736 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42887576 19452874752 37736 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 42887577 19452874752 37736 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42887606 19452874752 37736 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150944 KiB

[startup+1.50025 s]
/proc/loadavg: 4.21 4.15 4.46 6/339 36612
/proc/meminfo: memFree=119034468/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=199240 CPUtime=2.71 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 16414 0 0 0 264 7 0 0 20 0 20 0 42887573 19521036288 49810 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 49810 5499 1 0 554143 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=0 CPUtime=1.4 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 5394 0 0 0 137 3 0 0 20 0 20 0 42887574 19521036288 49810 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 49810 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 49810 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 49810 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199240 KiB

[startup+3.10564 s]
/proc/loadavg: 4.21 4.15 4.46 5/339 36612
/proc/meminfo: memFree=118930116/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=261368 CPUtime=4.53 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 17929 0 0 0 445 8 0 0 20 0 20 0 42887573 19521036288 65342 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 65342 5499 1 0 554188 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=10752 CPUtime=2.93 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 5550 0 0 0 290 3 0 0 20 0 20 0 42887574 19521036288 65342 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=-6000919468361213548 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 65342 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 65342 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 65342 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 4.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 261368 KiB

[startup+6.30021 s]
/proc/loadavg: 4.19 4.14 4.46 5/339 36612
/proc/meminfo: memFree=118827716/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=327928 CPUtime=7.86 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 21575 0 0 0 776 10 0 0 20 0 20 0 42887573 19521036288 81982 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 81982 5499 1 0 554195 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=0 CPUtime=6.06 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 6064 0 0 0 603 3 0 0 20 0 20 0 42887574 19521036288 81982 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 81982 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 81982 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=199240 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 81982 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 327928 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.14 4.45 5/339 36612
/proc/meminfo: memFree=118437880/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=718432 CPUtime=14.5 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 24222 0 0 0 1431 19 0 0 20 0 20 0 42887573 19521036288 179608 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 179608 5531 1 0 660713 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=199240 CPUtime=12.2 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 6875 0 0 0 1215 5 0 0 20 0 20 0 42887574 19521036288 179608 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=618080 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 179608 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 179608 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 179608 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 718432 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.15 4.46 5/339 36612
/proc/meminfo: memFree=117710000/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=1293116 CPUtime=27.62 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 26474 0 0 0 2733 29 0 0 20 0 20 0 42887573 19521036288 323279 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 323279 5531 1 0 788136 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=1035036 CPUtime=24.61 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 7743 0 0 0 2453 8 0 0 20 0 20 0 42887574 19521036288 323279 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=1114912 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 323279 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=1096480 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 323279 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 323279 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 27.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1293116 KiB

[startup+51.1056 s]
/proc/loadavg: 4.27 4.17 4.45 5/341 36615
/proc/meminfo: memFree=116509284/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=2256928 CPUtime=54.7 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 42281 0 0 0 5418 52 0 0 20 0 20 0 42887573 19521036288 564232 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 564232 5531 1 0 968719 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=1990600 CPUtime=49.28 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 9749 0 0 0 4918 10 0 0 20 0 20 0 42887574 19521036288 564232 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=2162720 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 564232 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=1764372 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/340 36985
/proc/meminfo: memFree=106146408/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3241.57 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 164119 0 0 0 323938 219 0 0 20 0 20 0 42887573 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 1542923 5531 1 0 1642504 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3196.57 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 68837 0 0 0 319618 39 0 0 20 0 20 0 42887574 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 2578 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 3241.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6171692 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.13 4.16 5/339 36987
/proc/meminfo: memFree=106153380/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3301.67 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 166093 0 0 0 329946 221 0 0 20 0 20 0 42887573 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 1542923 5531 1 0 1642504 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3256.2 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 69561 0 0 0 325581 39 0 0 20 0 20 0 42887574 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 2596 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 3301.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6171692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.15 5/339 36989
/proc/meminfo: memFree=106153500/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3361.56 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 167572 0 0 0 335933 223 0 0 20 0 20 0 42887573 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 1542923 5531 1 0 1642504 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3316.05 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 70977 0 0 0 331566 39 0 0 20 0 20 0 42887574 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 2596 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 3361.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6171692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.15 5/339 36991
/proc/meminfo: memFree=106149156/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3421.66 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 170077 0 0 0 341942 224 0 0 20 0 20 0 42887573 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 1542923 5531 1 0 1642504 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=0 CPUtime=3375.69 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 71923 0 0 0 337530 39 0 0 20 0 20 0 42887574 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 2720 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 3421.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6171692 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/339 37000
/proc/meminfo: memFree=105694628/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3481.77 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 172389 0 0 0 347951 226 0 0 20 0 20 0 42887573 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 1542923 5531 1 0 1642504 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=0 CPUtime=3435.32 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 72916 0 0 0 343493 39 0 0 20 0 20 0 42887574 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 2838 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 3481.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6171692 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.12 4.15 5/339 37002
/proc/meminfo: memFree=105482292/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3541.84 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 175557 0 0 0 353957 227 0 0 20 0 20 0 42887573 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 1542923 5531 1 0 1642504 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3494.98 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 74365 0 0 0 349459 39 0 0 20 0 20 0 42887574 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 2958 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 3541.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6171692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.11 s]
/proc/loadavg: 4.10 4.12 4.14 5/340 37005
/proc/meminfo: memFree=105481936/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3600.04 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 177926 0 0 0 359775 229 0 0 20 0 20 0 42887573 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4765878 1542923 5531 1 0 1642504 0
[pid=36592/tid=36594] ppid=36589 vsize=19063512 memory=6171692 CPUtime=3552.13 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) R 36589 36592 35566 0 -1 4194368 75142 0 0 0 355174 39 0 0 20 0 20 0 42887574 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42887576 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 2975 0 0 0 0 0 0 0 20 0 20 0 42887577 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36611] ppid=36589 vsize=19063512 memory=6171692 CPUtime=0 cores=1,3
/proc/36592/task/36611/stat : 36611 (Timer-0) S 36589 36592 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42887606 19521036288 1542923 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6171692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.89 s, system=2.32213 s

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

[startup+3580.21 s]
/proc/loadavg: 4.10 4.12 4.14 5/340 37005
/proc/meminfo: memFree=105481936/131249996 swapFree=33010684/33010684
[pid=36592] ppid=36589 vsize=19263204 memory=6172588 CPUtime=3600.19 cores=1,3
/proc/36592/stat : 36592 (java) S 36589 36592 35566 0 -1 4194304 180307 0 0 0 359789 230 0 0 20 0 16 0 42887573 19725520896 1543147 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
/proc/36592/statm: 4815801 1543147 5563 1 0 1643423 0
[pid=36592/tid=36594] ppid=36589 vsize=19263204 memory=-6000919468361213548 CPUtime=3552.15 cores=1,3
/proc/36592/task/36594/stat : 36594 (java) S 36589 36592 35566 0 -1 4194368 75284 0 0 0 355176 39 0 0 20 0 16 0 42887574 19725520896 1543147 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36603] ppid=36589 vsize=19263204 memory=10752 CPUtime=0 cores=1,3
/proc/36592/task/36603/stat : 36603 (Finalizer) S 36589 36592 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 42887576 19725520896 1543147 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
[pid=36592/tid=36610] ppid=36589 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/36592/task/36610/stat : 36610 (Common-Cleaner) S 36589 36592 35566 0 -1 4194368 2975 0 0 0 0 0 0 0 20 0 16 0 42887577 19725520896 1543147 18446744073709551615 94609401552896 94609401556592 140721082392112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94609401564408 94609401565200 94609417400320 140721082395009 140721082395110 140721082395110 140721082400712 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6172588 KiB

Child status: 143

Real time (s): 3580.23
CPU time (s): 3600.21
CPU user time (s): 3597.89
CPU system time (s): 2.32213
CPU usage (%): 100.558
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6172588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.89
system time used= 2.32213
maximum resident set size= 6172716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112376
involuntary context switches= 7180


# summary of solver processes directly reported to runsolver:
#   pid: 36592
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.89
#   total CPU system time (s): 2.32213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.54153 second user time and 15.1904 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 10:28:21
IDJOB=4497970
IDBENCH=148275
IDSOLVER=3363
FILE ID=nodeC015/4497970-1751272101
RUNJOBID= nodeC015-1751270066-36244
SLURM_JOB_ID= 9594182
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497970-1751272101/watcher-4497970-1751272101 -o /tmp/evaluation-result-4497970-1751272101/solver-4497970-1751272101 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36244 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4497970-1751272101.opb

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

MD5SUM BENCH= d2453a305c7a86d75f0a0e9bb1a2578d
RANDOM SEED=577536772

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.095
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3601.134
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3599.890
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.072
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.110
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.085
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3601.385
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.539
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119165188 kB
MemAvailable:   119126408 kB
Buffers:            3280 kB
Cached:           768832 kB
SwapCached:            0 kB
Active:         11009716 kB
Inactive:         512420 kB
Active(anon):   10768100 kB
Inactive(anon):        0 kB
Active(file):     241616 kB
Inactive(file):   512420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               780 kB
Writeback:             0 kB
AnonPages:      10753120 kB
Mapped:           122988 kB
Shmem:             18076 kB
KReclaimable:      92844 kB
Slab:             180544 kB
SReclaimable:      92844 kB
SUnreclaim:        87700 kB
KernelStack:        5168 kB
PageTables:        24592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12075044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10491904 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-30 11:28:01